Forum Replies Created
- AuthorPosts
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!
Yutaka Emura
KeymasterHello sbluege,
The file path length is limited to 259 characters long. That is why you get a “failed to open” error. Most Windows applications don’t work correctly if the path length is more than 259 characters long.
Thank you!
February 14, 2011 at 5:12 pm in reply to: Lost of "Replace" function for the Simplified Chinese GUI #9269Yutaka Emura
KeymasterHello danielqian,
I can’t reproduce your problem. Are you sure you are using EmEditor Professional v10.0.5, and is the Simplified Chinese UI supplied by Emurasoft? You can check the version information by selecting Customize dialog > Language tab.
Thank you,
Yutaka Emura
KeymasterHi danielqian,
I reproduced this issue. I will try to fix this in the next version. Meanwhile, please use the English user interface.
Thank you!Yutaka Emura
KeymasterAs long as you don’t overuse licenses, you can use the same registration key that you used for one computer with another computer.
Thanks for your confirmation!
Yutaka Emura
KeymasterHi CrashNBurn,
Thanks for your inputs!
Yutaka Emura
KeymasterHi ginger,
I am sorry, but the workspace format is different between v9 and v10, and there is no way to transfer the old format to the new version.
Thank you for using EmEditor!
- AuthorPosts