Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterNo, it is not possible. It would take a significant design change if I need to make it possible.
Yutaka Emura
KeymasterI have not received or could not find your message. It might have been caught into my junk folder. First, please email me ([email protected]) without any attachments, and please identify yourself as nh_wzg. Then I will reply to your email and let you know how you can send me a file. Thanks!
Yutaka Emura
KeymasterCan you please explain in details what undo like Opera web browser is?
Yutaka Emura
KeymasterYes, when you save, select “Save As” from the File menu, and then select the correct return method (CRLF or LF) from the drop-down list box provided in the Save As dialog box. You can also select the special commands “Save As CR+LF”, “Save As LF Only”, etc., or you can use certain command line options to do a batch job.
Yutaka Emura
KeymasterYou might want to disable highlighting, i.e. try to open a file with Text configuration. To do this automatically, you can open SQL configuration Properties, select Association tab, and uncheck the Enable Association checkbox. OR you can uncheck “Highlight These Words” checkbox in the Highlight (1) tab of SQL Properties. Does this solve the issue?
If you need to use it with highlighting enabled, would you please compress your SQL file to zip file, and email to [email protected] ? I will try to resolve this issue. Thanks!
Yutaka Emura
KeymasterI will let you know when beta is ready. It is already portable now in my PC. Now I am looking into U3 but it might take some extra time to support it. Do you like U3?
Yutaka Emura
KeymasterEmEditor does not support multi-key commands at this time.
Yutaka Emura
KeymasterDid you add “” (double quotation marks) this time?
Yutaka Emura
KeymasterIt looks that you did not choose a correct encoding when you open a file. The “Auto Detect” feature does not always detect correct encodings, and sometimes you will need to re-select correct encodings even if you use the Auto Detect feature. To do this, after you open a file, double-click the encoding name on the status bar (right-side on the bottom), and you will see the list of available encodings to choose from.
Yutaka Emura
KeymasterWhile it is not regexp, I added the feature that allows you to use wild cards for the extension list in Association tab of configuration properties. This feature will be included in the next release. Thanks!
Yutaka Emura
KeymasterDon’t worry. The USB feature is already in place on my PC. It will be included in the next release!
Yutaka Emura
KeymasterI couldn’t reproduce the second case. When you move to another drive, is the current directory the root directory of the drive?
Yutaka Emura
KeymasterThanks for your report! You are right! I just fixed that in my PC. The next release will include this fix. Meanwhile, use double-quotation marks to specify a file to open. For instance, use:
emeditor “file”
instead of
emeditor file
Yutaka Emura
KeymasterI am considering to add configuration properties to macro. Thanks!
Yutaka Emura
KeymasterI don’t consider the selection undo issue is a bug. It is just how EmEditor is designed. If EmEditor needs to restore selections, it will need more memory space to save that information. If that is all right, however, I might consider it in future versions.
Yutaka Emura
KeymasterOf course, Backspace will delete the left character.
I also looked at the other thread, and I will comment to the other thread.
Yutaka Emura
KeymasterDid you check “Changed by Another Program” drop-down list box in the File tab of Properties. This option can be set for each configuration.
Yutaka Emura
KeymasterYou should not be able to resize Find or Replace dialog box in 6.00.x. That feature is reserved for Version 7. I guess you installed Version 7 alpha once, and that resource still remains in your installation folder. You might want to try uninstall the current version, make sure your installation folder (Program FilesEmEditor) is empty, and then install 6.00.4.
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.
- AuthorPosts