Forum Replies Created
- AuthorPosts
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!
Yutaka Emura
KeymasterHello,
Is this about macros?
Thanks!
September 10, 2012 at 6:12 pm in reply to: Head-start version: EmEditor Professional v11.1.11 beta #10543Yutaka Emura
KeymasterHello,
Is “Auto Arrange” checked for “Arrange Tabs By” sub menu of the context menu on the Tab?
Thanks!
Yutaka Emura
KeymasterHello,
You can customize this behavior on the Customize dialog box, the Tab tab, the Close Button drop-down list box. Here, you might want to choose “Each Tab”.
Thank you!
September 6, 2012 at 4:37 pm in reply to: EmEditor Becomes Unresponsive When Opening 129MB Unix Type TXT File #10531Yutaka Emura
KeymasterHi Jamil,
I downloaded your file, and reproduced the issue. Actually, since this is a CSV file, the mode change to the CSV mode takes too much time after EmEditor loads the file. Please go to configuration properties, “File” tab and clear the “Detect CSV” check box. I will try to improve this feature.
Thanks again!
September 5, 2012 at 3:47 pm in reply to: External Tools: new argument to use clipboard content #10529Yutaka Emura
KeymasterHi Stefan,
I will think about this in future versions.
Thanks!
September 5, 2012 at 3:46 pm in reply to: External Tools: new argument to ask / prompt for parameter #10528Yutaka Emura
KeymasterHi Stefan,
You can achieve the same result using the Snippets plug-in. Can you try?
Thanks!
September 5, 2012 at 3:43 pm in reply to: EmEditor Becomes Unresponsive When Opening 129MB Unix Type TXT File #10527Yutaka Emura
KeymasterHi Jamil,
Didyou try with the latest beta version at the beta forum?
Is it possible to send me the file (as an attachment), or upload the file to SkyDrive (or any cloud) and send me the link to the file? I will try to reproduce the issue here. Thank you!Yutaka Emura
KeymasterHi Stefan,
Thanks for your comments. Unfortunately, it is too late to add features for v12, but I will consider those in future versions (v13). Thanks again!
September 4, 2012 at 5:04 pm in reply to: Head-start version: EmEditor Professional v11.1.11 beta #10515Yutaka Emura
KeymasterThe Text configuration has this “Prompt when saving unicode as ANSI” checkbox set by default. The prompt appears only when a document contains a Unicode character (those characters that are unable to encode as specified encoding). I hope this makes sense.
Thanks!
September 4, 2012 at 4:23 pm in reply to: Head-start version: EmEditor Professional v11.1.11 beta #10513Yutaka Emura
KeymasterHello Salabim,
1) My old website (emurasoft.com) is not XHTML, but HTML, so it is still valid (
can work without a closing tag). The tag on the first line can tell whether the page is HTML or XHTML.
2) By default, HTML documents will not prompt to choose an encoding. This can be customized by selecting configuration properties, the File tab, click the “Saving…” button, and then set the “Save Unicode as HTML/XML Character Reference” check box.
Thank you!
September 4, 2012 at 5:19 am in reply to: Head-start version: EmEditor Professional v11.1.11 beta #10510Yutaka Emura
KeymasterHello,
This is because your example is not well-formed XHTML.
should be closed with or it should be written as
. I hope this information helps.
Thanks!
September 3, 2012 at 8:01 pm in reply to: Head-start version: EmEditor Professional v11.1.11 beta #10508Yutaka Emura
KeymasterWe added “EmEditor Professional 12 New Features” page at:
http://www.emeditor.com/modules/feature1/rewrite/tc_40.htmlThank you!
August 30, 2012 at 4:48 pm in reply to: Head-start version: EmEditor Professional v11.1.10 beta #10506Yutaka Emura
KeymasterHello Flint,
I am sorry for this bug. I will fix that in the next minor beta version. Thank you!
August 27, 2012 at 5:44 pm in reply to: "Find" invoked when a "Replace" pane is open does not place the word under cursor in the "Find:" fie #10498Yutaka Emura
KeymasterThe next version v11.1.10 beta will address this issue. Please try this version when it becomes available. Thank you!
Yutaka Emura
KeymasterHello,
This is a specification of EmEditor. If you don’t want NULL converted to space, please open a file as a binary file.
Thank you!
Yutaka Emura
KeymasterHello,
I reproduced this issue, and I now understand. I fixed the issue on v11.1.10. I apologize not trying to reproduce the issue earlier.
Thank you!
Yutaka Emura
KeymasterHello,
Can you please try the latest beta version at http://www.emeditor.com/modules/newbb/viewforum.php?forum=12 and see if you can reproduce the issue?
If you can reproduce the issue, I would appreciate if you can explain the details how I could reproduce the issue.
Thank you!
Yutaka Emura
KeymasterHi,
You can install the 32-bit version of EmEditor on your 64-bit Windows. I hope this helps.
Thanks!
Yutaka Emura
KeymasterHi,
Did you try the latest beta version at
http://www.emeditor.com/modules/newbb/viewforum.php?forum=12 ?
Thanks!
- AuthorPosts