Forum Replies Created
- AuthorPosts
- January 9, 2013 at 10:45 pm in reply to: Is it Possible to select SQL Variables with a Double-click #10735
Yutaka Emura
KeymasterHello,
Please add @ to the Treat the following characters as alphanumeric text box on the Edit tab of Customize dialog box.
Thanks!
Yutaka Emura
KeymasterHello,
You might want to try the Snippets plug-in. Please see the “Shell Codes” section of the Help page:
http://www.emeditor.com/help/howto/plugin/plugin_snippets.htm
Using this syntax:
`- appname
stdin1
stdin2
...
`will allow you to edit the parameters to pass to your console application. I hope this helps.
Thanks!
January 7, 2013 at 11:00 pm in reply to: Question: Is there an option to print all the open files in one click? #10727Yutaka Emura
KeymasterHello,
The command reference on EmEditor Help or http://www.emeditor.com/help/cmd/ shows the ID on each command page. Also, the plug-in header http://www.emeditor.com/help/plugin/plugin.h lists the command IDs.
Thank you!
January 7, 2013 at 10:57 pm in reply to: Question: Is there an option to print all the open files in one click? #10726Yutaka Emura
KeymasterHello,
You might want to check the “Wrap by Page when Printing” check box on the Print tab of configuration properties.
Thanks!
January 7, 2013 at 10:55 pm in reply to: F2 / Rename Command Has no Effect in Projects Plugin #10725Yutaka Emura
KeymasterHello,
I will fix this issue by the next version. The Rename command should be enabled only on a simple folder (not a normal file or project or solution folder). But, the current version won’t allow you to rename even a simple folder.
Thank you!
January 5, 2013 at 3:29 am in reply to: Question: Is there an option to print all the open files in one click? #10719Yutaka Emura
KeymasterHello,
This macro should print all open documents directly to the default printer.
[JavaScript]
docs = new Enumerator( editor.Documents );
for( ; !docs.atEnd(); docs.moveNext() ){
doc = docs.item();
doc.Activate();
editor.ExecuteCommandByID(4115);
}Thank you!
Yutaka Emura
KeymasterHello,
You might want to add a space to the “Recognize These Characters” text box (and also “Characters Not Allowed at End” text box) on the Link tab of configuration properties.
Thanks!
Yutaka Emura
KeymasterHello,
This is because ‘#’ is defined as a Line Comment on the Highlight (2) tab of Perl configuration properties. You can remove the ‘#’ from the Line Comment text box. This is the only way to solve the issue.
Thanks!
January 4, 2013 at 4:15 am in reply to: String Values Not Highlighted if Spread Across Lines – SQL Code #10709Yutaka Emura
KeymasterHello,
Please check the “Continue to Next Line” check box on the Highlight (2) tab of configuration properties. Should this be checked by default?
Thanks!
January 4, 2013 at 3:20 am in reply to: Margin Positioning on Printout Disagrees with Page Settings #10708Yutaka Emura
KeymasterHello,
Sorry, you will have to adjust the margin by yourself. I don’t think you need to go back to older version, so it is only once that you will have to do.
Thanks!
Yutaka Emura
KeymasterHello,
On the next major version, I am thinking about adding a dialog that allows you to decide whether you want to add cool new features or keep the same settings.
Thank you!
Yutaka Emura
KeymasterHello BobBailey,
I can’t reproduce the issue. Can you please export registry at HKEY_CURRENT_USERSoftwareEmSoftEmEditor v3, zip the .reg file and email me as an attachment ([email protected])?
Thank you!
Yutaka Emura
KeymasterHello QiaoJiao,
“No Wrap” is required for CSV/TSV files. There is no way to change this behavior. Maybe in the future, we might support “wrap by window” for CSV/TSV files. Thanks!
Yutaka Emura
KeymasterHello,
The keybaord shortcut can be set from the Help menu > Keyboard Map, and search for Tools, File Properties.
Thanks!
Yutaka Emura
KeymasterHello,
Currently only one character is allowed for this field, and changing this will need to change the internal data structure, and will cause major changes. This will be a major upgrade if this request is adopted. We will consider that in the future.
Thanks!
Yutaka Emura
KeymasterHello jugaor,
I am not sure what you would like to do. Can you please write a sample file so that we can figure out.
Thank you!
December 23, 2012 at 8:48 pm in reply to: Margin Positioning on Printout Disagrees with Page Settings #10686Yutaka Emura
KeymasterThe file name will be aligned to the text body on the next version.
Thank you!
December 23, 2012 at 7:57 pm in reply to: Margin Positioning on Printout Disagrees with Page Settings #10684Yutaka Emura
KeymasterHello ArthurZ,
I understand what the issue was about the page margins. There was about 0.166 inch undocumented extra space on each side of a page. I am not sure if this margin depends on printer you use, but I reproduced this issue on my printer, too. I adjusted the margins with Notepad output. Also, there was space on the left side of line numbers, but that was intentional space EmEditor leaves — space assuming 4-digit line numbers. I adjusted this to 2-digit line numbers, and so that the space increases as the line number increases. I removed all the space, so you will see more accurate page margins on the next version.
Thank you!
December 22, 2012 at 2:07 am in reply to: Margin Positioning on Printout Disagrees with Page Settings #10682Yutaka Emura
KeymasterHello,
The Page Setup button allows you to change the margins of a page.
If this doesn’t work, there may not be enough positioning settings for you. I am sorry, but EmEditor is not a word processor. I suggest you use a word processor to print the file you would like.
Thank you!
December 22, 2012 at 1:42 am in reply to: Margin Positioning on Printout Disagrees with Page Settings #10680Yutaka Emura
KeymasterHello,
You can change all kinds of settings on Configuration Properties, the Print tab.
– Print Line Numbers check box
– Ignore Color and Underlines check box
– Draw Separating Lines check box
– Wrap by Page when Printing check box
– Space Between Lines text box
– Header check box
– Header text box
– Footer check box
– Footer text box
– Page Setup button
– Font buttonFor instance, the Header check box allows you to include the “Untitled” word on the print.
Please let me know if these settings still can’t resolve your issues.
Yutaka Emura
KeymasterHi LTT,
I see. It will be fixed on the next version.
Thanks!
Yutaka Emura
KeymasterSome of the strings are case sensitive, but I will fix others. Thanks!
Yutaka Emura
KeymasterHi LTT,
I reproduced this issue, and it will be fixed on the next version.
Thanks!
Yutaka Emura
KeymasterI realize the sort commands do not work in the 32-bit edition. Please select all (Ctrl + A) or select where you want to sort before you do these commands. This will be fixed on the next version.
Thanks!
Yutaka Emura
KeymasterWhat do you mean by “in vain”? Can you take a screenshot or screencast?
Thanks!
- AuthorPosts