Forum Replies Created

Viewing 25 posts - 51 through 75 (of 3,699 total)
  • Author
    Posts
  • in reply to: Problems installing latest version #29822
    Yutaka Emura
    Keymaster

    The performance difference between the desktop installer and portable versions is not significant. The difference primarily stems from reading and writing settings to the INI files versus the Registry. If you use many macros requiring settings changes, then the desktop installer might be better; otherwise, there is not much difference in performance. I would recommend using the INI files if the location of settings is important to you.

    How many searches do you want to save?

    in reply to: Problems installing latest version #29818
    Yutaka Emura
    Keymaster

    You must uninstall the current version of EmEditor if it was installed per-computer. It could have been installed from another user, so please check Windows Settings – Installed Programs.

    However, if you are sure the current installation is per-user, please open **Registry Editor**, locate:

    
    HKEY_LOCAL_MACHINE\Software\EmSoft\EmEditor v3\Common
    

    and delete ModulePath in this key (or delete this whole key).

    The existence of this value determines if the current installation was per-computer.

    in reply to: Modifier key (ctrl alt shift) is / was pressed? #29805
    Yutaka Emura
    Keymaster

    v24.1.901 added the GetKeyState method to the Shell object.

    For example,

    
    bCtrlDown = shell.GetKeyState( 0x11 ) < 0;
    if( bCtrlDown ) {
        alert( "Ctrl key is down" );
    }
    else {
        alert( "Ctrl key is up" );
    }
    
    in reply to: Modifier key (ctrl alt shift) is / was pressed? #29796
    Yutaka Emura
    Keymaster

    I don’t think it is easy to find which keys are pressed at a certain time in macros. I will consider adding a new property or method to retrieve the keys pressed in macros in a future version.

    in reply to: How to use Output Bar Jump #29795
    Yutaka Emura
    Keymaster

    Please go to the Edit page of the Customize dialog, check Specify Tag Format using Regular Expressions, and enter :

    
    ^([\w\\\- \:\.&\$%~!\(\)]*?): line (\d+), col (\d+).*
    

    I noticed there was a bug while highlighting and clicking the hyperlink if the file path or line number contains the column number. I will fix this issue on the next version. If the clicking hyperlink does not work, please press F10.

    in reply to: How to use Output Bar Jump #29790
    Yutaka Emura
    Keymaster

    Hello,

    I am sorry for my late reply. Please select “Tag Links” on the View menu. If you can’t find this command, please go to Search Commands on the Help menu, and search for “Tag Links”.

    You can also press the F10 key to jump to the specified line even if tags are not hyperlinked.

    Thanks,

    in reply to: Active String: Add control modifier #29774
    Yutaka Emura
    Keymaster

    It might take some time, but I will think about this in the future. Meanwhile, you could write a macro to run on this event, and add a condition by the pressed key.

    in reply to: New Computer, transferring Emeditor settings #29720
    Yutaka Emura
    Keymaster

    Please go to the Shortcut page of the Customize dialog, and check Add a shortcut to the Context Menu in Explorer.

    in reply to: New Computer, transferring Emeditor settings #29713
    Yutaka Emura
    Keymaster

    I recommend not to change the install folder. However, if you need to change it, you must install it per computer.

    Please see 21. of the FAQ https://www.emeditor.com/support/

    By default, the Installation Type dialog in the Installer is disabled, and you cannot select the Everybody (all users) option. We recommend accepting the default per-user install because it will be safer and easier to update in the future. However, if you really need to select the Everybody (all users) option while installing EmEditor, you must specify MSIINSTALLPERUSER=”” option in the command line. For instance, if the EmEditor installation file is emed64_21.1.0.msi, you will need to press Win(⊞)+R keys to bring up the Run dialog box, and enter the following command:

    
    msiexec /i "(...path...)emed64_21.1.0.msi" MSIINSTALLPERUSER=""
    
    in reply to: New Computer, transferring Emeditor settings #29709
    Yutaka Emura
    Keymaster
    in reply to: Set a maximum width for CSV columns #29673
    Yutaka Emura
    Keymaster

    This option was added on v23.1.902. Thank you!

    in reply to: Set a maximum width for CSV columns #29669
    Yutaka Emura
    Keymaster

    I will consider adding this feature on the next preview version. Thank you!

    in reply to: Import Syntax button grayed out #29662
    Yutaka Emura
    Keymaster

    In the Display page of configuration properties, select “Comments” in the Specify Part. Select Text Color.

    in reply to: Import Syntax button grayed out #29660
    Yutaka Emura
    Keymaster

    I tried importing bash.esy, and comments like:

    # functions

    should be displayed in green.

    Please make sure the imported configuration is selected, and you should see the configuration name in the status bar. If you named the new configuration “bash”, you should see “bash” in the status bar. If you see “Text”, it means the configuration is not selected.

    If you want the “bash” configuration to be selected when you open a “*.sh” file, you should go to “Associate Configuration” in the Tools menu, click “New” to associate “*.sh” files with the “bash” configuration.

    in reply to: Import Syntax button grayed out #29656
    Yutaka Emura
    Keymaster

    I will make this Import button always enabled on the next version.
    Thank you,

    in reply to: Projects plug-in shows with horizontal scroll bar centred #29653
    Yutaka Emura
    Keymaster

    We’ve just released v23.1.901, which resolves this issue.

    in reply to: add a choice for long text wrap in CSV #29651
    Yutaka Emura
    Keymaster

    It is difficult to wrap a long text in a cell. You can use the Cell toolbar to visualize the long text cell.

    in reply to: Projects plug-in shows with horizontal scroll bar centred #29648
    Yutaka Emura
    Keymaster

    This behavior has not been changed for a long time. However, I’ll fix this on v23.1.901. Thank you.

    in reply to: The newline characters mark display problem #29637
    Yutaka Emura
    Keymaster

    I’ve fixed this issue on v23.0.914. Thank you!

    in reply to: Cannot Open Local Help v23.0.5 #29634
    Yutaka Emura
    Keymaster

    I’ve just released v23.0.913, which sets the Use Web Browser within EmEditor to view Help if available option turned off by default. Hopefully, this will resolve the issue.

    in reply to: Cannot Open Local Help v23.0.5 #29628
    Yutaka Emura
    Keymaster

    I couldn’t reproduce the issue. Before you bookmark the local help, how did you open the Help? Did you select Search Help Topics on the Help menu?

    in reply to: Cannot Open Local Help v23.0.5 #29625
    Yutaka Emura
    Keymaster

    Please go to the Help page of the Customize dialog box, and clear the Use Web Browser within EmEditor to view Help if available option. Please also check the Local Help option is set. With these settings, the local Help will be displayed in the default browser (such as Microsoft Edge, FireFox, or Chrome). Please note that, starting with version 23.0, the Help file format was changed from a single CHM file to multiple HTML files.

    in reply to: Cannot Open Local Help v23.0.5 #29623
    Yutaka Emura
    Keymaster

    Some issues related to the Help were fixed and improved on the latest preview version. Please update to the latest preview version, and let us know if you still see any issues. Thank you.

    in reply to: The problem of pressing ESC in CSV cell editing mode. #29609
    Yutaka Emura
    Keymaster
    in reply to: Web Help with “Web Browser within EmEditor” problem #29602
    Yutaka Emura
    Keymaster

    We will fix this issue on the next version. Thank you.

Viewing 25 posts - 51 through 75 (of 3,699 total)