Skip to content

S&R: Move the current-folder button to the main options

Kåre Särs requested to merge sars/kate:master into master

We just got a bug rapport (BUG: 429091) about a thing that has been bothering me a bit for a while: To change the search folder to the current directory, we need to go all the way to the left and click on the "more options" button to open the options and then move the mouse all the way to the right to click the "use current file folder" button. This patch does the following things:

  • Replace the find/replace labels with placeholders in the combo-boxes
  • Move the current-folder button next to the Search-places combo-box
  • Move the new-tab and more-options buttons to the right of the second row
  • Vertical layout modified to be as the horizontal with the difference that search&replace combos are on separate rows
  • Fix tab navigation

Old bottom-layout Old_bottom_layout

New bottom-layout New_bottom_layout

Old side-layout Old_side_layout

New side-layout New_side_layout

Merge request reports