Forum Replies Created

Viewing 25 posts - 426 through 450 (of 3,682 total)
  • Author
    Posts
  • in reply to: Csv property is not working #26539
    Yutaka Emura
    Keymaster

    >It seems Csv property is not working.
    >“Unspecified error” will occur on the 3rd line:

    A CSV format must be selected before you use the Csv property, otherwise “Unspecified error” will occur.
    We will fix the Help errors. Thanks,

    in reply to: EmEditor & WINE #26535
    Yutaka Emura
    Keymaster

    EmEditor should work with Linux + Wine. Please let me know if the latest version of EmEditor crashes with Wine.

    in reply to: Emeditor WINE support #26534
    Yutaka Emura
    Keymaster

    In v18.8.0, I fixed an issue with Ubuntu + Wine where EmEditor could crash during its launch. Please let me know if the latest version of EmEditor still crashes with Wine.

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

    In v18.8.0, I fixed an issue with Ubuntu + Wine where EmEditor could crash during its launch. Please let me know if the latest version of EmEditor still crashes with Wine.

    in reply to: Selection position issue if CSV delimiter length >1 #26532
    Yutaka Emura
    Keymaster

    This issue will be fixed on the next version. Thank you!

    in reply to: Customize Menus #26531
    Yutaka Emura
    Keymaster

    >4+:
    >Is it possible to underline the accelerator key, and show all the other “&”s in the menu?

    Please try “&&”.

    in reply to: automatically save workspace and search results document #26530
    Yutaka Emura
    Keymaster

    I can’t reproduce the issue.

    In order to reproduce the issue, can you please write a procedure to reproduce the issue so that I can test?

    Can you also please export your settings to registry (Tools menu, Import and Export, and select “Export all settings into a registry file”), and zip all the files including the AppData subfolder, and send it to me? (tech @ emurasoft.com)

    Thank you,

    Yutaka Emura
    Keymaster

    Hi Pangius,
    I reproduced this issue, and it will be fixed on v19.5.0. Thank you!

    in reply to: Customize Menus #26511
    Yutaka Emura
    Keymaster

    There was a bug in the Paste command. I will fix this issue on the next version (v19.5.0).

    in reply to: Snippet undo #26510
    Yutaka Emura
    Keymaster

    This will be addressed on v19.5.0.

    in reply to: eeShowTipCurrentMouse #26504
    Yutaka Emura
    Keymaster

    > ShowTip(“sTip”, eeShowTipCurrentMouse);
    > ** The tooltip blocks the mouse clicks.

    > Please add a note/list of such features in CHM for ShowTip method.

    >ShowTip(“sTip”, eeShowTipActiveString);
    >** If LineSpace >= 0, the underline of the Active String is covered by the top border of the tooltip.
    >Please move it down by 1 pixel.

    All these issues were addressed on the next version (v19.5.0).
    Thank you,

    in reply to: Pair, Enter #26503
    Yutaka Emura
    Keymaster

    This issue will be fixed on the next version.
    Thank you!

    in reply to: Start Window #26501
    Yutaka Emura
    Keymaster

    This will be fixed on the next version. Thank you!

    in reply to: Increase/Decrease Font Size #26500
    Yutaka Emura
    Keymaster

    I couldn’t reproduce 1. The sizes are not saved during adjusting except only when the CTRL key was depressed. However, I fixed another issue, please check the next version again.

    3. will be implemented on the next version.

    Also fixed a bug related to the Reset Font Size command.

    in reply to: What is a “solution”? Why both workspaces and projects? #26471
    Yutaka Emura
    Keymaster

    “Solutions” and “projects” are used for the Projects plug-in, while workspaces are used within the core of EmEditor. A solution is a group of projects, similar to Visual Studio solution. Does this make sense?

    in reply to: Missing a virtual space button #26470
    Yutaka Emura
    Keymaster

    Hello,
    You can write a macro like this:

    cfg = document.Config;
    general = cfg.General;
    general.VirtualSpace = !general.VirtualSpace;
    cfg.Save();

    then assign this macro as a keyboard shortcut or toolbar button.

    in reply to: How can I input a Unicode character? #26469
    Yutaka Emura
    Keymaster

    Hello,
    By default, you can press CTRL + SHIFT + I, or select the Edit menu – Advanced – Insert Special Character.

    in reply to: Click on selection border/corner #26465
    Yutaka Emura
    Keymaster

    We will fix these issues on the next version. Thanks!

    in reply to: Increase/Decrease Font Size #26464
    Yutaka Emura
    Keymaster

    We will implement these on the next version.

    in reply to: Macro #26463
    Yutaka Emura
    Keymaster

    Hi LTT,

    1. I fixed the issue with resetting the macros.

    2. The default macros list does not show IPTip.jsee, and that’s actually correct.

    3. I didn’t add the tooltip, but resizing the dialog box will show the full path on the next version.

    Thanks,

    Yutaka Emura
    Keymaster

    Hi LTT,
    This issue will be fixed on the next version. Thank you.

    in reply to: Breaking every line to the closest 80 characters #26461
    Yutaka Emura
    Keymaster

    Hi jic,

    Is this different from the Word Wrap feature?
    Please try Wrap by 80 characters with the Word Wrap turned on (default), select all text, and select “Edit” menu – “Convert Selection” – “Insert Newline Characters” or “Split Lines”.

    Yutaka Emura
    Keymaster

    >▲ Sorry I don’t get it. I don’t see any history/favorites item in it. How to save one into it? Do they have titles?

    I mean if I make search favorite features in the future, then I will add favorite items to the “>” menu. The feature has not been implemented yet. Sorry for confusion. Either way, I will think about favorite search features in the future.

    I am not sure why RSS doesn’t work, but it is a WordPress issue and beyond my responsibility.

    I am not sure about @ either.

    Yutaka Emura
    Keymaster

    Hello David,

    As for the row numbers you want at the first column, if you reorder items in the list, do you also want numbers to be reordered (like serial numbers), or do you want numbers stay at the same place (like Line Numbers)?

    If they are serial numbers, then numbers and titles can be combined into one column, and you can just put a number at the left of each title.

    Yutaka Emura
    Keymaster

    Thank you for checking. We will fix the English (U.K.) resource for the Rename command. I am sorry it was missing before.

Viewing 25 posts - 426 through 450 (of 3,682 total)