jEdit Community - Resources for users of the jEdit Text Editor
HighLight all search results in buffer
Submitted by chentz on Wednesday, 22 December, 2004 - 19:53
Hi,
I'm request highlight for all results of search. This help highlight new words in a specific situation.
Comment viewing options
Select your preferred way to display the comments and click 'Save settings' to activate your changes.
Try this plugin: Highlight P
by Anonymous on Thu, 23/12/2004 - 08:13
Try this plugin:
Highlight Plugin

--
Regards, Skalex.
 
Cool, but I can't configure.
by chentz on Thu, 23/12/2004 - 12:39
Cool, but I can't configure. How i can set highlight color ?
I think this should be jEdit feature, not a plugin. Eye-wink
 
You can't...
by fixedsys on Thu, 23/12/2004 - 17:49
The setup for the color is not implemented yet. It's mentioned in the docs as "To do".

Lars

PS: Another feature request for the plugin. It would be nice to have an option to toggle the highlight with one shortcut.
 
>Another feature request for
by Skalex on Fri, 24/12/2004 - 10:35
>Another feature request for the plugin. It would be nice to have an option to toggle the highlight with one shortcut.
This feature is may be realized by very trivial Beanshell code...
 
Highlight v1.1.0
by kpouer on Sun, 16/01/2005 - 11:52
Hi I just updated the Highlight plugin, it will now support regexp, colors choosing, multiple highlights at the same time ...
I uploaded it here Highlight if you want to try it before the next update of the Plugin Manager.
If you find bugs, mail me at chocolat.mou@gmail.com
 
many thanx and inevitable feat.request :)
by tequilacat on Fri, 01/04/2005 - 11:05
thanx a lot, this is really neat work!

One feature I missed for a long - to skip to next match (of the word under cursor), I have written somehow raw macro doing that.
Now with this wonderful plugin I finally finished it and would like to share here, since it's directly related.

When called, this macro hilights all matches and remembers the match in search buffer. Calling find-next will skip to next highlighted match.
I use C-F3 for this macro, Alt-F3 to remove all highlights and F3 historically to find next.

void findThisOccurrence(){
String pattern = textArea.getSelectedText();
if(pattern == null){
textArea.selectWord();
pattern = textArea.getSelectedText();
}
SearchAndReplace.setSearchString(pattern);
gatchan.highlight.HighlightPlugin.highlightThis(textArea);
}
findThisOccurrence();
 
I just updated the plugin, wi
by kpouer on Thu, 27/01/2005 - 08:33
I just updated the plugin, with a color cycle at the same place : http://hoyo.free.fr/highlight/1.1.0/highlight.jar
 
very nice
by paulflory on Tue, 18/01/2005 - 16:06
just wanted to say -- this plugin is becoming more and more useful!

-Paul
User login
Browse archives
« March 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82338
Context Free Art (*.cfdg)   0.31   46043
JBuilder scheme   .001   18487
BBEdit scheme   1.0   18107
ColdFusion scheme   1.0   18015
R Edit Mode - extensive version   0.1   17461
Advanced HTML edit mode   1.0   16194
Matlab Edit Mode   1.0   16057
jEdit XP icons   1.0   15220
XP icons for jEdit   1.1   14281