Forum Replies Created
- AuthorPosts
- November 5, 2012 at 7:02 pm in reply to: Drag and drop to the Find Toolbar: newlines invisible #10620
Yutaka Emura
KeymasterHello,
You are right about it. I will fix this in future versions.
Thanks!
Yutaka Emura
KeymasterHello gordy,
We are just updating to new minor versions mainly to fix new bugs. (v12.0.0 -> 12.0.4) I realize some people do not appreciate these minor updates but we need to offer updates in order to resolve some customers who really need bug fixes and stability. I hope we don’t have to make updates any more until the next major version.
Thank you!
October 24, 2012 at 8:19 pm in reply to: Working with large SQL file, at some point editor background grays out #10608Yutaka Emura
KeymasterHello,
This seems like the Matching Tag Highlight feature of v12. You might want to clear the Highlight Matching Tag check box in the Highlight (2) tab of configuration properties if it is checked.
Yutaka Emura
KeymasterHello,
You might want to check “Save Cursor Position and Bookmarks” check box on the File tab of the Customize dialog box.
Thank you!
October 24, 2012 at 5:27 pm in reply to: Working with large SQL file, at some point editor background grays out #10604Yutaka Emura
KeymasterHello ArthurZ,
In order to reproduce the issue, can you please email me the following files (after zipped) at [email protected]?
– Please export your settings by selecting “Import and Export” on the Tools menu, select “Export all settings into a registry file”. You will find the exported .reg file.
– A sample SQL file that you can reproduce the issue.
Thank you!
Yutaka Emura
KeymasterHi,
The only way to find edited lines are that line numbers become highlighted (bold style) when the Line Number (on View menu) is checked.
Other than that, there is no way to indicated edited lines or saved lines. I will consider this in future versions.
Thank you!
Yutaka Emura
KeymasterHello LTT,
This is just because “H” is a part of “H_r”, and so “H” is matched before “H_r” is matched. This is the expected behavior.
Yutaka Emura
KeymasterHello LTT,
I noticed this is a bug of the Properties of the HTMLBar button. Currently, you will have to select “Customize” on this Special Command drop-down list in order to add the Font button. I will fix this by the next minor version.
Thank you!
Yutaka Emura
KeymasterHello LTT,
I will fix this by the next minor version.
Thanks!October 19, 2012 at 4:20 am in reply to: Highlight (1): -1 can be exported but cannot be imported. #10590Yutaka Emura
KeymasterHello LTT,
I will fix that on the next minor version. Thanks!
Yutaka Emura
KeymasterHello,
The current version doesn’t support such a feature, except for making a macro or snippet for that purpose and assign that macro or snippet as BACKSPACE. I will think about that in future versions if this is important to you. You can also use SHIFT + TAB to delete tabs after selecting the lines you want to remove indent.
Thank you!
Yutaka Emura
KeymasterHello,
I will fix the “Set Word to Find/Replace” issue for the next minor version. Thank you!
Yutaka Emura
KeymasterHello,
The issue is that if the Find Bar or Find dialog box is visible, the contents in the Find Bar or Find dialog box has higher priority to determine the search string when F3 is pressed. I will try to synchronize the contents of Find Bar when this macro is run on the next minor version. Meanwhile, please hide the Find Bar.
Thanks!
Yutaka Emura
KeymasterHello mcdgfd,
Thank you for all the information you have sent me! That was very helpful.
As I emailed, I believe I found the bug. Please try clearing the “Save Cursor Position and Bookmarks” check box on the File tab of the Customise (or Customize) dialog box (on the Tools menu > Cutomise (or Customize)).
When this is checked, there is a bug when saving bookmarks even though there is no bookmark set.
Please let me know if this eliminates crashes.
Thank you!
Yutaka Emura
KeymasterHello mcdgfd,
Dr. Watson log should be left on your system and it won’t be erased automatically. The log file should be
C:Documents and SettingsAll UsersApplication DataMicrosoftDr Watsondrwtsn32.log
If you find this file, please send it now.
If you don’t find this file, you might need to fine-tune the settings according to this FAQ before you encounter another crash:
http://www.emeditor.com/modules/xoopsfaq/index.php?cat_id=13#q93
I am looking forward to your information.
Thank you!
Yutaka Emura
KeymasterHello JohnQSmith,
I am trying to reproduce the issue, but I couldn’t.
Are you using the latest version (v12)?
Can you write the procedure step-by-step to reproduce the issue?
Thank you!
Yutaka Emura
KeymasterHello,
Since you are using Windows XP, you can get Dr. Watson log and send it to me. To get Dr. Watson log, please see:
http://www.emeditor.com/modules/xoopsfaq/index.php?cat_id=13#q93
You can zip the log, and send it to me as an attachment ( [email protected] ).
Those who use Windows Vista and later, EmEditor v12 now leaves crash report files at C:ProgramDataEmurasoftEmEditorError .
However, Dr. Watson log has more detail information than my crash reports, so I prefer Dr. Watson log if you run on Windows XP.
This issue is very important, and I really want to fix this bug. I am looking forward to your email.
Thank you!
Yutaka Emura
KeymasterHello JohnQSmith,
I will fix this issue.
Thank you!
Yutaka Emura
KeymasterHello,
Our statistics show very few people use the 64-bit version of Windows XP, so I optimized the 64-bit EmEditor for Windows Vista or later using the latest version of Visual Studio. The latest version of Visual Studio doesn’t support Windows XP or earlier. The 32-bit version of EmEditor is compiled by an old version of Visual Studio to make EmEditor compatible with Windows 2000 and XP. Please consider using the 32-bit version of EmEditor, continue using EmEditor 11.0.5, or use the 64-bit version of EmEditor on Windows Vista or later (64-bit).
Thank you!
Yutaka Emura
KeymasterHi ArthurZ,
You might want to set the “Run Background” check box in the Snippets plug-in properties.
Thank you!
Yutaka Emura
KeymasterHi JohnQSmith,
I see. There is Theme feature in the Display tab of configuration properties, where you can change the colors of the text editor. The theme feature doesn’t apply to menus or icons, but only the text editor.
Thanks for your inputs!
Yutaka Emura
KeymasterHello,
I am glad it worked! I am not sure what you mean by the skinning EmEditor, but you can press F11 to make EmEditor the full-screen mode.
Thanks!
Yutaka Emura
KeymasterHello JohnQSmith,
I am sorry for late response.
You can’t change images for toolbar buttons. However, you could write a macro with your favorite icon. For example, the following code will work as “Find Prevoius” command with the Calculator icon.
#icon = "C:WINDOWSsystem32calc.exe",0
document.selection.FindRepeat(eeFindRepeatPrevious);
The find toolbar can’t be placed under the editor.
Thank you!
Yutaka Emura
KeymasterHello ArthurZ,
It depends on a feature, but the “HTML Matching Tag Highlight” feature is on by default if a user freshly installs EmEditor, but off if a user upgrades. One of reasons is the data field that remembers the option is 0 (off) by default, so it needs an extra code to turn it on by default. However, the real reason is that… if the new features are on by default, many users will ask me how to turn off the new features.
In the future, I will force features on if I really want people try the new feature.
Thanks for your inputs!
September 27, 2012 at 3:41 am in reply to: Upgrade Experience to Ver 12 – wrong link in Share*It, Message box lurking behind the insatller #10553Yutaka Emura
KeymasterHello ArthurZ,
Thank you for purchasing upgrades so quickly. I just updated the share-it delivery product, and it might take some time to reflect to the actual product. Meanwhile, you can still download the latest version from our website.
The question (Typical Install, Custom, Full) is a kind of standard Windows Installer design, and it is supposedly good to keep this design. However, I understand the “Typical Install” and “Full” are actually mean the same. I might consider changing the design in the future.
The question dialog about whether a user wants to navigate to a website to get information about upgrading is a new dialog, but it should go above the installer dialog. If not, it is apparently a bug. I will try to reproduce this issue, and will fix it in minor version updates.
Thanks!
- AuthorPosts