Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Outline Plugin alpha 23 #7436
    blades018
    Member

    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)
    // stuff

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

    on a side note, it seems like you inverted the “Make Comments Collapsible” check box

    in reply to: Outline Plugin alpha 23 #7433
    blades018
    Member

    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 reply to: Outline Plugin alpha 23 #7416
    blades018
    Member

    Does this make sense now?

    in reply to: Outline Plugin alpha 23 #7365
    blades018
    Member

    Sorry 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.

Viewing 4 posts - 1 through 4 (of 4 total)