Skip to content

Improve search results painting

Waqar Ahmed requested to merge work/imp-search-res-painting into master

This patch improves the search result drawing in following ways:

  • Makes it even closer in looks to the editor
  • Fixes the search results display for RTL text
  • Remove base path from file names

As a benefit, some of the display related code can be removed from the model (haven't done so yet for simplicity)

Display for "fileItems" / topLevel item is not changed.

Screenshots below:

RTL Before

Screenshot_20220204_152729

image

RTL After

Screenshot_20220204_152703

image


LTR search:

Screenshot_20220204_155731

Edited by Waqar Ahmed

Merge request reports