Forum Replies Created
- AuthorPosts
- September 13, 2010 at 11:46 pm in reply to: Search/Replace : Search All Documents in this Window #8956
Yutaka Emura
KeymasterIn the Find in Files or Replace in Files dialog, you can select “Current File” in the menu displayed when you click the “>” button by the File Types drop-down list.
Yutaka Emura
KeymasterOn Version 10, this check box has been deprecated, but there are new options on the menu displayed when you click the “>” button by the Find drop-down list box (in the Find dialog box). In this menu, three options available: “Selected Text”, “Word at Cursor”, and “Custom”. After selecting one of these, you can select “Save as Default” to save this option for the future.
I hope this helps. Please let me know if you have any questions.
Yutaka Emura
KeymasterHello CrashNBurn,
I don’t know about the other application you mentioned, but I didn’t know about ALT + numbers behavior. Both Windows Notepad and EmEditor insert the same symbols. I think that is the Windows behavior. Those are Unicode characters and that is why they can’t be saved as ASCII. You can save them as a Unicode file. The other application assigns ALT+0x as inserting control characters ( Advanced > Insert Special Character. I hope this helps.
Thank you!
Yutaka Emura
KeymasterHello CrashNBurn,
You can find current encoding on the status bar.
Also, you can have EmEditor display the return method (CR, LF, or CR+LF) if you customize the status bar (On the Customize dialog > Status > Return Method).
Please let me know if you have further questions.
Thank you!
Yutaka Emura
KeymasterHello CrashNBurn,
You might want to try Zen-coding plug-in/macros.
http://www.emeditor.com/modules/feature1/rewrite/tc_37.htmlIn Zen-coding, the Balance Tag action selects text between and .
Key-word completion can be accomplished using the WordComplete plug-in, which is installed by default.
Please let me know if you have further questions.
Thank you!
Yutaka Emura
KeymasterHello tungwaiyip,
I am sorry, but you can’t add new characters for matching brackets. I might consider that feature in the future.
Thank you,Yutaka Emura
KeymasterHello pja,
You can write a macro to insert any date format you would like:
d=new Date(); document.write(d.toLocaleString());
This is a javascript macro.
Yutaka Emura
KeymasterThat’s an excellent solution. Thnaks jibz!
Yutaka Emura
KeymasterHello hydra,
In the Replace dialog box, you can use replace
=(w)(ww)
with
=21
and check Use Regular Expressions.
Please let me know if you have further questions.
Thank you!Yutaka Emura
KeymasterHi owilsky
If the “Restore Tabbed Window Position” is checked, EmEditor should remember the window size when tabs are enabled..
When tabs are not enabled, the only way to remember the window size is to use the automatic load/save workspace feature.
Yutaka Emura
KeymasterHello blackhawk,
You can change the keyboard settings from the plug-in Properties. On the Keyboard tab, you can select Complete command which is assigned to the ENTER key by default.
Yutaka Emura
KeymasterHello,
If the tabs are enabled, the window size is saved because the Restore Tabbed Window Position is checked. If the tabs are not enabled, after you maximize the window, you can go to this dialog, and then click Save Current Window Position to save the maximized window position and size.
Please let me know if you have further questions. Thanks!
Yutaka Emura
KeymasterHello blackhawk,
The Projects plug-in has the intellisense-like functionality. I hope you will like that.
Thanks!
Yutaka Emura
KeymasterHello blackhawk,
Thanks for your inputs. I will consider the improvements in future versions.
Yutaka Emura
KeymasterHello Dreven,
I know all about the features you are talking about.
Thanks for explaining!Yutaka Emura
KeymasterHello Dreven,
Thanks for your comments about EmEditor.
As for rhtml/ruby append symbol (<<), maybe you can post a sample code where the problem happens, or you can email me a file at [email protected], and I will make sure to consider the issue in future versions.
You can find additional themes in the library http://www.emeditor.com/modules/mydownloads/viewcat.php?cid=13
I will also try to modify the default themes in the future.
I might also consider the missing feature where you can select a word to highlight the word, and every other instance of it is highlighted.
And I will also try to improve the keyboard search ability.
Thanks!
Yutaka Emura
KeymasterHello owilsky,
You will need to load the Config object into the memory before you can modify and save it. Please rewrite like this:
#title = "Marks"
#tooltip = "Toggle Marks ON/OFF"
editor.ExecuteCommandByID(4370); //EEID_VIEW_MARKS (4370)
cfg = document.Config;
if(cfg.Mark.ShowReturns) cfg.Mark.ShowSpaces = true;
else cfg.Mark.ShowSpaces = false;
cfg.Save();
August 30, 2010 at 5:30 am in reply to: Bring EE's encoding detection/display to Hex mode side by side view. #8899Yutaka Emura
KeymasterHi zhouzh2,
OK. Thanks for your explanation. I might consider that in future versions.
Yutaka Emura
KeymasterHello cx138,
I already realized this issue, and it should be fixed on the next minor version.
Thanks!August 29, 2010 at 5:22 pm in reply to: Bring EE's encoding detection/display to Hex mode side by side view. #8895Yutaka Emura
KeymasterHello zhouzh2,
Sorry, exactly what is the issue?
Thanks!Yutaka Emura
KeymasterHi owilsky,
The Marks command toggles only new line, EOF and tab marks, and does not include spaces. This is the specification. On v10, you can use independent commands on the View menu to toggle each mark.
Yutaka Emura
KeymasterHello Jibz,
I have never used “read mark” features, but you might want to use notification messages. Please see:
http://www.emeditor.com/modules/newbb/viewtopic.php?topic_id=5&forum=1Also, you can see the list of newest messages in the bottom of the home page when you are logged in.
August 26, 2010 at 8:06 pm in reply to: RegExp highlighting sometimes matches inside strings and comments #8886Yutaka Emura
KeymasterHello Jibz,
I reproduce the issue now by the way you described.
I will look into this issue.
Thanks!August 26, 2010 at 5:59 pm in reply to: RegExp highlighting sometimes matches inside strings and comments #8884Yutaka Emura
KeymasterHello Jibz,
I am sorry but I couldn’t reproduce your issue. Did you add d+ as a regular expression at the bottom of the list of highlight strings in the Highlight (1) tab of C++ configuration properties?
Yutaka Emura
KeymasterHello Jibz,
I might add that feature in future versions of EmEditor.
Thanks for your comments! - AuthorPosts