Forum Replies Created
- AuthorPosts
 Yutaka Emura
KeymasterI will think about that in the future if many customers would like, but please be more specific about the feature you need. As I wrote above, if a single space is all you need, you can specify that as the delimiter. To satisfy all the customers, I would say a regular expression for a delimiter would be a good idea.
Thank you!
Yutaka Emura
KeymasterIf a white space is really a single space ‘ ‘, then you can specify this space as the delimiter character in the File tab of configuration properties. Otherwise, EmEditor doesn’t support such that file.
Thank you!
Yutaka Emura
KeymasterPlease do this:
Press the Ctrl key, let the key go, and press the TAB key.
Thanks,
Yutaka Emura
KeymasterHello,
You can use a macro like this:
var today = new Date()
document.selection.Text = today.toLocaleTimeString();
Thanks!
Yutaka Emura
KeymasterExactly what did you select in the external tool properties? Please try other option in the Standard Output and Standard Error selections. Thanks!
Yutaka Emura
KeymasterDid you assign many shortcuts? Are you using the Registry (Installer) or INI files (Portable version)? You might want to go to Properties for All Configuration on the Tools menu, the Keyboard tab of configuration properties, and press Reset button. I hope this helps.
March 13, 2012 at 2:37 am in reply to: very simple request: Support for multiple-character delimiters in the DSV delimiter string #10167Yutaka Emura
KeymasterHello dmitryl,
No, it has not been implemented.
Thanks!
Yutaka Emura
KeymasterFor the next beta version, I am optimizing the time to toggle on and off the Find toolbar. Also, the Find Toolbar position will be remembered when you toggle off and on the Find Toolbar.
Thanks!
Yutaka Emura
KeymasterHi parameter,
How about the Search plug-in or the Find toolbar?
Thanks!
Yutaka Emura
KeymasterHi parameter,
How about the Open Documents plug-in?
Thanks!
Yutaka Emura
KeymasterHi parameter,
I might think about this in the future.
Thank you!Yutaka Emura
KeymasterHi parameter,
You can write a macro for this purpose easily. Please let me know if you need a help writing a macro.
Thank you!
March 6, 2012 at 6:02 pm in reply to: Snippet: drag&drop lines to new item, limit "Name" length #10135Yutaka Emura
KeymasterThis will be fixed on the next beta version.
Thank you,
Yutaka Emura
KeymasterHi parameter,
Did you check Customize > Status, and check “Number of Characters” and “Number of Lines”? Then you should be able to see the number of characters and lines only when selected.
These numbers won’t be displayed unless you select text. If you need to see the number of characters in the whole document, you can select all the document by pressing CTRL + A.
Thank you,
Yutaka Emura
KeymasterHi shx,
I will think about that in the future versions.
Thank you!
Yutaka Emura
KeymasterHi parameter,
This is easily done by writing a macro. If you need a help writing the macro, please let me know.
Thank you!
Yutaka Emura
KeymasterHello parameter,
I might think about that in the future.
Thank you!Yutaka Emura
KeymasterHello,
I believe “Set Focus to Find Toolbar” command (Search category) is assigned to Ctrl + D.
Thanks!
Yutaka Emura
KeymasterHi,
Currently, EmEditor will not highlight multiple lines (lines including “n”. This is the specification.
Thanks!
February 27, 2012 at 11:05 pm in reply to: delete lines that contain a specific regex string? #10089Yutaka Emura
KeymasterHello,
You might find this macro useful:
Macro that extracts lines that contain the specified string:
http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=8&lid=169Macro that extracts lines that do not contain the specified string:
http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=8&lid=170In future versions of EmEditor, I will add this kind of feature to easily delete bookmarked lines, and bookmark matched lines after searching.
Thanks!
February 25, 2012 at 5:19 am in reply to: Forum Posts with Big Picture cannot See the Reply / Edit Button #10079Yutaka Emura
KeymasterHi,
I added this line, and it resolved this issue.
Thanks!
February 24, 2012 at 6:10 pm in reply to: Forum Posts with Big Picture cannot See the Reply / Edit Button #10077Yutaka Emura
KeymasterI realize that. Please advise me how to modify the code for this CMS (Xoops) if you know how to change it.
Thanks!
Yutaka Emura
KeymasterHi,
Please use EmEditor macros instead of command line options for such complicated tasks. The macros are much faster, easier to write, and easier to maintain.
Thanks!
February 22, 2012 at 6:16 pm in reply to: WIin2008 R2 X64 and Emeditor 11.0.4 32bit Add a shortcut to the context menu on Explorer #10062Yutaka Emura
KeymasterHi,
The Explorer context menu appears only when EmEditor (64-bit) is used with Windows (64-bit), or EmEditor (32-bit) with Windows (32-bit). The context menu does NOT appear when EmEditor (32-bit) is used with Windows (64-bit).
Thanks,
Yutaka Emura
KeymasterHello,
1: No, there is no such a command. You might want to press ALT + TAB to go back and forth between two EmEditor windows.
2: No.
If these (1 and 2) are what you need, I will consider adding these commands in future versions. Thank you!
- AuthorPosts