Skip to content
Pedro Gomes edited this page Apr 5, 2015 · 19 revisions

next release

  • 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 where n is a user defined value
  • Keyboard driven column mode selection (experimental)
  • Keyboard driven non-contiguous selections
    SaveSelection LoadSelection and ClearSelection 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 and XCAddSuffixToTextAction 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 and CopyActiveDocumentFilePathAction 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
Clone this wiki locally