Opened 10 years ago
Closed 10 years ago
#2774 closed Feature Request (Rejected)
UDF standards >> #Region
Reported by: | mLipok | Owned by: | |
---|---|---|---|
Milestone: | Component: | Standard UDFs | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
UDF standards do not talk anything about using #Region #EndRegion directive.
I aattach "IE_UPDATED.au3"
this is IE.au3 from AutoIt 3.3.12.0 with small modification:
1.
#Region renaming (especialy added IE.au3 to the #Regions name --- for better usage with SciTE Jump)
2.
new #Region (because that is beter when you use "Toogle all folds" in SciTE)
3.
#Region change coverage/range (because that is better when you use "Toogle all folds" in SciTE)
Please compare (using ie. WinMerge) this "IE_UPDATED.au3" with orginal, and additionaly see what happen when you "Toogle all folds" in SciTE (in both updated IE_UPDATED.au3 and original IE.au3)
What you think about My concept of using #Region inside UDF file ?
Attachments (1)
Change History (2)
Changed 10 years ago by mLipok
comment:1 Changed 10 years ago by guinness
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
As the UDFs are generally not touched by the general public, I see no reason as to add such a request.