Bug 75097 - chage tabulation size from 8 to 4 spaces, and allow to format sources using the TAB sybmol when 8 spaces found
Summary: chage tabulation size from 8 to 4 spaces, and allow to format sources using t...
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: FreeBSD Ports Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-12 21:50 UTC by Eugeny N Dzhurinsky
Modified: 2004-02-18 20:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugeny N Dzhurinsky 2004-02-12 21:50:45 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    FreeBSD Ports

I would like (and i hope, many peoples would like too) to have the feature in formatter, which allows to specify TAB as, for example, 4 spaces. And when user indents the line with 2 tabs, it will replace it with 1 normal tab symbol.

Actually, i could have this with custom format - i can specify to replace tab with 4 spaces, but when in editor i hit "backspace" on the indentation area, it will deletes 1 space, instead of "soft" tab (4 spaces).

Take a look at VIM to understand completely what i mean., with options.

:set tabstop=4
:set shiftwidth=4

Sorry for my english :)
Comment 1 Eugeny N Dzhurinsky 2004-02-18 20:57:30 UTC
Well, seems i found a way to fix that with preferences, sorry for disturbing.