How to clear Mark flags from class

  • Thread starter Thread starter moondaddy
  • Start date Start date
M

moondaddy

I was using the 'find' tool in a class today and accidentally clicked on
Mark All instead of Find Next. it put a bunch of blue Marks on the side
where break points usually go. how do I clear these out? I didn't find any
"Clear Marks" menu any where.

Thanks.
 
moondaddy said:
I was using the 'find' tool in a class today and accidentally clicked on
Mark All instead of Find Next. it put a bunch of blue Marks on the side
where break points usually go. how do I clear these out? I didn't find
any "Clear Marks" menu any where.

Select the whole code in the file (Ctrl+A), then choose "Remove bookmark"
from the "Edit" -> "Bookmarks" menu.
 
Back
Top