|
A simple IDE for FASM written using MFC. List of features:
- Syntax highlighting (themes based)
- Auto-Completion
- Tooltips for most of code elements
- Project concept
- Library concept
- ... and more...
Installation/Help:
- Unzip the package. You should have FASMW32 folder with sub-folders.
- Load UserManual.html document from Help sub-folder into browser and read it.
The history of this IDE may be interesting to some. Since 2005 or so I was working on
a concept of an IDE for FASM, which will use Object-Oriented Paradigm to produce large
projects.
In my opinion, such projects are not possible within acceptable time-frame without
code re-use or some kind of library of components. So, I decided to use FASM itself to code
the OOP IDE. To speed my coding up I tried all kinds of IDE, but could not find something
simple and practical - without too much fluff or too much time to learn.
Finally, I decided to write such tool myself.
I was telling myself: "Something a little better than FASMW will do it".
I am using
FASMW32 for almost two years now and it feels kind of right. At first, I had no intention to release it,
but then maybe someone else can benefit from it, so here it is. I am now working on OOP IDE
full speed, so will not have time to do any major "fixing" here. Maybe something simple... let me know.
| |