flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > [SUGGESTION] incremental search, "drag and drop" |
Author |
|
xDOBORAx 03 Aug 2013, 12:34
two more good features that will make ide better
please add incremental search just like in Code Blocks and notepad++ text selection drag and drop and this http://board.flatassembler.net/topic.php?t=15644 |
|||
03 Aug 2013, 12:34 |
|
AsmGuru62 03 Aug 2013, 14:35
What is incremental search?
Just curious -- I am also writing IDE for FASM. |
|||
03 Aug 2013, 14:35 |
|
JohnFound 03 Aug 2013, 21:12
IMO, in the good IDE, (as opposed to a general text editor) the full text search is some kind of fall back tool.
I mean, when the other navigation and searching tools fail to find what you need, the full text search comes to save the situation. This way it is better to develop other navigation and fast programming tools - as cross reference, auto completion, etc. Such tools are more powerful because they are based on the language understanding instead on the dumb text comparison. |
|||
03 Aug 2013, 21:12 |
|
AsmGuru62 04 Aug 2013, 10:56
I see, this reminds me of an old Turbo C Help system.
However, if you know in full what to look for -- I am not sure how useful it is. Assume user looking for XCHG instruction. User types 'x' and editor seeks first occurence starting with 'x'. Then types 'c' and token with 'xc' prefix is located (if any) and so on. It seems compicated for a simple task. Now, if user does not know what to look for then how user will type these characters? |
|||
04 Aug 2013, 10:56 |
|
baldr 04 Aug 2013, 15:09
AsmGuru62,
That's what AI is all about, to take what it gives and produce comprehensible result. |
|||
04 Aug 2013, 15:09 |
|
xDOBORAx 06 Aug 2013, 10:51
AsmGuru62 wrote: I see, this reminds me of an old Turbo C Help system. i know most asm programmers will get mad on this because of hard nostalgia to things like editing sources with notepad (or even EDIT.COM in rare occurrences) then writing command line parameters every time instead of just using ide and pressing F9 modern incremental search works like this: you just select word you want and it gets highlighted everywhere you dont need type anything in text field or dialog and this is easier to implement it will not need any changes in GUI like adding dialogs or search bar baldr wrote: human-oriented programs yes yes i agree most of you forget that program must help user by providing simple and intuitive graphical interface |
|||
06 Aug 2013, 10:51 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.