Hi folks,
I wish to add folding support to my editor for DarkBASIC, BlueIDE. However the open-source CodeSense component upon which the IDE is build does not provide any way of hiding lines (in the ActiveX version). All I need added is a function which I can access from Visual Basic such as
DrawLine(lineNumber as Long,DrawLine as Boolean) which allows me to toggle line drawing on or off for a given line.
I have had a look through the source code, and the part I think I need to change is in editview.cpp, the Draw... functions.
You can download CodeSense from
http://www.ticz.com/homes/users/nlewis/HTML/Software_Development/CodeSense/Download/download.htm
In order to build CodeSense I had to disable the third include in Win.cpp.
My C++ knowledge is fairly poor so I cannot do this myself at the moment.
I think this simple feature would make CodeSense far more useful for everyone