Forum Replies Created

Viewing 25 posts - 2,101 through 2,125 (of 3,679 total)
  • Author
    Posts
  • in reply to: Backup Folder, Relative to Current Directory ? #8850
    Yutaka Emura
    Keymaster

    Hello CrashNBurn,

    It is not possible now, but I will consider improving this function. Thanks for your inputs!

    in reply to: F2 Bookmarks, Do not change document? #8849
    Yutaka Emura
    Keymaster

    Hello CrashNBurn,

    You can reassign F2 as “Next Bookmark in This Document” command.

    Thanks!

    in reply to: Sort selected lines without having to use narrowing #8844
    Yutaka Emura
    Keymaster

    Hello dw7832,

    I will definitely consider the improvement in future versions.

    Thank you!

    in reply to: Block-comment highlight bug #8843
    Yutaka Emura
    Keymaster

    Hi eos9d,

    Thanks for your report, but this is the specification now. I might address this issue in future versions. Thank you!

    in reply to: custom find behavior #8842
    Yutaka Emura
    Keymaster

    Hello Thyresias,

    Can you try adding the eeFindSaveHistory flag to the Find method? This flag should save a searched string.

    For details, please see:

    http://www.emeditor.com/help/macro/selection/selection_find.htm

    Unfortunately, I don’t think there are any ways to query EmEditor about the current find settings.

    in reply to: Update checking failed #8836
    Yutaka Emura
    Keymaster

    Hello netsking,

    Upgrading from v9.17 to v10 requires you to get a new key for v10. For this reason, I have not enabled the upgrade message for this update checker. However, I might enable the upgrade message when 10.0.1 becomes available.
    Thanks for your message!

    in reply to: Least Accessed Document – What is it? #8833
    Yutaka Emura
    Keymaster

    “Least Accessed” is the opposite of “Last Accessed”. It is the same as “Previous Document” if “Switch to Last Used Document for Next Document Command” check box in the Window tab of Customize dialog box.

    in reply to: replace features #8830
    Yutaka Emura
    Keymaster

    Hi user,

    You should be able to specify a regular expression to replace.
    Please let me know if you have any questions.
    Thanks,

    in reply to: Import/Export Settings to/from INI #8822
    Yutaka Emura
    Keymaster

    Hello CrashNBurn,

    Which version of EmEditor are you using?

    Yutaka Emura
    Keymaster

    Hello Meir,

    You can easily do this using a macro. Here is an example but not including the Capitalize command. You can use this as a start to make it better.


    s = document.selection.Text;
    if( s.length != 0 ){
    n = s.charCodeAt(0);
    if( n >= 0x41 && n <= 0x5a ){
    s = s.toLowerCase();
    }
    else {
    s = s.toUpperCase();
    }
    document.selection.Text = s;
    }

    in reply to: Back Ticks as Quotes #8818
    Yutaka Emura
    Keymaster

    Hello,

    I am sorry you can’t use ` as a quote, but if you just want to highlight, in the Highlight (1) tab of configuration properties, you can add

    `.*?`

    and check “Regular Expression”.

    I hope this helps.

    in reply to: How to run an external problem to execute the current file #8815
    Yutaka Emura
    Keymaster

    Hello hoody,

    You should be able to configure your program.

    Please see examples at:
    http://www.emeditor.com/help/faq/tools/tools_external.htm

    If you still have questions, please let me know.
    Thank you,

    in reply to: printing problems #8808
    Yutaka Emura
    Keymaster

    Hello user,

    Unfortunately, this option disables both color and underlines.
    I think the only way to do is create a black and white theme and print it.

    You should be able to see margins in the print preview if the printer selection is correct.
    I don’t know why you have margin issues.

    in reply to: adjust print margins #8806
    Yutaka Emura
    Keymaster

    You can adjust print margins from configuration properties > Print tab > Page Setup.

    in reply to: printing problems #8805
    Yutaka Emura
    Keymaster

    Hello user,

    I don’t know why some text is cut off, but please make sure your printer selection and margins in page setup dialog (configuration properties > Print tab > Page Setup button) are correct.

    You can disable colors by checking “Ignore Color and Underlines” check box on the Print tab of configuration properties.

    in reply to: Automatic: Erase Find Highlight #8800
    Yutaka Emura
    Keymaster

    Hi CrashNBurn,

    I am sorry. I mean “Search Colors” text box, not “Character Space” in the Display tab of configuration properties.

    Thanks!

    in reply to: Automatic: Erase Find Highlight #8797
    Yutaka Emura
    Keymaster

    Hi CrashNBurn,

    Thanks for your comments! You can also set “0” in the Character Space text box in the Display tab of configuration properties.

    Thanks!

    in reply to: Multiple Working spaces #8796
    Yutaka Emura
    Keymaster

    Hi CrashNBurn,

    Thanks for your inputs! If you need to use multiple workspaces, you might consider using the Projects plug-in. This plug-in was developed for those developers like you in mind.

    Thanks!

    in reply to: How to define how many space a TAB will occupy? #8795
    Yutaka Emura
    Keymaster

    Hi hoody,

    Can you check Configuration Properties, General tab, and Tab/Indent button?

    Thanks!

    in reply to: Is it possible to fine the Lf and change the space #8790
    Yutaka Emura
    Keymaster

    Hi

    You might want to use “Replace in Files” dialog, find “n”, and replace with a space while “Use Regular Expressions” is checked. Click “>” button on the right side of the File Types drop-down list, and select “Current File”.

    See http://www.emeditor.com/help/howto/search/search_nl.htm for details as to how you specify new lines.

    in reply to: TSV mode format problem – ver. 10.0.0 32 bit #8788
    Yutaka Emura
    Keymaster

    Hello spudly,

    Thank you for using EmEditor Professional!

    I reproduced the problem with a large file. Since it takes long time to adjust a large file, EmEditor did not automatically adjust columns when it opens a large file. On the next minor version, EmEditor will look on the first 100000 lines to adjust columns.

    Please make sure “Detect TSV” is checked in the File tab of configuration properties. If this is checked for the opened file configuration, EmEditor should always detect a TSV file if a file is properly separated by tabs.

    Please let me know if you have further questions. Thank you!

    in reply to: 'Home' button to start of line #8785
    Yutaka Emura
    Keymaster

    Hello QiaoJiao,

    Please look for “Home Extend” or “Logical Home Extend” command for the HOME+SHIFT shortcut key assignment.

    Please let me know if you have further questions. Thanks!

    in reply to: 'Home' button to start of line #8782
    Yutaka Emura
    Keymaster

    Hello QiaoJiao,

    By default, “Home or Start of Text” command is assigned to the HOME key, and ALT+HOME is assigned as “Logical Home”. You can change these shortcut assignments from the Keyboard Map on the Help menu, or the Keyboard tab of configuration properties.

    Yutaka Emura
    Keymaster

    Hello hzy123,

    You should set 0 to the “Additional Lines to Search for Regular Expressions” text box.

    If the search is still slow even if you set to 0, please let me know. Thanks!

    Yutaka Emura
    Keymaster

    Hi hzy123,

    Thanks for using EmEditor Professional!

    What do you specify in the “Additional Lines to Search for Regular Expressions text box” text box and “Regular Expressions Can Match New Line Characters” check box in the Search tab of the Customize dialog box?

    Thanks!

Viewing 25 posts - 2,101 through 2,125 (of 3,679 total)