Commit graph

11 commits

Author SHA1 Message Date
Ben Wells
9d89adb1a3 Seems better 2014-06-18 18:08:09 +10:00
AMiniLegend
57c63345ca Added "wrap" function:
"Wrap" will find the first blank line before and after a selection and use this range as a paragraph to wrap. The paragraph is split into words (space delimited) and the length of each word is used to make sure that a single line will not exceed the print margin (ruler) width. If a single word exceeds that width, the word is split.
2014-05-24 19:34:00 -04:00
Thomas Wilburn
d10791bbad Add an emergency reset menu item
Fixes #191
2014-05-03 15:55:38 -07:00
Thomas Wilburn
befba25f86 Added a 'trim whitespace' command and trigger it on save if enabled. Fixes #151 2014-03-05 08:52:48 -08:00
Thomas Wilburn
f5467f1b6c Add commands for "insert from file" and "word count". Fixed a bug where palette commands can't really
show status bar toasts.
Fixes #141.
2014-02-20 09:00:29 -08:00
Thomas Wilburn
57d2b986b5 Add Settings.pull() for modules that want to request configs asynchronously instead of blocking load 2014-01-20 22:10:06 -08:00
Thomas Wilburn
d61fb669a8 Added command binding for closing tabs to right
Also moved closeTab() function into a lambda, since it's confusing to
have both it and removeTab(), and the former only works with the context
menu anyway.
2014-01-11 23:57:34 -08:00
Thomas Wilburn
b1f6d95280 Broke saving via keyboard shortcut. 2013-12-16 17:21:22 -08:00
Thomas Wilburn
fd577ed1be JSON error. 2013-12-16 14:28:25 -08:00
Thomas Wilburn
979596e1bd Populate commands.json
Fixes #93
2013-12-16 14:25:00 -08:00
Thomas Wilburn
3dcbbbed66 Add commands.json for #93 2013-12-16 08:51:56 -08:00