Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

nojhan
Copy link

@nojhan nojhan commented Jan 10, 2022

  1. Adds single-letter shortcuts to the main commands.
    This is useful for people having difficulties typing, e.g. people with disabilities.
    This also allows for compact "functions", using the do and repeat commands with a string of letters
    (e.g. repeat("GLglGRgr",3).
    Those also serve as an introduction to loops and can be localized.

The letters command are designed to allow for grid drawing, both on straight and diagonal segments, for example:

  • a = small (straight) go, A = large (diagonal) go,
  • r/l = small (diagonal) turn, R/L = large (straight) turn.
  1. Localize every menus and command.
    Currently with a french translation, but uses gettext (the standard tool for internationalization),
    so can be easily ported to other languages.

1) Adds single-letter shortcuts to the main commands.
This is useful for people having difficulties to type, e.g. people with disabilites.
This also allows for compact "functions", using the `do` and `repeat` commands with a string of letters
(e.g. `repeat("GLglGRgr",3)`.
Those also serve as an introduction to loops and can be localized.

The letters command are designed to allow for grid drawing, both on straight and diagonal segments:
- a = small (straight) go, A = large (diagonal) go,
- r/l = small (diagonal) turn, R/L = large (straight) turn.

2) Localize every menus and commands.
Currently with a french translation, but uses gettext (the standard tool for internationalization),
so can be easily ported to other languages.
@cool-RR
Copy link
Member

cool-RR commented Jan 10, 2022 via email

@nojhan
Copy link
Author

nojhan commented Jan 10, 2022

No problem, I'll merge them myself in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants