Forum Replies Created

Viewing 25 posts - 2,301 through 2,325 (of 3,662 total)
  • Author
    Posts
  • Yutaka Emura
    Keymaster

    You are welcome! And thank you for your suggestions. I will consider those suggestions on future versions.
    Please don’t hesitate to let me know if you have further inputs about EmEditor.

    Yutaka Emura
    Keymaster

    If you use a template file, the encoding of the template file should match with the information you enter in the New File Details dialog box (Tools menu > Configuration Properties > New Files button). Is it possible for you to adjust these options to match with the template file encoding?

    Please don’t hesitate to ask me if you have further questions. Thank you.

    in reply to: crash with big file #8170
    Yutaka Emura
    Keymaster

    I am very sorry that you had such a bad experience with EmEditor. Reliability and robustness are our top priority, and no features are more important than reliability and robustness. I will try to reproduce your issue and will fix it as soon as possible.

    If you want to create a very large file from scratch, by gradually increasing the size by adding a block of text, you might want to save the file at the point it reaches more than 300MB, and then reload the file and then you can continue your work more safely. 300MB is the default minimum size for EmEditor to use a temporary file to manage a very large file. Even if you reload the file, and if it still crashes, then you might need to adjust this size. This threshold size can be adjusted in the Advanced tab of the Customize dialog box. If EmEditor still crashes, then you might need to enter a smaller number, like 100MB. Then next time you open that large file (>100MB), EmEditor shouldn’t crash because it will open the file using a temporary file and will not rely only on the virtual memory.

    Nevertheless, EmEditor shouldn’t crash because of no memory situation, but it should display a dialog box to allow you to cancel the task gracefully. I sincerely apologize for this issue, and will try to fix this issue as soon as possible. I do appreciate your inputs. If you have further questions or comments, please don’t hesitate to contact me. Thanks again.

    in reply to: Drag&Drop stopped working #8167
    Yutaka Emura
    Keymaster

    I don’t know why you have this issue. Maybe another application interferes EmEditor. Can you try on another PC if possible?

    in reply to: SpellCheck plugin caused EmEditor to freeze #8165
    Yutaka Emura
    Keymaster

    I am sorry that EmEditor froze. I will try to reproduce this issue.

    When you install Spelling (U.S. English) plug-in, instead of double-clicking the installer in Explorer, please make sure to click the right mouse button on the file, and select “Run as Administrator” in the context menu.

    Thank you for using EmEditor!

    in reply to: Custom Configuration Syntax not Exporting all Keywords #8163
    Yutaka Emura
    Keymaster

    There was a related bug with several minor versions ago (v9.0x or v9.1x), so if this issue happend several minor versions ago, I believe it was fixed. If you don’t have any issues with newest version (v9.14 or 9.15), the issue shouldn’t happen again. However, if you still have the issue with the latest version, please don’t hesitate to ask me again. Thank you for posting your issues.

    in reply to: Custom Configuration Syntax not Exporting all Keywords #8161
    Yutaka Emura
    Keymaster

    I tried to reproduce your issue with EmEditor 9.14 and fresh Windows on Virtual PC, but I could not reproduce your issue. What I did was:

    1. I installed EmEditor Professional 9.14 on fresh Windows XP2 on Virtual PC.
    2. Run EmEditor, select Tools menu > Select Configuration > Define Configurations.
    3. Select SQL and click “Copy” button to create “SQL2” configuration.
    4. Double-click SQL2 to open SQL2 properties, and then click “Highlight (1)” tab.
    5. Click “Add” button to add a new keyword called “123”.
    6. Click “Export” button to export keywords, named as “test.esy”.
    6. Close all dialog boxes, and open test.esy. I saw all SQL keywords plus “123”.

    If my procedure is different from yours, please advise me. I want to reproduce your issue and fix that problem. Thank you.

    in reply to: Problem with version 9.14 x64 on Windows 7 #8160
    Yutaka Emura
    Keymaster
    in reply to: Problem with version 9.14 x64 on Windows 7 #8158
    Yutaka Emura
    Keymaster

    As I wrote in another thread, this will be fixed shortly. I am very sorry for inconvenience.

    Yutaka Emura
    Keymaster

    I reproduced this issue. It will be fixed in the next minor version. I am very sorry about this bug.

    in reply to: Tab bar corrupted when file name is of specific length #8152
    Yutaka Emura
    Keymaster

    You are right. I tried to adjust the width of the toolbar buttons for close buttons and the different font for bold type, etc, but it can still happen sometimes especially when you use the button style for the Tab Bar. I might try to adjust that again. Thank you.

    Yutaka Emura
    Keymaster

    I am not exactly sure what you mean. Can you describe the procedure you tried, step by step, please? I really want to reproduce your issue, and fix any bugs you encountered. Thank you.

    in reply to: CTRL + q no quotes, but the arrow to the right one #8147
    Yutaka Emura
    Keymaster

    For the current configuration, please make sure “Quote Character” is set to “>” in the General tab of configuration properties. If this is not set, you won’t see the “>” mark when you use CTRL + Q.

    in reply to: How to match multiple line by using regex in emeditor ?? #8146
    Yutaka Emura
    Keymaster

    Please check “Regular Expressions can Match new line characters” check box and enter 1 or more in the “Additional Lines to Search for Regular Expressions” text box in the Search tab of Customize dialog box.

    in reply to: Enhanced Suggestion #8143
    Yutaka Emura
    Keymaster

    Yes and no. Language syntax is same. External objects Excel use might be the same as EmEditor, like “Scripting.FileSystemObject” object to manipulate files and folders in the PC. However, internal object models are not same. So you will need to refer to EmEditor macro reference to write macros for EmEditor, and Excel help to write macros for Excel. I hope this answers your question. Please let me know if you have further questions.

    in reply to: Enhanced Suggestion #8141
    Yutaka Emura
    Keymaster

    > could some commands output show in the output box such as dos command?

    Beginning of v9, you can use the Output Bar for DOS command. By default, the External Tool includes Command Prompt tool. In the Command Prompt Properties, check “Use Output Bar”, and then you will see the command prompt box appears as the Output Bar. It is not exactly the same as Command Prompt window, so for example, it doesn’t support UP and DOWN arrows like the real Command Prompt window, and you will need to close the Output Bar manually when you finish using it (EXIT command will not close the Output Bar automatically).

    > I know there is a function to position the plugin bar on the left,right,top bottom, but i find there is still no enough space to fill up plugins. I suggest it can increase the plugin position for example left up,left bottom.

    I didn’t try to add the feature to stack multiple Custom Bars to one side. This will cause much increase of the file size. However, in the future, I might consider it again.

    > At last, i find the new version is not compatible with vi plugin. The emeditor always close accidently

    I assume you are talking about EmVi plug-in. I saw the author of this plugin release newer versions http://emvi.tistory.com/ . You might want to try the newest version of EmVi plugin if you haven’t. I will try it by myself when I have a time. Thank you!

    in reply to: Filtered view? #8139
    Yutaka Emura
    Keymaster

    You cannot just hide unimportant lines, unfortunately, but you can still extract lines that contain a specified string, and then view it as a separate document. Please try this macro:

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

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

    in reply to: Filtered view? #8137
    Yutaka Emura
    Keymaster

    Do you want to “view” or “edit”? You can do all sort of replacements using regular expressions. That is “edit”. If you just want to view your changes, you can, of course, edit the file, and then close EmEditor without saving the file. In this way, you are not going to modify the original file, but you can still hide unimportant parts of the file.

    To show you how to replace text using regular expressions, please show me an example file and how you want to change it to. Please let me know if you have further questions. Thanks!

    in reply to: Ability to search tabs by file name #8135
    Yutaka Emura
    Keymaster

    You are welcome! Please let me know if I can be any other help.

    in reply to: CDATA bug in Outline plugin #8134
    Yutaka Emura
    Keymaster

    You are welcome! Please let me know if you have any other questions. Thanks for the link!

    in reply to: Ability to search tabs by file name #8131
    Yutaka Emura
    Keymaster

    I will consider this feature in future versions. Thank you for your inputs!

    in reply to: CDATA bug in Outline plugin #8130
    Yutaka Emura
    Keymaster

    EmEditor does not take into account special cases like this. However, I might consider improving this behavior in future versions. Thank you for your inputs!

    in reply to: Fixed width as opposed to delimited #8127
    Yutaka Emura
    Keymaster

    You are welcome! I hope you find EmEditor useful!

    in reply to: Fixed width as opposed to delimited #8125
    Yutaka Emura
    Keymaster

    Unfortunately, there is no option like fixed width format. This might be a feature request. Just to remind you, the Sort feature can be used in any text files, not limited to CSV, TSV or DSV. If first x-column characters are the same across the entire document, you can still use the Sort feature for the entire document. If this is not the case, you might want to write a macro for this purpose. Please let me know if I can help you with writing such a macro. Thanks!

    in reply to: Task list #8123
    Yutaka Emura
    Keymaster

    You can write a macro for this purpose. You can find all lines that begin with TODO and write those lines to the Output Bar with the file name and line number. I will write one for you if you would like, so please let me know. :-)

Viewing 25 posts - 2,301 through 2,325 (of 3,662 total)