- AuthorPosts
- December 9, 2014 at 2:42 pm #19670Yutaka EmuraKeymaster
Today, we are releasing EmEditor v14.7.0 beta 1.
Updates from v14.6.1 include:
- The new Negative button in the Filter toolbar allows you to exclude the matched lines.
- The new Sort Shortest to Longest and Sort Longest to Shortest buttons in the CSV/Sort toolbar allows you to sort the document by length of columns.
- The new version allows you to specify a column to the filter in CSV documents. Also multiple levels of the filter can be specified (Advanced Filter).
- The Treat digits as numbers check box and Treat full-width characters as 2 characters when sorting by length check box were added to the Sort tab of the Customize dialog box.
- New Commands were added: Negative (Filter toolbar), Sort Shortest to Longest, Sort Longest to Shortest, and Advanced Filter (Filter toolbar) commands.
- Macro new features: Filter, GetCell, and GetColumns methods were added to the Document object.
- Plug-in API new features: EE_GET_CELL message and Editor_GetCell inline function, EE_FILTER message and Editor_Filter inline function, GET_CELL_INFO, and FILTER_INFO structures.
- Fixed other bugs.
Please see:
https://www.emeditor.com/text-editor-features/history/new-in-version-14-7/
for screenshots and details.To Download
http://www.emurasoft.com/pub/beta/emed64_14.6.901.exe (64-bit)
http://www.emurasoft.com/pub/beta/emed32_14.6.901.exe (32-bit)These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.
How to create portable version:
https://www.emeditor.com/support/#toggle-id-12
Thank you for continue using EmEditor!
December 10, 2014 at 3:32 pm #19680Yutaka EmuraKeymasterToday, we are releasing EmEditor v14.7.0 beta 2.
Updates from v14.7.0 beta 1 include:
- Fixed the bug where the Reset command after the Compare might not have reset completely.
- Fixed the highlighting issue when filtering with a column.
Please see:
https://www.emeditor.com/text-editor-features/history/new-in-version-14-7/
for screenshots and details.To Download
http://www.emurasoft.com/pub/beta/emed64_14.6.902.exe (64-bit)
http://www.emurasoft.com/pub/beta/emed32_14.6.902.exe (32-bit)These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.
How to create portable version:
https://www.emeditor.com/support/#toggle-id-12
Thank you for continue using EmEditor!
December 11, 2014 at 12:13 am #19681Rien van HamParticipantDear 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
December 11, 2014 at 12:30 am #19682Rien van HamParticipantDear 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!
December 11, 2014 at 11:22 am #19683PaulParticipantDear Rien van Ham,
If you mean the Sticky Vertical Mode, I added the ‘sticky vertical mode’ toolbar icon to the toolbar. It’s depressed when vertical selection is enabled.
If you meant something else, sorry!
HTH
PaulDecember 11, 2014 at 11:57 am #19685Yutaka EmuraKeymasterHello Rien van Ham,
What did you specify in the Search tab of the Customize dialog box: Additional Lines to Search for Regular Expressions text box?
If you enter a large number, you might want to try with 0.
Thanks!
December 12, 2014 at 12:10 am #19686Rien van HamParticipantHello 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
December 12, 2014 at 11:22 am #19687Yutaka EmuraKeymasterHello Rien van Ham,
Your regular expression:
^((?!<Landcode value=”NL”/>.)*$
has an extra ‘(‘ after ‘^’ and before ‘?!’.
Can you rewrite your regular expression as simple as possible?
December 12, 2014 at 2:50 pm #19689Yutaka EmuraKeymasterToday, we are releasing EmEditor v14.7.0 beta 3.
Updates from v14.7.0 beta 2 include:
- Fixed the bug where EmEditor reloads a file while filtered.
Please see:
https://www.emeditor.com/text-editor-features/history/new-in-version-14-7/
for screenshots and details.To Download
http://www.emurasoft.com/pub/beta/emed64_14.6.903.exe (64-bit)
http://www.emurasoft.com/pub/beta/emed32_14.6.903.exe (32-bit)These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.
How to create portable version:
https://www.emeditor.com/support/#toggle-id-12
Thank you for continue using EmEditor!
December 16, 2014 at 9:57 am #19706Rien van HamParticipantHello Yutaka,
Sorry, that was an error when I retyped the regex.
It has to be:
^((?!<Landcode value=”NL”/>).)*$Thanks in advance!
- AuthorPosts
- You must be logged in to reply to this topic.