Micropython-Editor icon indicating copy to clipboard operation
Micropython-Editor copied to clipboard

h version .82

Open DG12 opened this issue 3 years ago • 3 comments

Arranged to first show what you want to do : followed by the keystroke s. Use (more standard). [key] format. Better describe joining. Add some MacBook function key information Explain simple usage ( which I expect will not show when viewing with pye but that's OK.

Hope you think this is better. Not trying to use up your time :-)

DG12 avatar Jul 25 '22 22:07 DG12

Don't know why GitHub says: wants to merge 10 commits into... I only updated additional_documentation/h

DG12 avatar Jul 25 '22 22:07 DG12

Hello DG12. I added two commits to the editor. Changes:

  • Ctrl-PgUp and Ctrl-PgDn now cycles through the open files forth and back. Like Ctrl-W does in a single direction.
  • Alt-Home tags a location in a file.
  • Alt-PgUp and Alt-PgDn then cycle though the tagged locations, switching files as needed. That is helpful when working at various places in a longer file. The you can easily move between these places.

robert-hh avatar Aug 01 '22 11:08 robert-hh

I changed the key binding for tag location into Alt-Ins and added Alt-Home and Alt-End to cycle through places with changes, based on the Undo list. So five new key bindings and five functions.

robert-hh avatar Aug 03 '22 10:08 robert-hh