Skip to content

in the EDIT(Text edit field) the cursor still choose constants that we defined in the validator array which is not changeable. #247

Open
@HamidSaffari

Description

@HamidSaffari

Hi, Greeting.
Consider this example:
"
char* const hexDigit PROGMEM="0123456789ABCDEF";//allowed hexadecimal digits
char* const hexNr[] PROGMEM={"0","x",hexDigit,hexDigit};//validators
char buf1[]="0x11";//the edit target buffer
...
EDIT("Hex",buf1,hexNr,doNothing,noEvent,noStyle)
"
the cursor still choose constants that we defined in the validator array which is not changeable.
I think when editing if the cursor jumps "0","x" in above example it's better.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions