Is there a way to make certain items always appear in the syntax tree - that is, to not have the syntax tree collapse by default if one of these items is present?
As can be read in my other posts, I'm using Synwrite/Cudatext to view logs (works great, btw!), and whenever a major error occurs it appears in bright red in my syntax tree. However, this usually happens nested a few levels deep (i.e. not visible at first glance, the way I'd like it).
I made the lexer myself, because I often have to find my way in huge log files. Occasionally, a java error stack will pop up somewhere in the file. I've created a rule to give them a nice red background in the edit screen and a bright red name in the syntax tree.