Feature #103
Code collapse on sections
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
03/12/2018
Due date:
% Done:
0%
Description
YAFR: Studio Code Collapse add - on
We already have shed load of CodeCollapse requests kicking around out there, I'd just like to add one more wrinkle to that. code markers that indicate "sections" that have names, and group with Begin / End. The compiler should totally ignore them. #BeginSection Employees #BeginSection Hourly #RndSection Hourly #BeginSection Salaried #EndSection Salaried #EndSection Employees But the studio should allow for code collapse on them.
from: https://support.dataaccess.com/Forums/showthread.php?62402-YAFR-Studio-Code-Collapse-add-on
History
#1 Updated by Wil van Antwerpen almost 7 years ago
- Tracker changed from Bug to Feature
#2 Updated by Wil van Antwerpen over 6 years ago
- Status changed from New to In Progress
Currently implemented as:
{ #BeginSection Employee }
some stuff here
{ #EndSection Employee }
#3 Updated by Wil van Antwerpen over 5 years ago
- Status changed from In Progress to Resolved
Works just fine as far as I can see.
#4 Updated by Wil van Antwerpen over 5 years ago
- Status changed from Resolved to Closed