Forum Replies Created
- AuthorPosts
- January 21, 2007 at 3:56 am in reply to: page numbers dont show even if I have set this option #4117
Yutaka Emura
KeymasterRecent versions do not display the Page number until you select Print or Print Preview command. This is to avoid unnecessary printer access. If you like the previous behavior, you can clear the Avoid Printer Access checkbox on the File tab of the Customize dialog box (Tools > Customize), but that might cause a longer time to launch EmEditor.
January 19, 2007 at 4:23 am in reply to: use regular express occurs error when use the "replace all" function #4111Yutaka Emura
KeymasterI reproduced this issue, so I will fix that. Thanks!
Yutaka Emura
KeymasterGo to Properties > Highlight (1), and add specific words you want to highlight. And then you can go to Properties > Display, and change the font style from Normal to Underline, Bold or Italic for each Highlight (1) – (10) item.
In future versions, I will add an ability to do these tasks more easily to macros.
Yutaka Emura
KeymasterI might consider that in future versions. Thanks!
Yutaka Emura
KeymasterI consider that feature in future versions. Thanks!
Yutaka Emura
KeymasterIt depends on whether you use 64-bit version of Internet Explorer or the 32-bit version of Internet Explorer. I will add that registry value in future versions as well so it can support both cases.
Yutaka Emura
KeymasterYou might want to change the background color of the Outside of regions. (Properties -> Display)
January 18, 2007 at 6:11 pm in reply to: use regular express occurs error when use the "replace all" function #4100Yutaka Emura
KeymasterI could not reproduce your issue. Does the issue reproduce both 6.00.2 and 6.00.3? Which options are checked in the Replace in Files Dialog Box?
Yutaka Emura
KeymasterWhen the tab is enabled, selecting the Cascade command or one of the Tile commands does not disable the tab. These commands cascade or tile only when multiple groups exist. Therefore, these commands make no sense when only one group exists. This change has been done due to users’ request. To cascade or tile as the previous manner, disable the tab first, then select one of these commands.
Yutaka Emura
KeymasterYou can submit to the library, or please email me at [email protected]. Thanks!
Yutaka Emura
KeymasterThe EmEditor core does not have that feature, but you might want to try the Macro to convert your code files to color-highlighted HTML files. This macro allows you to display a file in a web browser, and then you can use the Copy command of the web browser to preserve the syntax highlighting in the Clipboard.
January 9, 2007 at 4:53 am in reply to: Would be nice If there is a button on ToolBar to turn on/off the Marks? #4087Yutaka Emura
KeymasterYou can add the Marks button. Double click on the toolbar (the basic one) border, and the Customize Toolbar dialog will appear, where you can select the Marks button and add it to the toolbar.
January 9, 2007 at 4:51 am in reply to: Is that possible to add a 'Count All' functionality like what UltraEditor does #4086Yutaka Emura
KeymasterYou can use the Word Count plug-in, which by default should be installed with EmEditor Professional v6.00.2 package. You can select all text before selecting the Word Count in the Plug-in toolbar.
Yutaka Emura
KeymasterYou don’t need to compile. You can download the built Auto Complete plug-in from http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=4&lid=97
If you need further assistance, please let me know.
Yutaka Emura
KeymasterI will make sure this triple-click feature will be added for the next major version. Thanks!
December 29, 2006 at 10:43 pm in reply to: Infos of cursor position and bookmarks are disturbed when… #4078Yutaka Emura
KeymasterI will try to fix that. Thanks!
Yutaka Emura
KeymasterEmedhtml.exe is an executable which simply opens the command line file with EmEditor with HTML configuration, and it is used to open HTML source via Internet Explorer “View Source” command.
Did you know you can access plug-ins via Toolbar. They can be also accessed via keyboard shortcuts after you assign them to keyboard (from Keyboard Map).
You might want to search for macros or plug-ins that suit your needs. Since each user has different needs for the editor, those features are not included in the core features of EmEditor.
I am also adding new cusomizability in future versions, including ability to assign a toolbar button to a macro, which will allow you to further customize EmEditor for your needs. If you could not find what you need, please write exactly what you need, or email me, and I might create a plug-in or a macro to satisfy your needs. Thanks!
Yutaka Emura
KeymasterI know it is hidden… To set the tab size, go to Properties, select the General tab, and click the Tab/Indent button.
Yutaka Emura
KeymasterI am not familiar with ADS, and actually, I don’t really know what that means.
Yutaka Emura
KeymasterIf you select All Files (*.*) once, then next time you bring up the Open dialog box, All Files (*.*) should be pre-selected. Do you still have this issue?
December 19, 2006 at 9:10 pm in reply to: Do not ask to reload files Changed by Another Program? #4067Yutaka Emura
KeymasterYou can change settings from Properties > File tab > Changed by Another Program drop-down list.
Yutaka Emura
KeymasterUpdate (December 19, 2006)
The power service is now restored after 4-day blackout. We are now back to normal. Thanks for your cooperation!Yutaka Emura
KeymasterThe regular expression is correct if the Keep Modified Files Open is on. However, if the Keep Modified Files Open is off, you must use /r/n for a new line. So the regular expression should be
IFs{1}EXISTS.+rn
(if the Keep Modified Files Open is off in the Replace in Files dialog box).
See Also How to Specify New Lines
Yutaka Emura
KeymasterActually, you can copy a plug-in to another file and rename it like AutoComplete2.dll, and then you can set Properties for each one with unique configuration & .eac file.
Yutaka Emura
KeymasterFirst of all, why do you still use EmEditor 5? You should use the latest version of EmEditor.
That assertion at line 331 is ASSERT_STRICT, and happens only when used with v5. You can disable this assertion by undefining TEXT_V5 from your product settings.
- AuthorPosts