Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterThe contract between Digital River and us prohibits adding another purchase option from our web site. Please don’t worry. You can opt out from any newsletters, and your personal information will never been shared with anyone.
Thank you
Yutaka Emura
KeymasterYou can use the workspace feature, but it can save only one session. I will consider adding the feature to save multiple sessions in future versions.
Alternatively, you can use the Projects plug-in to save multiple projects.
Thanks!
Yutaka Emura
KeymasterWhen you go to the Open dialog box, EmEditor will open from the current folder, and the current folder is the same folder as the currently selected document. If you want to open from a certain folder, there are many ways to do this. You can use the recently used folder list. Or, you can right click on the recetnly used file list menu, and select “Open from this folder”. If a file in that particular folder is already open, you can right-click on that tab, and then select the “Open from this folder”.
I am not sure about Properties for All Configurations issue, but if you can reproduce ths issue, I will try to fix the issue.
Thank you!
March 19, 2012 at 11:06 pm in reply to: How to higlight $(dollar) on doubleclick in PHP-files? #10223Yutaka Emura
KeymasterIf you add ‘$’ to the “Treat the following characters as alphanumeric” text box in the Edit tab of the Customize dialog box (Tools – Customize), you will be able to double click a variable like “$abc”.
Thank you!
March 19, 2012 at 11:04 pm in reply to: Code Navigation: GoBack/GoForward + "Jump to a Previous View" #10222Yutaka Emura
KeymasterI am not sure exactly what you would like, but in the Projects plug-in, you can press F12 to jump to the function at the cursor, and then Ctrl + * to go back to the previous position.
Yutaka Emura
KeymasterIn that case, you might want to use the “Find in Files”, click “>” on the right side of the “Files Types” and select “Current File”.
Thanks!
Yutaka Emura
KeymasterIf you use the head-start version in the beta forum, you can mark all lines that match the search terms, then extract all bookmarked lines.
Thanks!
Yutaka Emura
KeymasterThe line number is displayed. Here is the screenshot:
http://www.emeditor.com/images/search.jpg
If not displayed, you might need to adjust the vertical boundary to the right. You can also change the position by going to the plug-in properties. To go to Properties, you can right-click on the Search button on the Plug-ins toolbar, and then select Properties. You can also select Plug-ins, Customize Plug-ins on the Tools menu, select Search from the list, and click Properties.
Please see details at our help:
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,
- AuthorPosts