| Author |
Message |
|
fulvio
Member
Joined: Sun Dec 07, 2008 10:06 pm Posts: 63
|
 Re: Higlight Selected
great plugin!... thanks!! It's very helpfull. I'll use it
|
| Thu Feb 25, 2010 2:34 pm |
|
 |
|
babeler
Member
Joined: Sun Mar 04, 2007 7:15 pm Posts: 10 Location: Rome
|
 Re: Higlight Selected
Wonderful plugin. Thanks a lot for creating and posting it P.S. any possible update about the "$" starting variables not being highlighted? 
_________________ Daniele Holoville
|
| Fri May 14, 2010 8:52 am |
|
 |
|
pedro_sland
Member
Joined: Tue Jun 08, 2010 10:55 am Posts: 3
|
 Re: Higlight Selected
@ryanmills I like notepad++ too  Excellent! Many thanks go to those involved.
|
| Sun Jun 13, 2010 4:10 pm |
|
 |
|
Kulkoff
Member
Joined: Sat Nov 15, 2008 4:00 am Posts: 171
|
 Re: Higlight Selected
babeler wrote: P.S. any possible update about the "$" starting variables not being highlighted?  If author don't mind, I slightly change a plugin. Here is modified version http://multigenerator.googlecode.com/files/HighlightSelection_new.zip. 1. Add support for highlite words that starts with "$" sign. 2. Add options to change style of highlited blocks.
|
| Fri Jun 25, 2010 5:30 pm |
|
 |
|
babeler
Member
Joined: Sun Mar 04, 2007 7:15 pm Posts: 10 Location: Rome
|
 Re: Higlight Selected
Wow. Downloaded it, and tested all the possible styles. Works perfectly. Great update, thank you Kulkoff 
_________________ Daniele Holoville
|
| Mon Jun 28, 2010 5:55 am |
|
 |
|
oopstoons
Member
Joined: Wed Sep 23, 2009 6:04 pm Posts: 20
|
 Re: Higlight Selected
With a black or dark color as the background color (vs white) the highlighting is a little difficult to see. It seems as though the highlight color is semi-transparent. Can that be modified so it can work well with dark background color schemes as well?
Here are also some suggestions for additional features: Double click = highlight matches Shift + Double click = highlight matches plus toggle match case Ctrl + Double click = highlight matches plus toggle match whole word Shift + Ctrl + Double click = highlight matches plus toggle match whole word plus toggle match case
This has definitely come in useful. Thanks!
|
| Wed Jul 07, 2010 12:44 am |
|
 |
|
Deril
Member
Joined: Sun Aug 19, 2007 4:56 pm Posts: 195 Location: Germany (TEMP)
|
 Re: Higlight Selected
Little idea,
is it possible to add another parameter - array of strings to ignore.
I would like to ignore "var", "this" selections by mistake.. if you have monster class that kind of selection lags... and don't have much use.
Thanks!
|
| Sun Oct 31, 2010 4:11 pm |
|
 |
|
thepuzzlemaster
Member
Joined: Tue Nov 09, 2010 10:15 pm Posts: 12
|
 Re: Higlight Selected
I'll second a huge thanks to Kulkoff! Adding highlight styling is a huge help for me. I too prefer to have a dark background in my coding window and it was very difficult to see the highlights. The box highlighting is perfect for me!
The real reason I was posting was a feature request. I think a way to make this infinitely more useful would be to include little marks on the scrollbar where the selections appear in the document. I've seen this using subclipse and it's remarkably useful!
Just throwing it out there. I'm not a c# developer so I'm not sure about its complexity, but I think it would be a great tool!
Thanks to Kulkoff and OP for the great plugin so far!
-ThePuzzleMaster
|
| Tue Nov 09, 2010 10:19 pm |
|
 |
|
Kulkoff
Member
Joined: Sat Nov 15, 2008 4:00 am Posts: 171
|
 Re: Higlight Selected
