Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHi marc47marc,
Please select “Save, Restore and Keep Undo Information, and No Prompt to Save Files” for the Automatic Workspace on the Window tab of the Customize dialog box.
Thanks!
April 12, 2011 at 3:56 pm in reply to: Recognize Double-Byte Characters as URLs — cyrillic problem #9338Yutaka Emura
KeymasterHi QiaoJiao,
Please check “Recognize Single-Byte Kana and Kana Marks as URLs” check box. I know it is misleading, and I will fix this label in future versions. Thanks!
Yutaka Emura
KeymasterHi QiaoJiao,
No, I don’t think it is possible to parse the clickable text to macros.
Yutaka Emura
KeymasterHi XXCloneMan,
When you update from beta version, you will need to uninstall older version first, then install newer version. That is because the version number is the same, and the Windows Installer won’t accept the same version number install. I am glad to hear you finally installed the newest version. Thanks!
Yutaka Emura
KeymasterNo, it is not possible. I think you will need to write a macro for this purpose.
Yutaka Emura
KeymasterHello CrashNBurn,
I am sorry some windows didn’t restore. I hope it works now.
Yutaka Emura
KeymasterHi flamerz,
I thought it was fixed, but apparently it wasn’t. I will look into this issue. Thank you!
Yutaka Emura
KeymasterThis bug has been fixed on v10.0.6. Thank you!
Yutaka Emura
KeymasterHi ToadLoadin,
You should write like this:
function toggleLineNum() {
var cfg = document.Config;
var isLineNumOn = cfg.General.ShowLineNumbers;
cfg.General.ShowLineNumbers = !isLineNumOn;
cfg.Save();
}Yutaka Emura
KeymasterHi ToadLoadin,
This is a frequently asked question. Please use Save() when you finished settings:
cfg = document.Config;
/// do something
cfg.Save();
Of course, you can use the EmEditor command “Line Number”, and there is a toolbar button for this command.
Yutaka Emura
KeymasterHi Nicero,
The context menu “EmEditor” item in Explorer should work with Windows 7. As CrashNBurn wrote, please install the 64-bit version of EmEditor if you use 64-bit Windows. You shouldn’t set up EmEditor to Run as Administrator. Good luck!
Thanks!
Yutaka Emura
KeymasterHi ToadLoadin,
Probably one in the “General” tab is what you are looking for.
One in the display tab is for display purpose only. I hope I answered your question.Thank you,
March 18, 2011 at 6:08 pm in reply to: "Print preview" and "Print" do not print TSV files in nice columns #9311Yutaka Emura
KeymasterHello mguttman,
The CSV/TSV mode is not supported for prints. We might support it in future versions, as well as searched strings highlight for prints.
Thanks!
Yutaka Emura
KeymasterHi mcdgfd,
Thanks for you inputs!
Yutaka Emura
KeymasterHello zm1234,
Thanks for your inputs. I might consider that in future versions.
Yutaka Emura
KeymasterHi Eugene,
I will take a look at 0.7. Thanks!
Yutaka Emura
KeymasterHello yak,
EmEditor is not designed to have any panes draggable because I didn’t want EmEditor to have too many features, which would result a bloated application. Thanks for your comments!
Yutaka Emura
KeymasterHello escanzano,
I guess you opened your UTF-8 file as Western European encoding. You have to open a UTF-8 as Unicode (UTF-8) encoding. If you use Windows Vista/7, there should be no problem with fonts, but on earlier Windows, you will need to select a correct font to display all characters correctly.
Yutaka Emura
KeymasterHi yak,
EmEditor is not designed to have any panes draggable because I didn’t want EmEditor to have too many features, which would result a bloated application. You might want to use an external browser (via External Tools) to preview an HTML document.
Thank you!
Yutaka Emura
KeymasterHi Ivan,
Thank you for explaining. I reproduced this issue, and I will certainly fix this issue. Thank you!
Yutaka Emura
KeymasterHi Ivan,
I can’t reproduce this issue. Can you tell me detail procedure so I can reproduce this issue? Thank you.
February 25, 2011 at 6:48 pm in reply to: How locate the tabbar to bottom of the window in EmEditor? #9284Yutaka Emura
KeymasterHi Yak,
Unfortunately, you cannot change the tabbar position into the bottom in EmEditor. This is because EmEditor is the Windows standard control as a tab control. Thank you for understanding.
Yutaka Emura
KeymasterSure.
nFound = document.selection.Find( '"', eeFindNext );
Yutaka Emura
KeymasterIf you want to write in VBScript, here is the syntax:
nFound = document.selection.Find( Chr(&H22), eeFindNext )
Please save as *.vbee.
Yutaka Emura
KeymasterHello ujin,
I can’t reproduce your issue. Can you please send me a screenshot to [email protected] with detailed explanation as to how to reproduce this issue. Thank you!
- AuthorPosts