...by increasing update delay timer from 500ms->2s This affect of course not only the tree mode, but there was the flicker pretty annoying. I think this noticeable delay is acceptable, at least much more than these flickering
Details
Details
- Enable tree mode and keep an eye there
- Edit some file with and without this patch
- See D14408
Diff Detail
Diff Detail
- Repository
- R40 Kate
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
I guess the tree flickering comes from the fact that when you edit the document you change the cursor position and the current item might changed even if it shouldn't. Adding a 2s delay only slows down the flickering, but the actual problem, that the wrong item is being activated is now even worse.
The "not starting of the current item timer" change I suggested in D14408 should fix at least the above type of flickering.