Skip to content

UrlBar: Fix symbol view

Waqar Ahmed requested to merge work/urlbar-fixes into master
  • Now it shows the correct symbol for the cursor
  • Optimize symbol updation, it now updates the symbol after 500ms of cursor change and only does so if the current line changed
  • Fix duplicate connections to symbol model. We were connecting it again and again which could lead to slowdowns after a while of using kate.

Merge request reports