1 (edited by davidb 2015-01-06 22:28:56)

Topic: Keyboard shortcuts.

These keyboard shortcuts currently work, although they are not documented by Simply Fortran.

(There may be others; these are the ones I know work).

I know these are probably side-effects of the underlying editing component on Windows. However, you should consider documenting them as features because they can be very useful. Of course once you do this you will have to ensure these
shortcuts are not over-ridden by future shortcut definitions.

I think only the first two are currently documented (that I could find).

Indent Selected block                       Tab
Dedent Selected block                       Shift+Tab

Delete start of word                        Ctrl+Backspace
Delete end of word                          Ctrl+Delete
Delete to start of line                     Ctrl+Shift+Backspace
Delete to end of line                       Ctrl+Shift+Delete
Delete Line                                 Ctrl+Shift+L

Goto start of document                      Ctrl+Home
Goto end of document                        Ctrl+End
Goto start of line                          Alt+Home

Select to start of document                 Ctrl+Shift+Home
Select to end of document                   Ctrl+Shift+End
Selection block                             Alt+Shift+Arrowkey (also Alt+Mouse)
Extend selected block to start of line      Alt+Shift+Home
Extend selected block to end of line        Alt+Shift+End

Stay on same line and scroll window up      Ctrl+Up
Stay on same line and scroll window down    Ctrl+Down

(Have these printed out for reference on my desktop now.)

--
David