Forum Replies Created
- AuthorPosts
- June 17, 2015 at 1:55 pm in reply to: BUG: Word Count: Refresh Automatically -> Refreshes count during selection #20183
Yutaka Emura
KeymasterThere are two columns in this plug-in (three if you include the headings). If you scroll to the right, you will find the “Selection Only” column, and it should be updated when you are selecting text by the mouse.
June 17, 2015 at 1:17 pm in reply to: BUG: Word Count: Refresh Automatically -> Refreshes count during selection #20181Yutaka Emura
KeymasterHello,
I am not sure what the issue is. Can you please describe more in details?
Yutaka Emura
KeymasterHello JohnQSmith,
This issue was fixed on v15.1.4.
Thank you!
Yutaka Emura
KeymasterHello,
It could be resource files. Do you use our official language files which come with the program from our Download link?
If an exception happens, you will usually see a crash report file. Can you email me after zipped to tech @ emurasoft.com ? Thank you,
Yutaka Emura
KeymasterHello Paul,
I am sorry. It is fixed now.
Thanks,
Yutaka Emura
KeymasterHello JohnQSmith,
I reproduced the issue, and I will look into the issue.
For this task, you might want to use the Filter toolbar.
You can enter “ABCD00000” with the “Negative” button pressed. After filtered, press the “Extract All” to get all lines without “ABCD00000”.
Thanks,
May 17, 2015 at 10:07 am in reply to: How i can update ".java" options colors Inside Emeditor ??? #20094Yutaka Emura
KeymasterIf you want to reset all settings, you can go to Tools menu > All Commands > Tools > Reset All.
If you don’t want to reset all settings, you can go to Properties of Java configuration, Highlight (1) and click “Reset”.Thanks,
Yutaka Emura
KeymasterHello,
This is fixed on version 15.1.2. Please update on the Help menu > Check Updates.
Thank you,
Yutaka Emura
KeymasterHello,
Thanks for screenshots. I fixed those on EmEditor v15.1.1, which will be released shortly.
Thanks!Yutaka Emura
KeymasterHello,
Can you send me a screenshot of the problem on EmEditor? That would be helpful. You can paste the image here, or email me at [email protected].
Thank you!May 13, 2015 at 11:48 am in reply to: Dont show "Create Text File" in context menu in EmEditor 15.1.0 #20072Yutaka Emura
KeymasterHello,
I realize this issue, and it will be fixed shortly on v15.1.1.
Thanks!
Yutaka Emura
KeymasterHello QiaoJiao,
This request has been supported on v15.1.0 beta 4:
https://www.emeditor.com/forums/topic/emeditor-v15-1-0-beta-4/
Thanks,
Yutaka Emura
KeymasterHello Paul,
We have fixed these.
Thank you,
Yutaka Emura
KeymasterHello QiaoJiao,
I will consider adding an ability to copy the Status bar contents to the Clipboard.
Thanks,
Yutaka Emura
KeymasterHello blondie63,
That’s because you are trying to open a CSV file but it contains lines where the number of columns is different from other lines. You can double-click on the message:
filename (number): Inconsistent number of columns detected.
and jump to the number’s line of the “filename” file, and correct the line by adding or remove a separator (usually comma).
If this is not a CSV file, you can simply ignore the message, and either (1) disable CSV detection by going to Configuration Properties – File tab and clear all the CSV files to Detect check boxes, or (2) Customize dialog – CSV tab and clear the “Validate CSV and Output Errors” check box.
Thanks,
Yutaka Emura
KeymasterHello Jeff,
EmEditor should save workspace when it crashes or the Windows shutdown, however, it will not save if you force EmEditor quit from TaskManager, blue screen or anything unusual happens. To prevent from loosing the workspace, you might want to turn on Auto Save feature on configuration properties, or manually save workspaces periodically. I might consider additional auto-save workspace features in the future.
Thanks,
April 23, 2015 at 9:06 am in reply to: Block-Text Copy+Paste – Not sure if bug or lack of know-how #20025Yutaka Emura
KeymasterHello voiid,
When you copy text, please make a vertical selection by pressing ALT key while dragging the mouse, or use CTRL + SHIFT + F8 to start selection. Then pasting anywhere to see the expected result.
Thanks!
Yutaka Emura
KeymasterI am not exactly sure, but I hope this is correct.
In the Replace dialog box, click the “Customize…” button, and set 4 or more in the Additional Lines to Search for Regular Expressions text box.
Set the Use Regular Expressions check box
Find:
word1((.|\n)*?)word2(.*?)word4
Replace with:
\3\1word2\3word4
Thanks!
Yutaka Emura
KeymasterThere are 3 kinds of return types, also called newline codes: CR only, LF only and CR+LF. You file contains mixture of these types. You can distinguish these by settings the “Show CR and LF with different marks” check box in the Marks tab of configuration properties.
If you want to save the file with the same newline code, open all the files that you want to convert the newlines, and then select Save All with Encoding.
Thanks!
Yutaka Emura
KeymasterHello netsking,
You might want to set the “Recognize Double-Byte Characters as URLs” check box in the Link tab of configuration properties.
Thanks,
April 10, 2015 at 5:16 pm in reply to: v15.0.1 Tray Icon appears to cause Windows performance issues #20002Yutaka Emura
KeymasterHello mldisibio,
Thanks for your report and information by email.
This bug was fixed on my PC, and the next version will include the fixes. The problem was related to the new “More…” submenu.If anyone encounters the same problem and want to fix it before the update is released, please go to the History tab of the Customize dialog box, and then set “64” in the “Popup if Number of Items Exceeds” text box. This will effectively disable the “More…” menus, and fix the problem.
Thank you,
Yutaka Emura
KeymasterHello,
For the n’th selection, you can find the top and bottom position with the following method.
xTop = GetTopPointX( eePosLogical, n ); yTop = GetTopPointY( eePosLogical, n ); xBottom = GetBottomPointX( eePosLogical, n ); yBottom = GetBottomPointY( eePosLogical, n );
March 29, 2015 at 8:54 pm in reply to: How to get top and bottom points in multiple selection mode? #19959Yutaka Emura
KeymasterHello,
For the n’th selection, you can find the top and bottom position with the following method.
xTop = GetTopPointX( eePosLogical, n ); yTop = GetTopPointY( eePosLogical, n ); xBottom = GetBottomPointX( eePosLogical, n ); yBottom = GetBottomPointY( eePosLogical, n );
Yutaka Emura
KeymasterHello,
If you select “Customize Markers” in the Tools menu, you will see the “Title” check box and text box where you can specify a title for each marker you define. This way, you can use shorter titles for all markers to fit in a window width.
Thanks!
Yutaka Emura
KeymasterHello,
The user dictionary is saved in %APPDATA%\Emurasoft\EmEditor\Spell\UserDic.bin as UTF-16LE without signature.
Thanks!
- AuthorPosts