Search found 12 matches
- 19.09.2017 09:00
 - Forum: General - SynWrite
 - Topic: Syntax tree
 - Replies: 6
 - Views: 26048
 
- 19.09.2017 08:49
 - Forum: General - SynWrite
 - Topic: Syntax tree
 - Replies: 6
 - Views: 26048
 
- 19.09.2017 08:45
 - Forum: General - SynWrite
 - Topic: Syntax tree
 - Replies: 6
 - Views: 26048
 
- 19.09.2017 08:34
 - Forum: General - SynWrite
 - Topic: Syntax tree
 - Replies: 6
 - Views: 26048
 
Syntax tree
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 appe...
					- 14.09.2017 13:00
 - Forum: Lexers
 - Topic: Lexer rules wil multiple conditions
 - Replies: 4
 - Views: 4175
 
- 12.09.2017 11:03
 - Forum: Lexers
 - Topic: Lexer rules wil multiple conditions
 - Replies: 4
 - Views: 4175
 
Lexer rules wil multiple conditions
How do lexer rules with multiple condition indexes work?
					- 17.07.2017 13:23
 - Forum: Lexers
 - Topic: Close all open ranges by single regex/rule
 - Replies: 6
 - Views: 5111
 
- 17.07.2017 08:50
 - Forum: Lexers
 - Topic: Close all open ranges by single regex/rule
 - Replies: 6
 - Views: 5111
 
We're halfway there! This works with different ranges, but not with nested versions of the same range:
					Code: Select all
<a>
       <a>
       </a>
       <a>
                  <a>
                   \session\start
       <a>
- 14.07.2017 15:10
 - Forum: Lexers
 - Topic: Close all open ranges by single regex/rule
 - Replies: 6
 - Views: 5111
 
- 14.07.2017 13:59
 - Forum: Lexers
 - Topic: Close all open ranges by single regex/rule
 - Replies: 6
 - Views: 5111
 
Close all open ranges by single regex/rule
So I'm still using my own custom lexer to view logs, which is a massive improvement over the simple highlighting that Notepad++ offered. For the next version, I want to really make use of the tree view to navigate the log; however, I'm having trouble resetting the tree when a session is ended abrupt...