Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve data and number input fields #32

Open
Dadido3 opened this issue Feb 16, 2017 · 0 comments
Open

Improve data and number input fields #32

Dadido3 opened this issue Feb 16, 2017 · 0 comments
Milestone

Comments

@Dadido3
Copy link
Owner

Dadido3 commented Feb 16, 2017

Create new gadget with option to choose between several input formats:
Formats:

  • Hexadecimal: 1A B2 55 FF or 1ABCDEF
  • Decimal: 26 178 85 255 or 28036591
  • Octal: 32 262 205 377 or 152746757
  • Binary: 0011010 10110010 10000101 11111111 or 1101010111100110111101111

Perhaps use prefixes to define the number system. Like $ or 0x for hexadecimal and % or 0b for binary numbers.

For numbers, accept SI prefixes (Also the binary IEC version: ki, Mi, Gi, Ti, ...) after the number.

@Dadido3 Dadido3 added this to the v.1.000 milestone Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant