Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.39k stars 166 forks source link

old code-tree filter is not applied after focusing old tab #5524

Closed Alexey-T closed 1 month ago

Alexey-T commented 1 month ago

2 tabs with python lexer:

1.

def a:
  pass

def a2:
  pass

2.

def b1:
  pass

def b2:
  pass

def com1:
  pass

def com2:
  pass

for 2nd tab, add code-tree filter 'com'. now switch tabs by ctrl+tab: on activating 2nd tab, filter is not applied and all 4 funcs are visible in tree.