GoogleCodeArchives / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

[patch] Default BackSpaceUnIndents false. #459

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

1. Enable Format option 'Use Soft Tabs'.
2. Enter Tab - the configured number of spaces will be inserted.
3. Enter Backspace - instead of removing one space all spaces until the
previous indentation level are removed.

The attached patch sets option 'BackSpaceUnindents' to False.  It is
already possible to unindent via Shift-Tab.

Please let me know if you'd like this to be a configurable option and I'll
try to implement that.

Original issue reported on code.google.com by tsantegoeds on 17 Jan 2010 at 12:17

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

What version of Editra are you using? An option for this has existed for a very 
long
time already. It is False by default and configurable in the Preference dialog.

Cody

Original comment by CodyPrec...@gmail.com on 17 Jan 2010 at 5:26