Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterSometimes, etlframe updates break some old code.
Try adjusting the parameters so they will match the newer version of etlframe.h. I will try to update all source code when I have a time.In this case,
OnEvents in AutoComplete.h should be:
void OnEvents( HWND hwndView, UINT nEvent, LPARAM )
Also, change SetUninstall to
BOOL SetUninstall( HWND hDlg, LPTSTR, LPTSTR )
Yutaka Emura
KeymasterHave you tried some auto-complete macros or plug-ins? Some are available in this web site – Library.
Yutaka Emura
KeymasterClick Explorer button on the Plug-ins Bar, or select Plug-ins on the Tools menu, and select Explorer.
Yutaka Emura
KeymasterYou probably have selected “Clear Type” in Display Properties – Apearance tab – Effects. I will try to fix this. Thanks!
Yutaka Emura
KeymasterYou can customize on/off per configuration. Did you go to the plug-in properties? You can right-click on the Outline button or window, and select “Properties”.
Yutaka Emura
KeymasterYou can write functions in VBScript or JavaScript, but I am not sure if you can write functions in separate files so you can include those.
Yutaka Emura
KeymasterSure.
Yutaka Emura
KeymasterDid you try Outline plug-in? Did you want something different?
Yutaka Emura
KeymasterI don’t want to make it a core feature because of my principle — avoid bloated feature set —.
However, I created a macro for you. Although it is not perfect, you can do the rest of work to make it perfect for you. This is for Java.
str = clipboardData.getData("Text");
str = """ + str.replace(/rn/mg,"n" +rn"") + "";";
document.write( str );
Yutaka Emura
KeymasterThank you for reporting a possible bug. I will try to repro and fix this issue.
Yutaka Emura
KeymasterWhile I cannot make any commitments and cannot give you any timeline, I consider the USB option seriously. However, it will not happen in a few months.
Yutaka Emura
KeymasterYou can go to Keyboard map on the Help menu, and assign any keyboard to any macros.
Yutaka Emura
KeymasterI realize this is frequently asked, and I will consider that in future versions.
Yutaka Emura
KeymasterThat is true. You cannot get the entire text except by first selecting the entire document by SelectAll() method.
Yutaka Emura
KeymasterThat is not possible right now. I will consider this feature in future version.
Yutaka Emura
KeymasterThanks for your comments. EmEditor wants to make everything simple, and that’s why I didn’t add a code to save dialog box positions. I didn’t even want to add the “center window” code, but, I might reconsider that.
Yutaka Emura
KeymasterWell, all you can do is open multiple windows and tile them. You will first need to disable tabs by unchecking Enable Tabs on the Window menu. Then select Tile Vertically on the Window menu. You can now open two documents in separate windows.
.Yutaka Emura
KeymasterAre you looking for workspace or project features? In the EmEditor tray-icon menu, you can find Load/Save Workspace commands, which allow you to save or load one workspace. There is no command to load or save multiple workspaces, but it might be possible by a plug-in.
Yutaka Emura
KeymasterOK. I will try to improve this interface. Thanks for your opinions!
Yutaka Emura
KeymasterCurrently, there is no way to define word delimiters. I will consider that in future versions.
Yutaka Emura
KeymasterUse regular expression:
(.*?)
See also:
http://www.emeditor.com/help/howto/search/search_regexp_syntax.htm
http://www.emeditor.com/help/faq/search/search_reg_exp_ex.htmYutaka Emura
KeymasterI believe it is 1/12 of the font height. You cannot change this unit.
Yutaka Emura
KeymasterSearch for a regular expression [characters]? You must show an example.
Yutaka Emura
KeymasterIt must be an integer value.
Yutaka Emura
KeymasterNo, it isn’t possible.
- AuthorPosts