Forum Replies Created

Viewing 25 posts - 2,201 through 2,225 (of 3,701 total)
  • Author
    Posts
  • in reply to: Save all when untitled files are open #8611
    Yutaka Emura
    Keymaster

    Hello derekcohen,

    Thank you for using EmEditor Professional.

    This is something that people might have different opinions about. I would like to follow the same practices that most popular products use. I will do a little more research and decide whether I should change the behavior or make it optional.

    Thanks again for your inputs!

    in reply to: "Solved" Error = SetupCA.dll #8610
    Yutaka Emura
    Keymaster

    Hello sst,

    Thank you for using EmEditor Professional.
    I am sorry that you had a problem with the installer. Since I didn’t have the problem with the same installer, it is possible that the installer package was corrupted. Please try uninstalling, download the newest version and try installing again.

    If you still have the same problem, please let me know

    Thanks again!

    in reply to: Changed lines indicator #8609
    Yutaka Emura
    Keymaster

    Hello Antnee,

    Thank you for using EmEditor Professional. We are releasing v10 very soon, so unfortunately we don’t have enough time to implement this feature, but we might consider that in future versions.

    Thanks again for your inputs!

    in reply to: EmEditor Professional v10 RC 14 (9.90.23) #8590
    Yutaka Emura
    Keymaster

    Hello gan,

    Actually, the horizontal scroll bar may not always disappear when “No Wrap” is selected. This behavior is the same both v9 and v10. EmEditor will not try to find the longest line from a whole document in order to optimize the speed. Thus, EmEditor will expand the horizontal scrollable size, but will not shrink to the previous size.

    Thank you!

    in reply to: EmEditor Professional v10 RC 14 (9.90.23) #8589
    Yutaka Emura
    Keymaster

    Hello owilsky,

    I will consider adding this feature.
    Thank you!

    in reply to: display tabs at a left column #8586
    Yutaka Emura
    Keymaster

    Hello user,

    Yes, please use the OpenDocuments plug-in.

    Please let me know if you have further questions.

    Thank you!

    in reply to: EmEditor Professional v10 RC 14 (9.90.23) #8584
    Yutaka Emura
    Keymaster

    Hello owilsky,

    Every feature hurts because they all contribute to larger program size, leading to bloated software. This is my policy that we want to make the software as lightweight as possible.

    in reply to: EmEditor Professional v10 RC 14 (9.90.23) #8582
    Yutaka Emura
    Keymaster

    Hello owilsky,

    Thank you for using EmEditor Professional.

    Right, these commands are not recorded automatically. You will need to write macros manually.
    Do you want EmEditor record these commands (Find in Files, etc.) automatically?

    in reply to: Folding w/ Outline + Python #8580
    Yutaka Emura
    Keymaster

    Hello Matthias,

    I reproduced your issue, and I will try to fix this issue.
    Thanks!

    in reply to: EmEditor Professional v10 RC 13 (9.90.22) #8577
    Yutaka Emura
    Keymaster

    Hello Flint,

    It wasn’t incompatibility issue. There was a bug in recent RC versions that erases workspace data. The bug exists at least both on RC 12 and RC 13. I will fix this bug on RC 14.

    Thank you for finding this bug!

    in reply to: Folding w/ Outline + Python #8575
    Yutaka Emura
    Keymaster

    Hello Matthias,

    Thank you for using EmEditor Professional!

    How do you specify Outline settings for Python? Please check the Properties of Outline plug-in.

    in reply to: EmEditor Professional v10 RC 13 (9.90.22) #8574
    Yutaka Emura
    Keymaster

    Hello Flint,

    Thank you for using EmEditor Professional RC!

    Right, v10 workspace is not compatible with v9 workspace. I am sorry for any inconveniences.

    Please let me know if you have further questions.

    in reply to: Automatic workspace: Load only: Bug. Thanks. #8569
    Yutaka Emura
    Keymaster

    Hello emuser1,

    If the Automatic workspace is “Load Only” should only restore the workspace. It won’t save a workspace at any time. Does this answer your question?

    in reply to: macro focus #8562
    Yutaka Emura
    Keymaster

    Hello Derek,

    Thank you for using EmEditor Professional!

    Some commands (like Close command) work differently depending on where the focus is. To avoid this problem, you can first run “Active Pane” command to keep the focus from custom bars. So, please try adding the following line before the top of your macro.

    editor.ExecuteCommandByID(4409);

    Therefore, your “Close All” macro will become:

    editor.ExecuteCommandByID(4409);
    editor.ExecuteCommandByID(4384);
    editor.ExecuteCommandByID(4117);

    If you have further questions, please let me know.
    Thank you!

    in reply to: HTML tags highlighting #8559
    Yutaka Emura
    Keymaster

    Hello abre,

    Thank you for trying EmEditor Professional!

    You can use Zen-coding macros and snippet
    http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=18&lid=281
    to do the similar thing. Balance Tag (CTRL+SHIFT+D) will do this for you. Other than that, I don’t think there is an easy way to highlight, but this is definitely something I want to enhance in future versions.

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

    in reply to: Support for unicode line separator U+2028 #8554
    Yutaka Emura
    Keymaster

    Hello Klortho,

    I am sorry, but this is something that has to be address in major upgrade. I can’t support between minor upgrades. I might consider that in future major versions. Thanks!

    in reply to: full screen bug #8549
    Yutaka Emura
    Keymaster

    Thanks for trying EmEditor Professional v10 RC.
    This will be fixed in RC 9.
    Thank you!

    Yutaka Emura
    Keymaster

    Hello frode,

    Thank you for using EmEditor Professional!

    I understand, and I might consider that in the future versions.

    Thanks!

    in reply to: List of IP addresses. Help! #8546
    Yutaka Emura
    Keymaster

    Hello TransUA,

    You can write a macro to do this editing, but it is not very easy.
    You will need to write several lines of JavaScript code that manipulates strings and make loop to write manipulated strings.

    Please let me know if you have specific questions about macros.
    Thank you,

    in reply to: Post button super obscure #8545
    Yutaka Emura
    Keymaster

    Hello tungwaiyip,

    I realize it is very obscure. I might change that button design in the future. Thanks!

    Yutaka Emura
    Keymaster

    Hello tungwaiyip,

    In EmEditor Professional v10, there is a new check box called “Count Matches”.

    Also, in v8 or later, you can use the “Word Count” plug-in to count any words that match regular expressions.

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

    Yutaka Emura
    Keymaster

    Hello roblumba,

    I removed older versions. Please download the latest version available in this forum. Currently, RC 8.

    Thank you.

    in reply to: Close all documents #8533
    Yutaka Emura
    Keymaster

    Hello derekcohen,

    Unfortunately, there is no direct command to close all documents and bring up a new untitled document.

    However, you can use this macro to do this:

    editor.ExecuteCommandByID(4384);
    editor.ExecuteCommandByID(4117);

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

    in reply to: Very slow Update downloader #8532
    Yutaka Emura
    Keymaster

    Hello Flint,

    I haven’t seen the difference in speed between the updater download and the direct link. That is strange… I hope it happened only once.

    I noticed the icon is missing, and I will let the developer of the installer company know this bug.

    Thank you,

    in reply to: saving bookmarks #8531
    Yutaka Emura
    Keymaster

    Hello derekcohen,

    Thank you for using EmEditor Professional!

    To add the comment by ToadLoadin, the files of which you want to save the bookmarks must be within the recently used files. You might want to increase “Number of Recent Files” in the History tab of the Customize dialog box.

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

Viewing 25 posts - 2,201 through 2,225 (of 3,701 total)