Forum Replies Created

Viewing 25 posts - 2,351 through 2,375 (of 3,701 total)
  • Author
    Posts
  • 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. :-)

    in reply to: Scratch Pad Area #8121
    Yutaka Emura
    Keymaster

    How about automatic workspace with undo information? That way you don’t have to worry about saving untitled documents, and you can have one untitled document every time you launch EmEditor.

    But, if that doesn’t work, I might consider to create a Scratch pad plug-in in future versions.

    in reply to: How to STOP EmEditor from saving my workspace? #8119
    Yutaka Emura
    Keymaster

    Please select Customize on the Tools menu, and in the Window tab, select None from the Automatic Workspace drop-down list.

    in reply to: Native Linux support #8117
    Yutaka Emura
    Keymaster

    I don’t think it is possible to support Linux platform. I wouldn’t be able to afford resources for Linux development. The reality is more people request updates for Windows versions.

    in reply to: German x64 v9 #8113
    Yutaka Emura
    Keymaster

    Today, EmEditor Professional (German) (x64) is also available (v9.12). Enjoy!

    in reply to: I want to get the filename on "File Opened" event. #8110
    Yutaka Emura
    Keymaster

    It should be

    alert(editor.ActiveDocument.Name);

    in reply to: German x64 v9 #8108
    Yutaka Emura
    Keymaster

    I also uploaded the German Language Pack for Version 9. You can download it at:
    http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=17&lid=279

    Please see the note on the download page for the 64-bit program.

    in reply to: Search when no text is highlighted #8107
    Yutaka Emura
    Keymaster

    I am glad you solved the problem! :-)

    in reply to: Search when no text is highlighted #8105
    Yutaka Emura
    Keymaster

    Hi,

    Did you clear the “Use Word at Cursor in Find/Replace Dialog Box” check box in the Search tab of the Customize dialog box (on the Tools menu > Customize)?

    in reply to: German x64 v9 #8102
    Yutaka Emura
    Keymaster

    You can install the 32-bit version in x64 OS. However, I will build the 64-bit version German edition as well. Thanks!

    in reply to: Emeditor 9.10 registration code #8100
    Yutaka Emura
    Keymaster

    I don’t think your download was complete, and so some files are missing from the Zip file. You might want to clear temporary files for the browser, and then try downloading the file again. Please make sure the file size is 3,838,112 bytes for emed911ep32_portable.zip. I would also recommend you to download the installer version, and then check the digital signature after downloading the file. Then you can export the portable version from the installed EmEditor > Tools menu > Import and Export command.

    in reply to: Emeditor 9.10 registration code #8098
    Yutaka Emura
    Keymaster

    The version 9 doesn’t ask you to enter 16-digit numbers. It will ask you only a v9 registration key. So, I suspect your installation was not correct. You might want to extract the Zip file into a new folder (don’t extract over v8 folder). This way, you will make sure you are only running v9 files. Thanks!

Viewing 25 posts - 2,351 through 2,375 (of 3,701 total)