- AuthorPosts
- January 23, 2023 at 8:56 am #29145Jon GrahParticipant
There is a yellow marker on both left and right sides of the screen. It changes to green when I save a file. But it is yellow when unsaved. But I may wish to clear this yellow marker. How do I do this (without saving the file)?
I see where it says to clear marker for SAVED text, but unsaved text doesn’t seem to have the same love.
Now I could uncheck “show markers”, but that would remove all markers, and not just temporarily clear existing markers (but new changes would then get a new marker.)
Please advise.
edit: also note that unchecking “show markers” affects all tabs, not just the current tab work. And “show markers” still leaves the left side with the yellow unsaved marker in the line # column.
January 25, 2023 at 7:57 am #29152Yutaka EmuraKeymasterHello,
Running a macro:
document.Saved = true;
will turn this yellow to green if this is acceptable.
- AuthorPosts
- You must be logged in to reply to this topic.