Forum Replies Created
- AuthorPosts
- April 3, 2017 at 9:56 am in reply to: How to increase Number of Find history and Replace history #21650
Rien van Ham
ParticipantHi Yutaka,
When changing the behavior for the search- and replace- historyboxes consider thinking of a kind of “favorite” search- and replacephrases. These “favorites” stay in the list forever. Thanks in advace and regards from Holland.
Rien
Rien van Ham
ParticipantHello Yutaka,
I’m sorry to tell you but isn’t that a very strange solution?
1: The regex is NOT complex. The only difference is that is does a lookahead to see if the value does NOT excists in the current line.
2: The regex is fully Perl-compatible
3: Other editors will do the same work without any complaining.Thanks!
Rien van Ham
ParticipantHello Yutaka,
No, I’m sorry, the same error is popping up.
Rien van Ham
ParticipantHello Yutaka,
Sorry, that was an error when I retyped the regex.
It has to be:
^((?!<Landcode value=”NL”/>).)*$Thanks in advance!
Rien van Ham
ParticipantHello Yutaka,
1: Sticky Vertical Mode: I’ve been overseeiing this button! Another toolbar was laying on top of it. Tahnks!
2: Exception: no, sorry, I’m still gettting this exception.Thanks,
Rien
Rien van Ham
ParticipantDear Yutaka,
I get an exception “Ran out of stack space trying to match the regular expression” in this case:
1: Search -> Find in Files…
2: Find: ^((?!<Landcode value=”NL”/>.)*$
3: Files Types: *.sm
4: In Folder: <whatever>
5: “Use Regular Expressions” and “Close when Finished”
6: Encoding: Configured Encoding
7: Output Options: Display Matched Lines OnlyThanks in advance!
Rien van Ham
ParticipantDear Yutaka,
This is a feature request.
Perhaps I’m overseeing it but is it possible to give a visual feedback on the interface for “Vertical Selection”? e.g. “Normal selection” vs “Vertical Selection”?
Thanks in advance,
Rien van Ham
Rien van Ham
ParticipantHello Yutaka,
Again I missed something or I have a feature request:
In my sourcecode (yes, I’m also a developer) very often I’m putting in comments with EmEditor. A handy feature are the snippets, but with the time and date objects I’m missing a format method.
It would be very nice if I could use (e.g.) ${Date.format(“dd-mm-yyyy”)} or ${Time.format(“hh:mm:ss”)} (like the .net format method so it writes the date and timestrings in my own format, and not the format of Windows.
Thanks again!
RIen
Rien van Ham
ParticipantFeature request:
Hello Yutaka,
Every day I do a lot of Find- and Replace actions with big logfiles.
Could you please have a look at:
– creating favorites (so, Find- and Replacestring which will be saved under a logic name) (please have a look at UltraEdit)
– increasing the historie to (lets say) 128 items? or perhaps more?Thanks in advance,
Rien van Ham
Rien van Ham
ParticipantHello Yutaka,
The progessbar in dialog “Sorting” is not equal to the progress in numbers, e.g.:
Sorting (2/3)
29 / 125
Progressbar shows 41%.I’ve never seen (in many sortings) that the progressbar reaches 100%.
Thanks in advance!
October 12, 2014 at 4:08 am in reply to: EmEditor Professional v14.6.0 beta 11 released! (New Feature: Filter Bar) #19429Rien van Ham
ParticipantHello Yutaka,
Feature Request: Can you please add a negative option for the Filter toolbar? So, display all the lines NOT containing the specific search-string?
Thanks a lot!
- AuthorPosts