flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > Suggestion adout FASMWIN32 GUI |
Author |
|
veach1 08 Sep 2004, 13:25
Is it possible in next version to insert in options something like "keep tabs\replace tabs with spaces".
|
|||
08 Sep 2004, 13:25 |
|
Tommy 08 Sep 2004, 14:40
You mean optimal fill on saving... That's already supported...
|
|||
08 Sep 2004, 14:40 |
|
Tommy 08 Sep 2004, 15:06
Ok Now, I see what you mean...
|
|||
08 Sep 2004, 15:06 |
|
Tomasz Grysztar 08 Sep 2004, 15:23
Internal structure of this editor doesn't allow such tabs to be implemented, as this is a "fixed-space" kind of editor (I don't know whether there is some official terms for such kind of editors, DN's one was of this kind, I'm not sure whether were there any more). To comment/uncomment lines without shifting you can use overwrite mode (combine with vertical blocks and you can do it on multiple lines).
|
|||
08 Sep 2004, 15:23 |
|
veach1 09 Sep 2004, 07:25
Quote: Internal structure of this editor doesn't allow such tabs to be implemented As I understood, "fixed-space" editor is that, where I can put cursor into any position on the workspace. I know at least three tools of that type with true tabs: FAR, Turbo C++ v3.0 and ASMeditor from www.avtlab.ru Quote: you can use overwrite mode I like ASMeditor for tabs but I like FASMGUI more for multiple workspaces in one instance. |
|||
09 Sep 2004, 07:25 |
|
Tomasz Grysztar 09 Sep 2004, 08:12
veach1 wrote: As I understood, "fixed-space" editor is that, where I can put cursor into any position on the workspace. First of all it means that it uses fixed length spacing and doesn't support the true tabs (which have flowing length) - every time you put/delete some character or spacing, everything gets shifted by the same amount. Perhaps such editors are most useful for ASCII drawing, but I got very used to this features also in case of programming, that's why I made my own editor this way. |
|||
09 Sep 2004, 08:12 |
|
veach1 09 Sep 2004, 09:22
What does smart tabulation for?
|
|||
09 Sep 2004, 09:22 |
|
Tomasz Grysztar 09 Sep 2004, 09:29
This is another feature adopted from DN - when you press Tab it goes to the same column where the first non-blank character is found in the line above starting from the column where you were (if no such character is found, the standard tabulation size is used).
|
|||
09 Sep 2004, 09:29 |
|
Matrix 09 Sep 2004, 13:25
Privalov wrote: This is another feature adopted from DN - when you press Tab it goes to the same column where the first non-blank character is found in the line above starting from the column where you were (if no such character is found, the standard tabulation size is used). i see u like DN too that vertical selection is MATRIX |
|||
09 Sep 2004, 13:25 |
|
omega_red 09 Sep 2004, 14:53
For me personally, replacing tab chars with spaces is the worst thing that can be done ;)
I'm using Textpad as an IDE, it has syntax highlighting, code templates, supports regex, vertical selection, user-defined tools (fasm;) and more. _________________ Vulnerant omnes, ultima necat |
|||
09 Sep 2004, 14:53 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.