-
Notifications
You must be signed in to change notification settings - Fork 36
Changelog
Pedro Gomes edited this page Apr 5, 2015
·
19 revisions
- revamped UI (work in progress by @tonyarnold)
- split/join lines with optional configurable separator (spaces by default)
- smarter code snippets (@author, @clipboard, @cursor, @date, @time expansions)
- actions supporting additional input arguments (example: duplicate line
n
times wheren
is a user defined value - Keyboard driven column mode selection (experimental)
- Keyboard driven non-contiguous selections
SaveSelection
LoadSelection
andClearSelection
can be used to mark/unmark non-contiguous blocks of text which can then be selected and operated on with other actions that operate on text -
XCSurroundLineWithTextSnippetAction
apply a pasteboard snippet to each line of the selection -
XCAddPrefixToTextAction
andXCAddSuffixToTextAction
applies a prefix/suffix to the text selection (supports multiple non-contiguous selections, applying the substitution to each one of them)
###v0.2 (2015-03-20)
-
CopyActiveDocumentDirectoryAction
andCopyActiveDocumentFilePathAction
generate notification center alerts on execution (experimental - may end up being too spammy) -
OpenActiveDocumentDirectoryInTerminalAction
-
CopyActiveDocumentDirectoryAction
-
CopyActiveDocumentFilePathAction
-
TrimWhitespaceAction
-
DeleteBlankLinesAction
-
SurroundWith
NSString with format template[NSString stringWithFormat:...]
template -
SurroundWith
code block template/* ... *
- Special hotkey support to present/dismiss the action bar (double press
CMD
) - Special hotkey support to repeat the last action (double press
ALT
)
- [FIX] Window positioning issues
###0.1 (2015-03-18)
- First public release