Highlight words matching the selection
Bug #1056964 reported by
Cris Dywan
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Midori Web Browser |
Confirmed
|
Wishlist
|
Unassigned | ||
Scratch |
Fix Released
|
Low
|
meese |
Bug Description
A feature found in Sublime Text 2, a commercial code editor, is that when you select anything, all occurences of the same word(s) in the document are highlighted as if you performed a search. This is a simple replacement for Find + Mark all matches.
In Sublime Text 2, matches are only case sensitive, single words.
Related branches
lp://staging/~midori/midori/webkitdom
On hold
for merging
into
lp://staging/midori
- Midori Devs: Pending requested
-
Diff: 312 lines (+208/-23)4 files modifiedmidori/midori-tab.vala (+182/-1)
midori/midori-view.c (+0/-22)
midori/webkitgtk-3.0.vapi (+1/-0)
tests/tab.vala (+25/-0)
lp://staging/~meese/scratch/fix-1056964
- Robert Roth (community): Approve
- elementary Apps team: Pending requested
-
Diff: 233 lines (+180/-1)5 files modifiedplugins/CMakeLists.txt (+1/-0)
plugins/highlight-word-selection/CMakeLists.txt (+28/-0)
plugins/highlight-word-selection/highlight-word-selection.plugin (+10/-0)
plugins/highlight-word-selection/highlight-word-selection.vala (+97/-0)
src/Widgets/SourceView.vala (+44/-1)
description: | updated |
Changed in scratch: | |
status: | New → Confirmed |
importance: | Undecided → Low |
milestone: | none → 1.2 |
description: | updated |
Changed in midori: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
Changed in scratch: | |
milestone: | 2.0 → 2.1 |
Changed in scratch: | |
milestone: | 2.0.1 → 2.1 |
Changed in midori: | |
milestone: | none → garage |
Changed in scratch: | |
milestone: | isis-beta1 → isis-beta2 |
Changed in scratch: | |
assignee: | nobody → meese (madelynn-r-may) |
milestone: | freya-beta2 → freya-beta1 |
status: | Confirmed → In Progress |
Changed in scratch: | |
status: | In Progress → Fix Committed |
Changed in scratch: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
For Midori, this is the prequisite to solving bug 1080316 for better theming.