Hi there
many modern editors have syntax folding capability which is a great help when bowsing big files
I think this would be not to complicated addition to BC3 if done in the following way:
an option on delimited grammar item
folding enabled even if unimportant
color when folded is the most significant used on any part of the folded away text
support for positive look ahead in regular expression
support for negative look ahead in regular expression
support for nested delimited grammar items
this should enable eg folding from #if to #else not including the #else and again from #else to #endif not including #endif
folded text should show as <Text from>...<to>
br Jens
many modern editors have syntax folding capability which is a great help when bowsing big files
I think this would be not to complicated addition to BC3 if done in the following way:
an option on delimited grammar item
folding enabled even if unimportant
color when folded is the most significant used on any part of the folded away text
support for positive look ahead in regular expression
support for negative look ahead in regular expression
support for nested delimited grammar items
this should enable eg folding from #if to #else not including the #else and again from #else to #endif not including #endif
folded text should show as <Text from>...<to>
br Jens
Comment