thepuzzlemaster wrote: The real reason I was posting was a feature request. I think a way to make this infinitely more useful would be to include little marks on the scrollbar where the selections appear in the document. I've seen this using subclipse and it's remarkably useful! Hi, check in plugin settings for option "Add Line Marker". If its set to true, you can see a line markers in left (folding bar) opposite to highlited lines. UPD. Oh, sorry, I just understand what you mean. Yeah, marks on scrollbar could be useful in large document.
|
| Tue Nov 09, 2010 11:58 pm |
|
 |
|
thepuzzlemaster
Member
Joined: Tue Nov 09, 2010 10:15 pm Posts: 12
|
 Re: Higlight Selected
Kulkoff wrote: thepuzzlemaster wrote: The real reason I was posting was a feature request. I think a way to make this infinitely more useful would be to include little marks on the scrollbar where the selections appear in the document. I've seen this using subclipse and it's remarkably useful! Hi, check in plugin settings for option "Add Line Marker". If its set to true, you can see a line markers in left (folding bar) opposite to highlited lines. UPD. Oh, sorry, I just understand what you mean. Yeah, marks on scrollbar could be useful in large document. Here is a screenshot of what I'm talking about. A slightly different usage, but same effect. You can see in the bottom half the boxes next to the scrollbar showing where differences between the two files exist. Also the two smaller squares towards the top of the scrollbar show smaller differences (1 line vs many lines). Something like this would be really useful with larger files, or when looking through someone else's code that you aren't as familiar with. http://cfs3.tistory.com/upload_control/ ... AvMzEucG5n
|
| Wed Nov 10, 2010 12:17 am |
|
 |
|
Urda
Member
Joined: Fri Feb 20, 2009 2:39 am Posts: 10
|
 Re: Higlight Selected
Is there any way to make the Highlight Color less transparent? I mean, its so pale, it doesnt really matter what color i choose. The marker at the line-number helps, but the Highlight Color is almost invisible on my LCD display.
Nice Plugin thx. Best of notepadd++.
|
| Fri Feb 11, 2011 8:46 pm |
|
 |
|
thepuzzlemaster
Member
Joined: Tue Nov 09, 2010 10:15 pm Posts: 12
|
 Re: Higlight Selected
Urda wrote: Is there any way to make the Highlight Color less transparent? I mean, its so pale, it doesnt really matter what color i choose. The marker at the line-number helps, but the Highlight Color is almost invisible on my LCD display.
Nice Plugin thx. Best of notepadd++. I HIGHLY recommend downloading the updated version by kulkoff a few posts back. Lots more options for how the highlighted text is displayed. I have it set to "box" mode which is much easier to see in my opinion.
|
| Fri Feb 11, 2011 9:37 pm |
|
 |
|
Urda
Member
Joined: Fri Feb 20, 2009 2:39 am Posts: 10
|
 Re: Higlight Selected
thepuzzlemaster wrote: I HIGHLY recommend downloading the updated version by kulkoff a few posts back. Lots more options for how the highlighted text is displayed. I have it set to "box" mode which is much easier to see in my opinion. Perfect. Thanks to Kulkoff for that mod. That changes a lot more than just $variable.
|
| Fri Feb 11, 2011 10:57 pm |
|
 |
|
dir
Member
Joined: Fri Feb 18, 2011 10:20 pm Posts: 30
|
 Re: Higlight Selected
Is it possible to make the plugin work under FD4?
|
| Sat Feb 19, 2011 12:42 am |
|
 |
|
Deril
Member
Joined: Sun Aug 19, 2007 4:56 pm Posts: 195 Location: Germany (TEMP)
|
 Re: Higlight Selected
Feature request : Flash Develop has a option to "View Modified lines".
this disables it... would be nice if they worked together, with Highlight selection geting preority, but not removing Modified line marks.
|
| Sun Mar 06, 2011 11:49 am |
|
|