flat assembler
Message board for the users of flat assembler.
  
|  Index
      > IDE Development > Some suggestions for the fasmW IDE. Goto page 1, 2 Next | 
| Author | 
 | 
| coconut 09 Mar 2005, 03:21 a toolbar! | |||
|  09 Mar 2005, 03:21 | 
 | 
| mike.dld 09 Mar 2005, 06:05 What about comment/uncomment selection? | |||
|  09 Mar 2005, 06:05 | 
 | 
| madmatt 18 Mar 2005, 05:58 coconut: yes that would be nice too
 mike.dld: there are some macros made that do the thing that you ask, I can post them if you want. hopefully #2 and #3 gets implemented, It would be very easy to do, and would help me with converting some older assembly code. | |||
|  18 Mar 2005, 05:58 | 
 | 
| mike.dld 18 Mar 2005, 12:31 madmatt
 I already have these macros, self-made, starting comment with '@^' and ending with '^@' but for some reason we IMHO really need ';'-style commenting. And BTW with macro-based implementation it's really hard to 'highlight' comments within @^ ... ^@ (i.e. make it the same color as ordinary ';' comments). This all of course about FASMW environment. | |||
|  18 Mar 2005, 12:31 | 
 | 
| Tomasz Grysztar 18 Mar 2005, 13:08 mike.dld wrote: And BTW with macro-based implementation it's really hard to 'highlight' comments within @^ ... ^@ (i.e. make it the same color as ordinary ';' comments). This all of course about FASMW environment. Not only with macro-based, the problem with proper syntax highlighting is generally of the main reasons why I haven't implemented block comments in fasm (I don't consider partial solutions). | |||
|  18 Mar 2005, 13:08 | 
 | 
| polygon7 18 Mar 2005, 19:40 Hi,
 I have a small sugestion... Could you add a line numbers on left or right margin (i don't remember how it's called. A gutter bar?)? It will be very helpful in error finding. _________________ best regards p7 | |||
|  18 Mar 2005, 19:40 | 
 | 
| Tomasz Grysztar 18 Mar 2005, 19:47 Isn't automatic error line highlighter and F5 enough for such purpose? | |||
|  18 Mar 2005, 19:47 | 
 | 
| polygon7 18 Mar 2005, 21:09 Privalov wrote: Isn't automatic error line highlighter and F5 enough for such purpose?  _________________ best regards p7 | |||
|  18 Mar 2005, 21:09 | 
 | 
| OzzY 19 Mar 2005, 00:00 I'd like to see something like template projects...
 You click File/New/Template and have ready code to start for: PE GUI PE Console MZ .EXE DOS .COM ELF . . . etc Something like this: PE GUI Code: format PE GUI 4.0 include '%fasminc%\win32a.inc' start: ;Your code here ;data ;Your data here ;idata data import ;Your import data here end data ;eof and so on... Templates for all suported formats... I know this can be done very easy... but it is very helpful! Sometimes you just can't lose time writing "standard" initial code. That's it! Thanks! Sorry for my bad english! I hope you understand what I mean!  | |||
|  19 Mar 2005, 00:00 | 
 | 
| Vasilev Vjacheslav 20 Mar 2005, 12:58 OzzY, for this purposes i have 'Template' directory in fasm directory, where i placed my templates (e.g. dialogproc.asm and main.res, createwindow.asm, 
 empty.asm) and i manually gets template what i need ps. and little suggestion for fasmw ide - more options for syntax highlighting | |||
|  20 Mar 2005, 12:58 | 
 | 
| bubach 05 Apr 2005, 09:29 I would like printing... | |||
|  05 Apr 2005, 09:29 | 
 | 
| OzzY 17 Apr 2005, 03:42 Code completion for win32api? | |||
|  17 Apr 2005, 03:42 | 
 | 
| madmatt 17 Apr 2005, 06:15 Thought of another one, function key definitions.  Where you would press Shift and F1 key (or any F-Key), and have text output at current cursor location.  Much like a cut and paste operation. | |||
|  17 Apr 2005, 06:15 | 
 | 
| Picnic 06 Jul 2007, 17:01 I like fasmw simplicity. A margin bar would be nice with or without line numbers. Also better undo and redo, upper/lower case options fot text. | |||
|  06 Jul 2007, 17:01 | 
 | 
| resoftw 03 Aug 2007, 06:16 a shortcut for switching source tabs? like (F6 or Ctrl+F6 in VS or Delphi IDE)     or maybe I just didnt know it? _________________  Loading my signature, please wait... ^_^ | |||
|  03 Aug 2007, 06:16 | 
 | 
| Madis731 03 Aug 2007, 09:15 Ctrl+Tab like in every sane tabbed environment in Windows!
 Ctrl+Shift+Tab is the other way Ctrl+W closes a tab btw and Shift+F9 make a tab default project file. Other shortcuts are listed in FASMW that you might need. Ideas: -Printing - that was already mentioned. It should support colors too. -Enqueue possibility from explorer's context menu ***There was one version that defaulted to this behavior but it shouldn't be this black&white. It was converted back to the old behavior, but i.e. Winamp encorporates both. I can't define the DDE messages for that so the best way would be for FASMW to come the half-way and I would do the other. "D:\Programs\Winamp\winamp.exe" /ADD "%1" adds another song to the list, but without /ADD it plays only the selected file. -Maybe more evaluation when using 'display'. Current behavior disables debugging procs. POINT.x is shown as POINT.x, but I would like to see '0' ***There's a workaround though so its not that important. a=POINT.x, display a | |||
|  03 Aug 2007, 09:15 | 
 | 
| DOS386 04 Aug 2007, 06:18 > I would like to see some features implemented in a future release of fasm for windows
 And in FASMD (+ S&R, dir browsing)  | |||
|  04 Aug 2007, 06:18 | 
 | 
| chaoscode 23 Sep 2007, 21:18 i would find something like intellisense (se M$ C# Express Edition)
 i think, the linenumber is a good idea, i think, a "jmp Linenumber" is great i think, if fasm updates the jmp linenumber, when they changed, it would be great^^ (or you could link a Point in the code with jumpinstructions, i would find it Great) | |||
|  23 Sep 2007, 21:18 | 
 | 
| cmdtower 10 Oct 2007, 06:03 ManaIDE has it's own site:
 http://www.manaedit.org/ Check it out! Tell other Fasm peoples! Cheers, Cmdtower | |||
|  10 Oct 2007, 06:03 | 
 | 
| Goto page 1, 2  Next < Last Thread | Next Thread > | 
| Forum Rules: 
 | 
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.