News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

CodeEdit configurable editor

Started by hutch--, December 08, 2022, 07:30:43 PM

Previous topic - Next topic

hutch--

This is the release version of a coding editor that can be configured to personal requirement. It has a complete and working auto indent, micro indent + and - from the keyboard, tabs replaced with spaces and the normal hacky stuff like file IO, search and replace, new instance option and the command prompt. It will run files dropped into it or passed on the command line.

To modify or add to the editor, code would be added to the RC file as menu options and the corresponding WM_COMMAND processing for additional capacity. Some of the code is complex and is best left alone but most of it is reasonably straight forward if a bit volumenous.

Depending on how you want to use it and where you base it from, if you place it in the masm64 directory, you can use any of the facilities in that directory just be adding them as menu options. The se64.exe file should stay in the same directory as the editor so that you have script support.

hutch--

I have posted an advanced version in the examples subforum at URL http://masm32.com/board/index.php?topic=10543.0

It is a more complex version than the one posted here but it adds additional functionality via a DLL.