I've completed a modified version of CSED. It primarily provides support for projects, but has a few other changes as well.
Here's a summary of the changes. I have an online Help page that gives more detail.
Main menu "Project" menu
Project submenus: New/Open/Close/Save/SaveAs
Up to 10 Project files are kept in the Recent History list
"Go To Highlighted Procedure" context menu
"Go To Previous Position" context menu
"Open in New Instance" TAB context menu
Project file extension of *.sed
Caret positions of all files are restored when Project file is re-opened
Support of dropped Project files
Project dropdown menus are grayed out if they do not apply
Links:
Online Help
EXE Only
EXE + Source Code
If you already have a CSED installation, but put the CSED_BEENE.EXE into the same folder and run it from there.
The source code files I've changed have _BEENE added to the file name. Within the changed files, the lines I've modified/added have the comment 'BEENE at the end of the line.
If you try it out and have any issues, please let me know. Ditto if you find anything not working as expected!
Here's a summary of the changes. I have an online Help page that gives more detail.
Main menu "Project" menu
Project submenus: New/Open/Close/Save/SaveAs
Up to 10 Project files are kept in the Recent History list
"Go To Highlighted Procedure" context menu
"Go To Previous Position" context menu
"Open in New Instance" TAB context menu
Project file extension of *.sed
Caret positions of all files are restored when Project file is re-opened
Support of dropped Project files
Project dropdown menus are grayed out if they do not apply
Links:
Online Help
EXE Only
EXE + Source Code
If you already have a CSED installation, but put the CSED_BEENE.EXE into the same folder and run it from there.
The source code files I've changed have _BEENE added to the file name. Within the changed files, the lines I've modified/added have the comment 'BEENE at the end of the line.
If you try it out and have any issues, please let me know. Ditto if you find anything not working as expected!
Comment