beta http://www.uvviewsoft.com/c/
1.120

@xcme @dinkumoil @jairo-martinez @OlehL @tmsg-gh @kvichans @iRamSoft
looks good!
rounded border stay visible also after close Find dialog - is it by design?
seems i fixed it on dialog close; beta updated.
For your consideration:
Which are the boundaries to use this functionality?
the limit of lines (max count of lines) is given by a new option. see the history.txt.
marks to micromap-- maybe good idea.
I added micromap marks.

beta is updated to 1.119.9.
Great work, I like it! But I can't see this:
Editor also auto-scrolls to the first match, like in Sublime.
Should I change some option to achieve it?
I also have a search-related question. We have in default.json
//Find dialog: suggest selection (of first caret) as initial search text
"find_suggest_sel": false,
//Find dialog: suggest current word (at first caret) as initial search text
"find_suggest_cur_word": true,
Don't you think it's better to have it vice-versa? The current behaviour implies a user wants to find something under this caret but it might be confusing sometimes. But if we changed it in opposite way the behaviour would be as in Sublime. What do you think?
But I can't see this: Editor also auto-scrolls to the first match, like in Sublime. Should I change some option to achieve it?
it is so only while the "Hi" toggle option is checked. does it work for you?
do we need to auto-scroll even w/o "Hi", Im not sure?
splitted the question to #2990 .
it is so only while the "Hi" toggle option is checked. does it work for you?
No, see the picture.
The caret on the same position.
do we need to auto-scroll even w/o "Hi", Im not sure?
I think No, only when it's enabled
The caret on the same position.
the caret and vert-scroll-position are different things. "Hi" makes the auto-scroll, makes vert-scroll-position. caret is not touched here.
Oh, I just understood you wrong. I'd thought it's related to #2314 to achieve the same behaviour as in ST - it moves the caret when it highlights all matches:

What do you think about this feature?
@xcme such behaviour confuses me. because we move caret here and there. OTOH, it may be OK for ST3 users and good. Im not sure.
if you find other editor apps which do it like ST3, pls write.
Beta updated!
@xcme
ST3: it do NOT move the caret when I type "eee" to highlight all matches. gutter indicator shows the caret is near "zz".

Thanks! Now it much move obvious where I am. It looks nice in my favourite theme (I mean 2px border):

@Alexey-T, so strange... For me it does. My user settings are on the screen. I have enabled just 'Highlight matches' button at the left. The caret initially was on the line 19 but then jumped up to line 4.

Also, plz read again the first post in #2314 where @Jairo-Martinez says the same.
let's find how to change this in ST3: when caret moves or not. maybe some addon is doing it.
Ok, added the option!
renamed 2 new opts:
beta updated.
I've now tried both CURRENT beta versions (fresh downloads today) and both in Windows and in Linux the highlight border remains stubbornly at 1px (other borders work as expected). Perhaps some other thing I have in my config is playing a role, I don't know. It's no great problem, just a little frustrating. But never mind.
pls, post here your user.json file, or send me it - support(at)uvviewsoft.com
@tmsg-gh can you show some screenshot with bad 1 px frame? can it be non-supported control which is 1 pixel because Win10 paints always 1 px blue frame?
done #2994; beta updated just now.
Checked newest beta (120); same thing... so perhaps it's simply a misunderstanding. I thought that this famous "ui_active_border" option also works for the green rounded border around found matches. But does it? If so, it's broken. If not, I was wrong in my assumption.
Additionally, here are a couple suggestions which (IMO) would make that feature a little better. First, it would be great if Cud would give the number of current matches, eg in the status line (FiF does that and it's helpful).
Second, why do you use just SeparLin's background for the colour? Why not go the whole hog and define this as a full style with font, text and bg colour and even a border definition? On my big screen I have some trouble spotting the matches (that's why I tried the "ui_active_border" thing).
I agree with to show the number of matches 馃槃
@tmsg-gh
"ui_active_border" option also works for the green rounded border around found matches. But does it?
it does not; the border is shown for : main editor; console inputs (2 of them), code-tree filter, find/replace inputs.
@Alexey-T OK then that's solved. I am probably not the only one who fell or will fall into that trap as this option prominently mentioned in this issue. Perhaps you should mention this somewhere... would've saved me (and you) some trouble.
and I just added statusbar msg for the count of matches in "Hi" feature.
@tmsg-gh I now show border for matches of 2px size, if "ui_active_border" also has border of 2px+ size. (only 2px size, not 3px or more)
beta update in 5 min.
I like new changes. Took a quick look and it works well. The only question yet - when border width for matches is 2 the border itself doesn't look rounded anymore. Is it expected?
yes, it is normal, we currently don't have style "rounded 2px" so i used "simple 2px". maybe later I will add 'rounded 2px' style. not sure.
released the 1.120 !
Most helpful comment
I agree with to show the number of matches 馃槃