Bug #11706 2007-08-05 12:09
pavzav
Indent/unindent
Now indent/unindent commands move text by set value but it is better to move the text to first column which is multiple of set value. e.g. (set indent = 4):
indent
4 -> 8 -> 12 -> ... (as now)
2 -> 4 -> 8 -> ...
NOT: 2 -> 6 -> 10 ...
unindent
12 -> 8 -> 4 (as now)
10 -> 8 -> 4
NOT: 10 -> 6 -> 2 ...
- Category
- Application::Editor
- Group
- Status
- Closed
- Close date
- 2007-08-10 09:45
- Assigned to
History
biplab 2007-08-10 09:45
Please submit it in Feature Request section.
P.S.: This behaviour is not commonly available in other editors.