https://bugs.documentfoundation.org/show_bug.cgi?id=146667
Bug ID: 146667
Summary: Code Folding in Code Editor
Product: LibreOffice
Version: 7.2.4.1 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Created attachment 177414
--> https://bugs.documentfoundation.org/attachment.cgi?id=177414&action=edit
A visual example of code folding from notepad++ for your reference
Please add code folding to the macro editor.
Code folding is the ability to collapse portions of the code to both unclutter
and speed up the code editing process by hiding the portions of code you aren't
working on.
for instance:
sub realylongsub()
...
;;;;
...
---
end sub
sub nextsub
when folded, becomes
+sub reallylongsub()
sub nextsub()
...
end sub.
image of an example as seen in notepad++ are included as an example.
--
You are receiving this mail because:
You are the assignee for the bug.