Maxime Rijnders

Results 107 comments of Maxime Rijnders

Just to be clear. Are you going to use a tab ( 4 spaces wide ) or are you going to use 4 spaces as indent? I hope you are...

4 spaces was just an example for the size. Everybody can choose his own indent size when using tabs. Mine is 4 spaces wide. Somebody else can use 2 space...

In Windows: Visual Studio you can find it here: Tools->Options->Text Editor->All Languages->Tabs or Tools->Options->Text Editor->< the language you are using->Tabs UltraEdit: Advanced->Configuration->tab Edit Linux: Kwrite - >Settings->Configure Editor->Editing->Tab Identation Qt...

Yes I know. They are going to all lengths to use spaces as tabs. Just WTF....

I normally (for C,C++) use this syntax: ``` if( x > 0 ) then { printf( "Hello" ); } ``` We do not allow people to use the short forms...

Because the "old" editors I used did not have the space replace options......And if you want to indent files with that kind of editor, please be my guest. Especially when...

Another syntax I am not going to recommend: putting the ';' on position 80 to mark the end of the lineprinters reach. Code beyond the 80 would not be printed...

Just joking :-)

@Lekensteyn: Thanks for the info, case of RTFM Ximi1970. Never have time for reading manuals :-) Yes that is the most important part: do not mix styles. Problem is: all...

@BigEd01 Thunderbird moved the settings of all add-ons to the menu: Tools->Add-ons preferences...