Feature #4061 2008-03-21 01:00
mousefire
A request for smart indent
Fist,I hope I can write codes in such ways(i don's think after writting my own codes and then use the "Astyle" plugin is good, I hope I can write codes in the style that is shown in Astyle):
if ( test>5) codes....
for(;;) codes....
and etc....
but not
if ( test>5) codes.....
for(;;) codes.....
Second,if possible, I think the codes writing formation of eclipse+cdt is good, at least can be something not provided in "abbreviations".
For example, after I entered in "class", and then press the "enter" key, and then "{", and then "enter", it acts like that:
class test { | };
I think this style is easier for programmers when they are writing a simple class or struct.
- Category
- Editing
- Status
- Open
- Close date
- Assigned to