Skip to content

Completion improvement, fixed search and implemented replace.

Ole Christian Eidheim requested to merge eidheim:master into master

Entry also reworked into EntryBox, which is more clean and easy to use.

Use enter to search/replace forward, and shift-enter to search/replace backward. Is the Find and Replace buttons really necessary? Guess very few use mouse clicks to search forward and backwards now.

Also focus on entry box is fixed. For instance press tab to swap between find and replace entry-fields.

Use escape to cancel/close entrybox.

Also, the tooltips and similar token markings are abit less eager now, only identifiers get tooltips (that is for instance (), :: -> etc no longer hold tooltips or get marked as similar tokens).

Hmm also, should the entry box be below the sourceview? When entrybox pops up now the sourcetext is moved down. If entrybox is below the sourceview the position of the cursor will be the same on the screen.

Merge request reports