Skip to content
Pedro Gomes edited this page Mar 24, 2015 · 19 revisions

next release

  • maybe some other stuff currently in flux :)
  • split/join lines with optional configurable separator (spaces by default)
  • actions supporting additional input arguments (example: duplicate line n times where n is a user defined value
  • revamped UI (work in progress by @tonyarnold)
  • Keyboard driven non-contiguous selections -- SaveSelection; LoadSelection; ClearSelection can be used to mark non-contiguous blocks of text which can then be selected and operated on with other actions
  • XCSurroundLineWithTextSnippetAction apply a pasteboard snippet to each line of the selection

###v0.2 (2015-03-20)

  • [ADD] CopyActiveDocumentDirectoryAction and CopyActiveDocumentFilePathAction generate notification center alerts on execution (experimental - may end up being too spammy)

  • [ADD] OpenActiveDocumentDirectoryInTerminalAction

  • [ADD] CopyActiveDocumentDirectoryAction

  • [ADD] CopyActiveDocumentFilePathAction

  • [ADD] TrimWhitespaceAction

  • [ADD] DeleteBlankLinesAction

  • [ADD] SurroundWith NSString with format template [NSString stringWithFormat:...] template

  • [ADD] SurroundWith code block template /* ... *

  • [ADD] Special hotkey support to present/dismiss the action bar (double press CMD)

  • [ADD] 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