View Issue Details

IDProjectCategoryView StatusLast Update
0000684Ecere SDKidepublic2016-04-19 05:19
ReporterD_Bane Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Target Version0.46 eC II 
Summary0000684: CodeEditor: Expand/Collapse blocks, functions, classes...
DescriptionThe feature is to allow the code to be extended or collapsed similar to many text editors out there (I know of Notepad++ but I thing Geany has this as well).

It would basically need to determine the type of the file that is opened (as I understand Jerome wants to have the IDE being used by many for various types of projects, not only Ec or C or CPP files.. Now based on the file it should find the tags and close by them - { to its } or <tag> to </tag>, etc..
Additional InformationI believe that it could be done to have another class shown/drawn over the contents one that will show only the selected code, and that would get all of the code from the EditBox::contents. This way the EditBox::contents would stay the same for the usage by compiler.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-02-17 17:34 D_Bane New Issue
2012-03-08 16:52 redj Target Version => 0.45 Ginkakuji
2012-03-29 07:52 redj Category => ide
2012-03-29 07:52 redj Project @3@ => Ecere SDK
2013-04-25 09:47 jerome Summary Expand/Collapse => CodeEditor: Expand/Collapse blocks, functions, classes...
2014-07-11 18:37 jerome Target Version 0.45 Ginkakuji => 0.46.1
2016-04-19 05:19 jerome Target Version 0.46.1 => 0.46 eC II