Code: Select all
;{ For start comment
;} for end comment
Code: Select all
;{ For start comment
;} for end comment
Already in common use for folding.mk-soft wrote:I like this...Code: Select all
;{ For start comment ;} for end comment
but if we do this, we require a new way to folding without comment-outTenaja wrote:Yes, but that folding does not comment-out the code lines between the fold...
Code: Select all
Compilerif 0
Many lines of comments without additional ; characters.
Unfortunately the IDE does not STYLE them as comments.
And If you use the word If it is capitalized instead of left as "if".
compilerendif
I wanted to say: ;{ is already in common use for folding, so if you turn it into multi-line comment now,Tenaja wrote:Yes, but that folding does not comment-out the code lines between the fold...
Code: Select all
;Many lines of comments with ; characters.
;the IDE does STYLE them as comments.
;And if you use the word if it is not capitalized instead of left as "if".
You are happy with such a result?Tenaja wrote:In the meantime, a workaround I have used is...
Code: Select all
Compilerif 0 Many lines of comments without additional ; characters. Unfortunately the IDE does not STYLE them as comments. And If you use the word If it is capitalized instead of left as "if". compilerendif
I like IdeasVacuums work-aroundCompilerIf 0
Many lines of comments without additional ; characters.
Unfortunately the IDE does Not STYLE them As comments.
And If you use the word If it is capitalized instead of left As "if".
compilerendif