Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27977
    LTT
    Participant

    Is it possible to add methods for the color picker, so that one can view/edit more formats of color via a macro?

    The procedure is like this:
    Select a color string that EmEditor does not support (e.g. a BGR hex, or an integer, …)
    Run the macro, which retrieves the string, converts it to the parameter, and invokes the color picker.
    The user now can view/modify the color in the color picker.
    If modified, the color picker returns the value to the macro.
    The macro converts the format and writes the new string.

    Besides, the picker should be able to store the 16 custom colors.

    Thank you.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.