Android Question Tiny lines in code scrollbar (IDE)

MarcRB

Active Member
Licensed User
Longtime User
Hi,

Maybe a very basic question. sorry for that....

I was wondering what are the lines in the vertikal scrollbar of the code-editor?
I tought these are markers for bookmarks or comment, but that aren't the same lines of code.

Best regards,
Marc
 

klaus

Expert
Licensed User
Longtime User
These lines have different meanings depending on their color:
light blue : when you click on a word you see a light blue line for each line containing that word, the words are also highlighted in the code.
red : for breakpoints
dark olive : for bookmarks
olive : for warnings
yellow : the line where the program holds when debugging step by step

Best regards.
 
Upvote 0

MarcRB

Active Member
Licensed User
Longtime User
Thank you,
In my case Olive, Warning #3, I solved it and after a new background-compile, the olive line was gone.
Very handy. Thanks
 
Upvote 0

JLM

Member
Licensed User
Longtime User
How do I turn these markers on? I was looking through the file menu but didn't see anything to enable them.
 
Upvote 0
Top