
Tabbing issue with Kod
Reported by Clark J | March 1st, 2011 @ 11:42 PM
** What I did ** I downloaded the stable release of Kod, adjusted the font size in default.css, and then modified tabbing using the following command:
defaults write se.hunch.kod editor/text/indentation "\t"
And then I tried to test it by writing a simple Ruby script, I notice an issue with Kod...
What I expected to happen:
The following is the line I'm trying to type:
puts "Hello, world" #Between this comment and the code is a tab ("\t")
What actually happened:
If I press tab after writing puts "Hello, world", Kod ends up tabbing the whole line. Example:
puts "hello, world"
That means the Tab key is only something I can use before I can type anything each line :-(
Version of Kod:
Kod 0.0.3 beta
Comments and changes to this ticket
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
A text editor for Mac OS X
People watching this ticket
- Nobody is watching this ticket.