#7435
Yutaka Emura
Keymaster

blades018 wrote:
we 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)
// begin

end
// ##############

In the latest version of v9 alpha, you might want to uncheck “Make Comments Collapsible” text box in the Outlint properties. I hope this helps.