this version just broke my @ (ctrl+alt+v) which is now the bind for invertselection,
how can I unbind a key? please excuse my ignorance but I did try searching for this on the forum but stopped after the sixth page
Chortos-2 wrote:It would be very nice to have a configuration option to turn this behaviour on or off.jps wrote:The tag added to the whitespace is used for another purpose too: if you start editing another line without adding anything after the whitespace, the whitespace will be removed. This reduces the amount of unwanted trailing whitespace in files.
Meanwhile, the new functionality works well. Thank you!
I agree, the disappearing whitespace experience is quite jarring for me. I usually rely on empty, indented lines for when I want to add more code quickly and easily. Also, I've never seemed to have a problem with unwanted trailing whitespace, so an option to turn this off would be really great, thanks!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Indentation Rules</string>
<key>scope</key>
<string>source.lua</string>
<key>settings</key>
<dict>
<key>increaseIndentPattern</key>
<string>^.*\s+(do|then|else|repeat|\{)\s*$</string>
<key>decreaseIndentPattern</key>
<string>(^\s*(end\s*$)|(^\s*until)</string>
</dict>
</dict>
</plist>
Users browsing this forum: Exabot [Bot] and 16 guests