Somehow I have a strange symbol (see attached) in a column to the left of the line numbers. Doesn’t matter if line numbers are on or off - the strange symbol stays. With 3 files open, it appears on two of them, but not on the third (an older file).
What is this symbol indicating and how do I turn it off?
That’s the Print Debugging tool symbol. Looks like you have a wonky Print Debug tool in your Toolbox > Print Debugging folder.
Open your Toolbox: View menu > Tabs & Side bars > Toolbox
Open the Print Debugging folder
Open and edit the relevant language file or delete it
The tool works by matching the line with the specified pattern. Looks like whatever file type you’re editing has an empty pattern as it’s matching empty lines.
This is what I have in “print.klf” (below). I -really- want to get rid of the auto-insert of “LIST” every time I type “print” Maybe I disturbed something else when I tried deleting the “LIST” from tabstop1:LIST ???
Fixed. I had copied the “perl Print Statement” in the Print Debugging and renamed the copy ‘xxxPerl Print Statement’ - thinking that would easily ‘mask’ it from Komodo.
But no. As soon as I deleted the copy, the debugging symbol disappeared.
Thank you @careyh for your help. It did make me look at what I’d done and realise what was now different.