Forum Replies Created
- AuthorPosts
- blades018Member
I can see you failed to throw that portion of code in to the editor and play around with it. This is a fairly obvious bug.
Throw away everything from the previous posts.
lets try this again…
scenario 1
//##############
begin // minus here, which is correct// begin (no minus here, which is correct)
end
//##############scenario 2
//##############
begin // minus here, which is correct// begin (a minus now appears because of the comment in the following line of code, incorrect)
// stuffend
//##############on a side note, it seems like you inverted the “Make Comments Collapsible” check box
blades018Memberwe are not on the same page. what i mean is that there should not be a plus/minus on commented lines.
if you throw this code in the editor, it should all make sense
// ##############
begin // there is a minus here, which is correct// begin (there is a minus here, but there shouldn’t be. it is the result of the following line of code)
// beginend
// ##############blades018MemberDoes this make sense now?
blades018MemberSorry for being unclear. I need to write my own custom outline for the plugin. A very simple case would be Level 1 “begin” and Level 2 “end”. Commented lines should not be collapsed. Using the simple code in the previous thread, the first commented line is still being collapsed.
- AuthorPosts