Green Marks in Source Code Window Vertical Scrollbar

Guardian17

Active Member
Licensed User
Longtime User
In Version 2.70, what are the green marks that appear in the vertical scroll bar of the source code window after you Compile & Run the first time?

I've tried to associate them with Comment lines, or possibly Dim statements for lines containing definitions, but I can't find a direct relationship.

And is there a way to remove the green marks after they've appeared so that other marks are more noticeable?
 
Last edited:

Guardian17

Active Member
Licensed User
Longtime User
Thank You

:signOops:
I had many, many extra unused files in my "Files" folder for the project as well as extra files declared in the "Files" panel in the right side IDE panel.
Moving the extraneous files to another folder outside of the Project folder (in case I need them in the future) and removing unused Files from the IDE panel solved that problem.

Thank you. :D
 
Last edited:
Upvote 0
Top