Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26234
    LTT
    Participant

    1:
    I already have 8 formats. (And I can only add 8.)
    ** But the new “Pipe separated” format has been added as the 9th.
    ** The 9th format command does not work, no matter which format is there.

    If 9 is correct, “+ 7” should be “+ 8” now in these pages:
    emeditor_en.chm::/macro/editor/editor_querystringbyid.htm
    emeditor_en.chm::/cmd/edit/sv_mode.htm

    2:
    e.g. The 2nd format (TSV) is enabled.
    Open “Customize…” and move TSV format in the list.
    ** The view should keep using TSV, rather than the 2nd format.
    ** If the current format is deleted, I think the view should switch to Normal mode.

    Suggestion 1:
    The old commands 4459/4471/4476 (CSV/TSV/DSV) have been mapped to 22528/22529/22530.
    If still available, please map 4472 (Normal Mode) to 22527. So the ID’s will be all continuous, which will help make the macro code simpler in certain cases.

    Suggestion 2:

    <object tag="1" name="A B C" color="0"></object>
    <object tag="1" name="X" color="0"></object>

    When I use Space-SV to align the above text (for clearer view), I hope “Allow delimiters in double quotes” option can also work for “A B C” in such cases.
    The suggestion also covers the “Allow newlines in double quotes” option.

    #26238
    Yutaka Emura
    Keymaster

    Hello LTT,
    I will address these issue on the next version.
    Thank you,

    #26381
    LTT
    Participant

    Is it possible to implement the two suggestions?

    #26382
    Yutaka Emura
    Keymaster

    Suggestion 1 is not easy because of the compatibility issues with older version. I suggest you define a constant in your macros: such as:

    EEID_MODE_NORMAL = 4472;

    Suggestion 2: It is NOT actually a CSV format if a cell does NOT begin with a double quote. Allowing it will need a new option, and it will disable embedded newlines. I don’t want to make it too complicated.

    #26392
    LTT
    Participant

    >Suggestion 1 is not easy because of the compatibility issues with older version.

    Currently,
    4459 <=> 22528
    4471 <=> 22529
    4476 <=> 22530
    And the 3 old commands (on the left) still works.
    So it’s compatible with older versions.

    What I suggest is just like the above.
    Currently 22527 is not used yet, isn’t it?
    So let 22527 be the duplicate of 4472, and let 4472 still work.
    How about that?

    —————
    Suggestion 3:
    + Import/Export CSV formats in Customize:CSV dialog.

    —————
    A new issue:
    Customize: CSV:
    Copy/Paste commands do not work in “CSV Formats” list.

    #26404
    Yutaka Emura
    Keymaster

    Unfortunately, 22527 is already taken. It was not written in plugin.h before, but it will be noted in the new version.
    Suggestion 3 and the new issue were address in v19.3.94.
    Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.