flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > FASMW: Is it possible to reduce identation size? |
Author |
|
OzzY 21 Jan 2008, 17:44
How?
Thanks |
|||
21 Jan 2008, 17:44 |
|
OzzY 21 Jan 2008, 17:52
When I press TAB it gives too much space for identation.
But you're right, if I use spaces I can adjust to the right size and the next ENTERs will follow this. |
|||
21 Jan 2008, 17:52 |
|
LocoDelAssembly 21 Jan 2008, 18:04
And even the TAB, it will advance till the column where there is a char in the line above (and if there is a char already then the word is skipped and the same logic is applied again).
|
|||
21 Jan 2008, 18:04 |
|
Madis731 21 Jan 2008, 21:42
Though sometimes I do hope it to be 4 for better granularity. 8 is something I'd do with a mouse I agree this time...
|
|||
21 Jan 2008, 21:42 |
|
vid 22 Jan 2008, 00:24
i don't nest code in assembly anyway, and 8 is muchbetter for label<tab>mnemonics<tab>operands<tab>comment style
|
|||
22 Jan 2008, 00:24 |
|
bitshifter 30 Sep 2008, 09:04
Open ..\ide\edit.inc and find this block of code.
Code: standard_tab: mov ecx,[caret_position] and ecx,not 111b sub ecx,[caret_position] add ecx,8 |
|||
30 Sep 2008, 09:04 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.