Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterIt should be defined in the HTML file you are trying to open, and you must be already familiar with this. Something like this:
<script type="text/javascript" src="http://....">
If not defined, JavaScript is used for … and VBScript is used for .
Yutaka Emura
KeymasterNo, please use the Projects plug-in included in the default install of EmEditor Professional v11.1.5 or later (currently, you can find in the beta forum). You will be able to show the function list of the current file.
Thanks!
Yutaka Emura
KeymasterPlease explain more details when you post messages.
The Find in Files button is already included:
Please search for “Find in Files” at:
http://www.emeditor.com/help/howto/view/view_toolbarlist.htm
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!
- AuthorPosts