Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHi Ivan,
Indeed, this was a bug, and I fixed it. Please try beta 3 when it becomes available.
Thank you!
Yutaka Emura
KeymasterCan you go to Emurasoft Customer Center again to have your keys sent? This should be fixed by now.
Thank you,
November 27, 2013 at 10:38 pm in reply to: EmEditor Professional v14 beta 1 (13.9.1) released! #17517Yutaka Emura
KeymasterIf you entered a lifetime license v14 key, and when you launch EmEditor, you might see a prompt says: “Your maintenance plan will end soon. Please renew your maintenance plan, and click OK to enter your new registration key.” Please ignore this message by checking the “Do not show this message again” check box, and clicking Cancel. I will fix this issue on the next beta release.
Thank you!
November 27, 2013 at 10:04 pm in reply to: EmEditor Professional v14 beta 1 (13.9.1) released! #17516Yutaka Emura
KeymasterHello Deipotent,
I am sorry, it was a bug in Emurasoft Customer Center. Please login to Emurasoft Customer Center again (or have keys resent), and you will see your correct v14 key(s).
Thank you!
Yutaka Emura
KeymasterHi dmitryl,
If you want to show only a list of open files in the CURRENT group, you can use the Open Documents plug-in.
Yutaka Emura
KeymasterHi dmitryl,
The Window menu shows the list of currently opened documents. Also, right-clicking the Tray Icon shows the list as well.
Yutaka Emura
KeymasterHi dmitryl,
No, it is not possible to assign different colors for different tabs.
If this is a feature request, I might think about that in future versions.Yutaka Emura
KeymasterHi atnak,
I reproduce the issue if the “Preserve (CR/LF) returns on Clipboard” check box on the General tab of configuratoin properties is not checked. However, I think newlines should always be LF even if this checkbox is not set. I will look into this issue.
Thanks!
YutakaYutaka Emura
KeymasterHello Stefan,
Some of your requests are included in the upcoming version. See this video:
http://www.emeditor.com/journal/enhanced-multiple-selections/
Thanks!
Yutaka Emura
KeymasterHello atnak,
Please go to Configuration Properties, File tab, New Files button, and select “LF Only (UNIX)” from the Return Method. This should resolve the issue.
Thanks!
October 18, 2013 at 11:21 am in reply to: Can a list of Bookmarks be shown on the side bar (similar to Outline PlugIn)? #17352Yutaka Emura
KeymasterI will probably have to make it a core feature because the plug-in is not optimized for bookmarks.
Yutaka Emura
KeymasterAs for the “Compare”, this is currently a limitation of EmEditor. Since a split window can’t contain different files, the two comparing files can’t exist in the same split window. This is the design of EmEditor, and it is not easily changed in future versions.
The Parameter Information for the Projects plug-in appears as a Tooltip (small yellow popup) if the Symbol list is active and understands the current language. The Symbol list understands the PHP language.
Thanks!
PS. Please don’t hesitate to create a new topic for each question.
Yutaka Emura
KeymasterHello Jason,
Currently, the Word Complete plug-in can’t communicate with the Snippets plug-in. This is something that we have to improve in future versions.
You can look up syntax functions by using the Project plug-in. The “Parameter Information” button on the toolbar reveals the function parameters when the cursor is at a function.
You can extend the selection using SHIFT + Arrow keys. You can press SHIFT + F8 to switch starting and ending points to move both the beginning and ending points, but I understand you want to move both at the same time. I also understand that you want to move multiple cursors are the same time (as I see from the video). I will add that kind of features in future versions.
Thank you for your comments with screenshots. These are certainly useful.
October 14, 2013 at 12:48 pm in reply to: Can a list of Bookmarks be shown on the side bar (similar to Outline PlugIn)? #17279Yutaka Emura
KeymasterHi dmitryl,
Sure! Why didn’t you tell me in the beginning? :) I will include that feature when I release updates.
I am glad you liked it. Thanks!October 11, 2013 at 4:45 pm in reply to: Can a list of Bookmarks be shown on the side bar (similar to Outline PlugIn)? #17260Yutaka Emura
KeymasterHello,
I created the Bookmarks plug-in.
32-bit:
http://www.emeditor.com/files/bookmarks13x86-zip/64-bit:
http://www.emeditor.com/files/bookmarks13x64-zip/Please click Facebook “Like it” button and Google+ “Follow” buttons.
Thank you!
Yutaka Emura
KeymasterHi LTT,
I will fix this in the next minor version.
Thank you!
Yutaka Emura
KeymasterPlease see :
How to Make EmEditor Plug-ins
http://www.emeditor.com/text-editor-features/extensibility/plug-ins/how-to-make-emeditor-plug-ins/Version 11 HTMLBar, OpenDocuments, Outline, Search, WordCount plug-in source code
http://www.emeditor.com/files/emeditor_plugins_src11-zip/Thanks!
Yutaka Emura
KeymasterHi LTT,
This issue will be fixed on the next minor version — v13.0.6.
Thank you!
Yutaka Emura
KeymasterHi LTT,
I reproduced this issue, and I will fix this on the next minor version.
Thanks!
October 5, 2013 at 11:50 am in reply to: Can a list of Bookmarks be shown on the side bar (similar to Outline PlugIn)? #17038Yutaka Emura
KeymasterI will think about that in future versions, either as a plug-in or one of the core features. Thanks!
Yutaka Emura
KeymasterIt is easy to make such a plug-in to show the list of bookmarks. Some examples in the Library include source code to use custom bars. We just need to replace the contents with the list of bookmarks. I might add that plug-in future versions.
Thanks!
September 19, 2013 at 6:50 pm in reply to: how to change the default values for "Find in Files" #16742Yutaka Emura
KeymasterHello jicman,
On the right side of the File Types drop-down list box, click the > button to display a menu, and select the Custom. Click the > button again to display the menu again, and the select the Save as Default.
Thanks!
Yutaka Emura
KeymasterPlease see the notes in the Download section of the front page:
http://www.emeditor.com/#download
Download 32-bit portable, How to create 64-bit portable
Thanks!
Yutaka Emura
KeymasterHere is the code:
menu = CreatePopupMenu();
document.selection.StartOfDocument();
while( document.selection.NextBookmark() ) {
n = document.selection.GetActivePointY( eePosLogical );
s = "Line " + n;
menu.Add( s, n );
}
result = menu.Track( 0 );
if( result > 0 ) {
document.selection.SetActivePoint( eePosLogical, 1, result );
}Yutaka Emura
KeymasterSure. Please wait for a while. I will write again when I become available.
Thanks!
- AuthorPosts