Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterThis bug has been fixed on my PC. It will be include in the next release. Thanks!
Yutaka Emura
KeymasterThis has been fixed on my PC, and it will be included in the next release – probably Version 7. You will need to remove “Delete Left Character” key assignment, currently assigned to “Back” key, manually from the Keyboard tab of all Configuration Properties in order to make this work. Thanks!
Yutaka Emura
KeymasterI reproduced the issue. I am now investigating the issue. Thanks for letting me know. I guess I missed your report, and I am very sorry for that. I will let you know when it is fixed again.
Yutaka Emura
KeymasterI wrote similar macros before:
Macro that extracts lines that contain the specified string
http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=8&lid=169Macro that extracts lines that do not contain the specified string
http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=8&lid=170You can run these macros, or you can combine these macros and run once.
Yutaka Emura
KeymasterIt is http://aarrtteemm.nm.ru/AspellChecker013.zip
It works for me now.
Yutaka Emura
KeymasterI know it is a good idea, but it won’t happen in a few months. I will keep remembering this issue. Thanks!
Yutaka Emura
KeymasterActually, it used to be Period in some previous versions. Then I renamed to “Regular Expressions” because Regular Expresions include Period. Someone reported this preference because it is not only Period that can match new lines.
Yutaka Emura
KeymasterUse this macro:
document.HighlightTag = true;
when you want to activate the highlight after you reopen the Find in Files result.
Yutaka Emura
KeymasterWhat did you select on the Extra Keyboard Shortcut dropdown list in the History tab of the Customize dialog box? It doesn’t go to 11, 12, 13,… because a digit or letter merely represents shortcut key to access each item. There have been many questions about how these shortcuts are represented, so now there are three options:
– No shortcut
– All zeros
– Add alphabetsDid you want more choices? :-)
Yutaka Emura
KeymasterThat is true. I might consider that in future version.
Yutaka Emura
KeymasterI am not sure what you really want to do. Please explain.
Yutaka Emura
KeymasterSome eac files are included in the plug-in package, and they should be self-explanatory.
This is an example:
#T=for
for ( !^; ^; )
{
}! specifies where the new cursor position is.
^ is an escape character.
# is a comment or #T is the keyword that trigers auto complete.Yutaka Emura
KeymasterI am sincerely sorry that was missed. And it will be missed in the release version of 6.00.4 because it is already fixed. I will make sure it will be included in the next minor version (that is after 6.00.4). Thank you for reminding me.
Yutaka Emura
KeymasterTry this:
document.selection.Text = "<b>" + document.selection.Text + "</b>";
You can save this one line macro as something like “bold.jsee”. Then while this file is still active, click “Select This” on the Macros menu. When you open an HTML file, select text and click “Run Macro” on the toolbar or press F4. If you have multiple macros, you can assign keyboard shortcut from Keyboard Map on the Help menu.
Yutaka Emura
KeymasterI reproduced this issue. It works fine when “No Wrap” is selected for “Wrap by” (you can select on the toolbar, or on the General tab of the Properties for Current Configuration). However, I am not the author of these plug-ins, and so I cannot fix them.
You can probably do the same thing by writing a macro, and you can assign the macro to any keyboard shortcut.
Yutaka Emura
Keymaster1) and 4) Please see the complete explanation of the regular expressions at:
http://www.emeditor.com/help/howto/search/search_regexp_syntax.htm
http://www.emeditor.com/help/faq/search/search_reg_exp_ex.htm
If you still have questions, you can post your questions at Regular Expressions forum if it is related to regular expression search.
2) You can replace “. ” with “, “.
3) eeFindReplaceOnlyWord – That is correct.
Yutaka Emura
KeymasterYou can change these colors frm the Display tab of the Configuration Properties although some item names are different. Please play around with the Properties, and you can figure these out.
Yutaka Emura
Keymaster[βγδζθκλμνξπρστφχψς]σ[βγδζθκλμνξπρστφχψς]
should be
([βγδζθκλμνξπρστφχψς])σ([βγδζθκλμνξπρστφχψς])
Yutaka Emura
KeymasterSelect Customize on the Tools menu, select Shortcut tab, and click More Shortcuts. In the Customize More Shortcuts dialog, click Add a shortcut to the Context Menu on Explorer. I realize there was an issue with the installer, and it will be fixed on the next minor version. Thanks!
Yutaka Emura
KeymasterPlease don’t ask me when. I will work on that probably on next major version. Thanks!
Yutaka Emura
KeymasterThere is no automatic way to do this, but you can do that manually after writing a paragraph. After selecting text, you can click right mouse button, select Convert Selection, and then Split Lines.
Yutaka Emura
KeymasterReplace All shows the number of matched strings in the status bar, but Find does not show that information. The reason for this is that EmEditor does not need to search the whole document when it can find one occurrence.
To work around this, you can Replace All a string with a dummy string, and then undo immediately to find the number of strings. Alternatively, you can write a macro to do this.
Yutaka Emura
KeymasterI don’t believe it is EmEditor’s issue. Please let me know which hex editor you use, and exactly what you get in the hex editor. Please send me the samples and other detailed information at [email protected]
Yutaka Emura
KeymasterI reproduced the issue. I will fix this on the next version. Thanks!
Yutaka Emura
KeymasterI will fix this issue on the next minor version. Thanks!
- AuthorPosts