flat assembler
Message board for the users of flat assembler.
Index
> Windows > Proposition for Tomasz. Select and open file in fasm. |
Author |
|
Roman 21 Feb 2019, 09:34
Like in my Direct2D Editor.
https://www.youtube.com/watch?v=ADXRG7mcMws&feature=youtu.be
Last edited by Roman on 21 Feb 2019, 09:43; edited 1 time in total |
||||||||||
21 Feb 2019, 09:34 |
|
revolution 21 Feb 2019, 09:41
You are suggesting this for fasmw, right?
You would like fasmw to scan file for file names and allow you to click, or double-click, or right-click, or something and fasmw will open it in a new tab? |
|||
21 Feb 2019, 09:41 |
|
Roman 21 Feb 2019, 09:52
Its for Fasm 32 or 64 bit.
I just select text and press button Open. I not needed do copy\paste text. This do my program. And file open in second EditBox. Not now i not use double click. Small right-up EditBox i use for small pices code. This small part I often write. And I simple copy small pices code and paste in main EditBox(big down below) I dont worry if i write some in second EditBox. I save text only from EditBox(big down below) In file ThemColor.txt in store 8 colors for colorize style. Change ThemColor.txt and get new colors and opacity. |
|||
21 Feb 2019, 09:52 |
|
Roman 21 Feb 2019, 10:13
I like programing when I in bed
And use only mouse and mouse buttons for programing code. In right hand mouse and in left beautiful girl. Editor for lazy |
|||
21 Feb 2019, 10:13 |
|
Roman 21 Feb 2019, 10:38
revolution
Quote: You would like fasmw to scan file for file names and allow you to click, or double-click, or right-click, or something and fasmw will open it in a new tab? If you mean Fasm. I told about all new Fasm-editor versions. We simple select text (its file name) and press key F11(for example) or right mouse open menu and we see new function "open selected file". Yes. Open in new tab. And right mouse menu new function "Show files collections" We might choose any file and then open. Its mast be standart for all Fasm-editors. Very handfull. Last edited by Roman on 21 Feb 2019, 10:46; edited 4 times in total |
|||
21 Feb 2019, 10:38 |
|
DimonSoft 21 Feb 2019, 10:40
Using only left and right mouse button you don’t need FASM at all. Just write machine code directly
|
|||
21 Feb 2019, 10:40 |
|
bitRAKE 21 Feb 2019, 15:01
Interesting. i like the direction you are thinking - changing the development experience. There is certainly room for innovation in this area.
|
|||
21 Feb 2019, 15:01 |
|
Roman 21 Feb 2019, 16:13
My next idea. Sort data marker ;#SD(mean section data).
;#SB(mean section BBS whear rd or rb ) Code: section '.data' data readable writeable section '.code' code readable executable Start: ;#SD ProcApply: mov eax,[Val2] add eax,22 mov [Val2],eax ret Val2 dd 22 String1 db 'Text',0 ;### Call ProcApply invoke MessageBox,0,String1 ,String1 ,0 ;#SD String2 db 'Text2',0 ;### invoke MessageBox,0,String2 ,String2 ,0 All text from begin ;#SD to ;### replace in section '.data' data readable writeable When we press button "Sort" or when Fasm editor compile code auto find this and sort. And keep text file how we see in code. Very usefull when we want keep data close to code. Hard sometimes read code and variables when you must jump to section data. Look some value and jump back in code. Its not problem when values 2 or 3. But if values more then 80. It is tiring and can lead to errors. |
|||
21 Feb 2019, 16:13 |
|
Roman 26 Feb 2019, 02:53
New in my Fasm Studio.
I grab c++ structs or Enum or Interfaces ! https://www.youtube.com/watch?v=kvSHCZNvO3w&feature=youtu.be PS: Can open c++ header text file. And can transform many c++ structs to Fasm structs or only selected struct or selected region. One click and we get many Fasm structs or Interfaces or Enums. |
|||
26 Feb 2019, 02:53 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.