Forum Replies Created

Viewing 25 posts - 2,251 through 2,275 (of 3,701 total)
  • Author
    Posts
  • in reply to: Jump list enhancement #8436
    Yutaka Emura
    Keymaster

    Hello dqdb,

    Thank you for using EmEditor Professional!

    I will consider adding more commands, but the “Force Clipboard Format to Text” command requires the Tray Icon or some program to run background. So it might not be so easy to add all commands as it might sound.

    Thanks for your inputs!

    Yutaka Emura
    Keymaster

    Hello Flint,

    Thank you for trying EmEditor Professional v10 RC 2!
    There was a bug when drawing rectangular. I am fixing this for the next minor version RC3.
    Thanks for your inputs!

    in reply to: 32-bit…64-bit version? #8432
    Yutaka Emura
    Keymaster

    Hi arnold,

    Thank you for using EmEditor Professional!

    1. You can run the 32-bit on 64-bit Windows.

    2. The difference is available memory size for the program. With 64-bit program, you can open larger files, and you can open more files at the same time.

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

    in reply to: Enhancing Edit>Jump functioning #8427
    Yutaka Emura
    Keymaster

    Hello maxim_2004,

    I might consider that in future versions.
    Thank you for your inputs!

    in reply to: Tab header's context menu: "Clone" command #8426
    Yutaka Emura
    Keymaster

    Hi maxim_2004,

    Thanks for your inputs, but I don’t want to make too many features. How about running this macro:

    document.selection.SelectAll();
    s = document.selection.Text;
    document.selection.Collapse();
    editor.NewFile();
    document.selection.Text = s;

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

    in reply to: Enhancing Edit>Jump functioning #8422
    Yutaka Emura
    Keymaster

    The Column field was added due to a customer request. However, the Column field is pre-filled with the current column position, so you don’t need to change the Column field if you don’t care the Column you jump to.

    I hope this answers your questions. Please let me know if you have further questions. Thank you!

    in reply to: Highlight mouse-selected text in whole document #8418
    Yutaka Emura
    Keymaster

    I might consider this in future versions. Meanwhile, after selecting text, I would press CTRL + F3 to highlight
    all the same text in the document.

    Yutaka Emura
    Keymaster

    Thanks for your inputs!

    in reply to: Support for multi-key bindings #8406
    Yutaka Emura
    Keymaster

    Hello AbqBill,

    Thank you for using EmEditor!

    Yes, two-keystroke keyboard shortcuts are supported.

    Please see FAQ:

    http://www.emeditor.com/modules/xoopsfaq/index.php?cat_id=6#q101

    If you have further questions, please don’t hesitate to ask me. Thank you!

    in reply to: Explorer plugin doesn't allow shell extension popups #8398
    Yutaka Emura
    Keymaster

    Hello itaine,

    Thank you for using EmEditor Professional.

    I have not tried TortoiseHg, but I don’t expect all tools and popup windows work correct on the Explorer plug-in. If they don’t work, please try to use your tools on Windows Explorer.

    However, I will try to reproduce the issue and see if I can fix it.

    Thank you,

    in reply to: how can i direct find the selected text with F3 #8397
    Yutaka Emura
    Keymaster

    Hello tom8251 ,

    Thank you for using EmEditor!

    CTRL + F3 should do the same.

    Please don’t hesitate to ask me if you have further questions.
    Thanks again!

    in reply to: Replace in selection only #8391
    Yutaka Emura
    Keymaster

    Hello gan,

    I am sorry but we are not sure if we release 9.17. We rather would like to release v10 as soon as possible since v10 includes all previous bug fixes plus many new features. v10 will be available free for v9 users.

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

    in reply to: Replace in selection only #8388
    Yutaka Emura
    Keymaster

    Hello gan,

    Thanks so much for additional information.

    I reproduced your issue, and I will fix it on the next beta version of v10.

    Thanks again,

    in reply to: Replace in selection only #8384
    Yutaka Emura
    Keymaster

    I don’t think there was the setting for this purpose, but the “In the selection only” option will be checked automatically if you select more than one line of the text before you display the “Replace” dialog box. However, if the selection does not include a new line (if the selection is only one line), then this check box will not be checked automatically. I hope this makes sense to you.

    If you have further questions, please don’t hesitate to ask me. Thank you!

    in reply to: EmEditor Professional v10 beta 8 (9.90.8) #8381
    Yutaka Emura
    Keymaster

    Hi zhouzh2,

    Thanks for your explanation.

    In beta 10, I changed “Automatically Hide the List when Only One Candidate is Matched” check box to “Exclude Matched and Same-Length Word from the Candidate List”. I hope I am doing right this time.

    Thank you,

    in reply to: Auto-detect files #8378
    Yutaka Emura
    Keymaster

    Hello pja,

    I am glad you figured out the problem.
    Thanks for posting your questions.
    Please let me know if you have further questions in the future!

    in reply to: "Marks" native macro to apply to all types of marks #8374
    Yutaka Emura
    Keymaster

    Hello mguttman,

    Thanks for using EmEditor Professional.
    The next major version (v10) allows you to toggle each mark. Thanks for your inputs!

    in reply to: Bug selecting string in quotes when string spans few lines #8371
    Yutaka Emura
    Keymaster

    Hello maxim_2004,

    Thanks for your comment!

    Currently, EmEditor doesn’t support selecting or copying multiple-line quotes like this. However, I am trying to fix this issue now.

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

    in reply to: External tool extension ("description") #8368
    Yutaka Emura
    Keymaster

    Hello Maria,

    I might consider that in future versions.

    Thanks for using EmEditor!

    in reply to: Paste with Colors #8367
    Yutaka Emura
    Keymaster

    Hello blackhawk,

    Thanks for using EmEditor!

    Unfortunately, EmEditor can’t copy text including color and format. However, you might want to use a macro:

    http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=8&lid=190

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

    in reply to: Bulleting/Enumeration of selected text lines #8366
    Yutaka Emura
    Keymaster

    Hello maxim_2004,

    Thank you for using EmEditor!

    This feature can be, and should be done by writing a macro. EmEditor shouldn’t include all feature that you can think of. I don’t want EmEditor to become bloated software.

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

    in reply to: ver 10 beta – compare functionality #8360
    Yutaka Emura
    Keymaster

    Hi Steven,

    Thanks for trying EmEditor v10 beta!

    You have probably customized menus before. You can go to Customize Menus on the Tools menu, and then reset the main menu to discover new menu items.

    If you have any other questions, please let me know.

    Thank you!

    in reply to: EmEditor Professional v10 beta 8 (9.90.8) #8354
    Yutaka Emura
    Keymaster

    Hi zhouzh2

    I will try to correct wording of the new option.

    I didn’t completely understand your second request. Can you explain more details with examples?

    Thank you!

    in reply to: EmEditor Professional v10 beta 9 (9.90.9) #8353
    Yutaka Emura
    Keymaster

    Hello owilsky,

    Thanks for trying beta 9!

    As you noticed, menus are not automatically merged to new menus. This is something I am considering for improvements.

    “Last/Least accessed Document” are not included in the default menu, but they are included only in the All Commands menu. I might add those commands in the main menu on the next beta.

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

    in reply to: EmEditor Professional v10 beta 9 (9.90.9) #8348
    Yutaka Emura
    Keymaster

    Hello robben,

    “$cursor$” should appear because the macro writes it to it.
    I am sorry I couldn’t figure out your issue. Maybe because this is the macro issue. I wish I understood better.

Viewing 25 posts - 2,251 through 2,275 (of 3,701 total)