Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHello,
I still can’t reproduce the issue.
Do you use dual monitors (or more than one monitor) ? What is the DPI (or scale) for each monitor?
Which language version is your Windows, English, or Chinese?
Which language is specified in the Current Language for non-Unicode programs in the Administrative tab of Region settings in Control Panel?Thanks,
Yutaka Emura
KeymasterHi sky,
What was the name of the font and size when you open “test.txt” file in EmEditor (See the View menu)? What is the file encoding of the file (UTF-16 or UTF-8 or something else)?
Thanks,Yutaka Emura
KeymasterHi Patrick C,
Regarding Option 2, I am not sure what you mean by “There is one downside that Option 2 does add the last line to the count if it is blank.”
Can you please clarify this sentence?Yutaka Emura
KeymasterI adjusted the code on beta 2. I will continue to adjust the code until the official release.
Thank you!Yutaka Emura
KeymasterThis was fixed on beta 2.
Thank you,Yutaka Emura
KeymasterHello sky,
I know this is a bug under a certain circumstance, but I couldn’t reproduce the issue. If you find the condition where you can reproduce the issue, can you please write more details? Or can you export current settings (including AppData folder) exported from Tools menu > Import and Export > Export all settings into a registry file, and send the file to tech @ emurasoft.com? If this is a portable version, you can send all INI files with the AppData folder. Thank you.
Yutaka Emura
KeymasterPlease go to the View page of the Customize dialog, and see if the “System Default” is used for the Width under Cursor Size and Color. You can also change the width here.
Thanks,
Yutaka Emura
KeymasterThis version was optimized for VERY large files, but I will have EmEditor revert to the original code when small to medium size documents are used. I will find a sweet spot where any document sizes will get the fastest speed.
Thanks!Yutaka Emura
KeymasterEmEditor now supports DirectWrite on v17.6.0 beta 1.
https://www.emeditor.com/text-editor-features/history/new-in-version-17-6/
Thanks!
April 11, 2018 at 11:29 am in reply to: Expose the current document's return method as a property #22983Yutaka Emura
KeymasterI added this property to v17.6.0 beta 1.
document.NewLineCode
This is a GET-ONLY property. You can’t use it to set a value.
For example:
code = document.NewlineCode; switch( code ) { case eeCrAndLf: ... case eeCrOnly: ... case eeLfOnly: ... case eeNewlineMixed: ... }April 9, 2018 at 9:29 pm in reply to: Lines Displayed changes when Converting between "Wrap by Window" to "No Wrap" #22958Yutaka Emura
KeymasterHello,
I am not sure exactly what the issue is, so can you please send me a screencast or screenshot to tech @ emurasoft.com? You can also send me sample files (after zipped) with steps to reproduce the issue.
Thanks,
April 3, 2018 at 2:23 pm in reply to: Expose the current document's return method as a property #22953Yutaka Emura
KeymasterHello Yang Yang,
I will think about that in future versions.
Thanks!
Yutaka Emura
KeymasterHello,
Please try this:
1. Open all the files you are interested in one group window.
2. Open the Replace dialog box (NOT Replace in Files).
3. Set the “Use Regular Expressions” check box.
4. Set the “Search All Documents in the Group” check box.
5. Click the Down arrow next to the Extract button, and make sure the “Use Output Bar” is set.
6. Enter regular expressions in the Find and Replace text boxes
7. Click “Extract” button.Thanks,
Yutaka Emura
KeymasterHello,
I believe all you have to do is:
1. Filter
2. Extract Bookmarked Lines to New FileYou might want to record this procedure to a macro.
Thanks,
March 12, 2018 at 10:51 am in reply to: How to display CJK ext. E & F characters in Find dialog box ? #22924Yutaka Emura
KeymasterPlease try this: go to Customize dialog – Search page, make sure the “Change font for Find/Replace Drop-down List” check box is set, and clear the “Change Font only if Character Set of Selected Font is not System Default”.
Thanks,Yutaka Emura
KeymasterI reproduced the issue, and it will be fixed on the next version. Thanks!
Yutaka Emura
KeymasterThis will be fixed on the next release. Thanks!
Yutaka Emura
KeymasterThanks for information. This should be fixed on beta 3, which I released today.
Yutaka Emura
KeymasterHello,
I couldn’t reproduce the issue, and it might be due to your particular settings. Please zip a crash report file along with your settings (including AppData folder) exported from Tools menu > Import and Export > Export all settings into a registry file. You can email the file to tech @ emurasoft.com
Thanks,
Yutaka Emura
KeymasterPlease use this registry technique to work around in your case.
Yes, the icon is correct, it is a triangle shape.
It is NOT unusual to use DWORD for 64-bit apps..Thanks,
Yutaka Emura
KeymasterPlease try v17.5.0 beta 1 (17.4.901) which I released today. If this still doesn’t work, please open regedit.exe, and create a new REG_DWORD value “AltNodeImage” in the HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Common key, and assign the value 1 to it. Thanks,
Yutaka Emura
KeymasterOpening the same file in several EmEditor windows is NOT supported.
Thanks!
Yutaka Emura
KeymasterWhat kind of theme do you use in the Display properties of Windows? Please try resetting the theme.
You can also try Classic Theme, which causes EmEditor to use an alternate node image for Outlining.
Yutaka Emura
KeymasterAre you using Remote Desktop and connect to your machine remotely? I reproduced the issue by using Remote Desktop.
Yutaka Emura
KeymasterI don’t see this issue anymore maybe because of Windows updates. Can you update your Windows (please apply all available updates), restart Windows, and try again?
Thanks,- AuthorPosts