flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > fasmw suggestion: go back a "tab" when pressing ba |
Author |
|
Tomasz Grysztar 01 Jul 2006, 20:08
Not possible directly, since fasmw's editor internally uses no tab characters (reproducing this behavior of DN's editor was one of the reasons why I wrote my own edit control instead of using the standard one, note also the "Smart tabs" option, which wouldn't be possible with standard tab characters, and "Optimal fill" which too specific to this design). But in "original" DN's editor there was an option "Backspace indents", which would perhaps still be useful for you if I implemented it in fasmw?
|
|||
01 Jul 2006, 20:08 |
|
Madis731 02 Jul 2006, 09:26
Maybe some other accelerator then like Shift+Tab. Backspace => means exactly back-space, but shift-tab could move 4 or 8 spaces back or maybe make Shift+Tab also intelligent:
Code: mov eax,4 | add ebx,8 | | sub ecx,12 \ \ \ ;comment: every Shift+Tab takes you back to the previous backslash |
|||
02 Jul 2006, 09:26 |
|
wisepenguin 02 Jul 2006, 10:18
Tomasz, thanks for the reply and inner workings of fasmw.
the "backspace indents" option sounds like it could be useful, i guess this takes the cursor back the same amount of spaces as a tab ? i like it that fasmw works in characters, but sometimes its a bit tedious to get alignment right in many lines of code. i would appreciate this feature if you had spare time |
|||
02 Jul 2006, 10:18 |
|
Tomasz Grysztar 02 Jul 2006, 11:57
For now you can use Ctrl+Backspace to quickly delete the whole indent (but this will remove all indents at once).
BTW: the fact that fasmw is still 0.9x version is my excuse why there's no documentation at all for the editor features. However I already revealed some of the details on this board. Here you can find some quick description of options. There are also all hotkeys listed somewhere... |
|||
02 Jul 2006, 11:57 |
|
Madis731 03 Jul 2006, 07:27
Yes, the hotkeys are just a post before in your link:
http://fasm.sourceforge.net/archive/oldsite/fasmkeys.txt |
|||
03 Jul 2006, 07:27 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.