Practically Macro Changelog

What's new in Practically Macro 0.4.9

Jan 9, 2017
  • New Features:
  • Changed max number of times you can repeat a command in "Play command" to 10000 (apparently was 100)
  • Make Play command dialog remember checkboxes as a preference.

New in Practically Macro 0.4.8 (Aug 14, 2014)

  • New Features:
  • Added a second mark
  • Show mark positions during macro debug
  • Fixes:
  • Changed mark to not move if the inserted text is at the mark position. This seems like a more natural behavior that matches selection semantics.

New in Practically Macro 0.4.6 (Aug 12, 2014)

  • Fixes:
  • code folding caused problems with find/replace

New in Practically Macro 0.4.5 (Aug 12, 2014)

  • Fixes:
  • Shift+UpArrow, Shift+DownArrow and Ctrl+Backspace didn't work. Had to add those into my manual key handling.

New in Practically Macro 0.4.4 (Aug 12, 2014)

  • Fixes:
  • Bug when used on Eclipse 4.3 and 4.3.1 where certain commmon commands (like Copy) don't work correctly because of asynchronous processing of selection changes.

New in Practically Macro 0.4.2 (Aug 12, 2014)

  • Fixes:
  • Key bindings didn't work in Eclipse 4+. This was caused by some changes in Eclipse as part of the new architecture. I believe I have mostly hacked around the problem in a way that works in both Eclipse 3.x and 4.x, but it's possible I have missed something. The Eclipse bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=407749

New in Practically Macro 0.4.0 (Nov 12, 2012)

  • Fixes:
  • Find dialog while recording macro should now work in Eclipse 4.2 (Juno)

New in Practically Macro 0.3.4 Alpha (Sep 2, 2011)

  • Fixes
  • Defined macros should now be runnable via Ctrl+3

New in Practically Macro 0.3.3 (Nov 19, 2010)

  • Fixes:
  • Now prevent a hang that could happen if you executed the last macro while recording a new macro. The command "play last recorded macro" was recorded in addition to the contents of the macro.
  • Fixed recorded newlines to put the default line delimeter for the document in instead of either \r or \n.
  • Fixed problem with minimized console views (minimizing makes the view a Fast View). Now detect if the console view is minimized and don't "show" it if so. Showing it gives it focus, which interrupts the macro record or playback.
  • Improvements:
  • Some new icons that are much nicer looking than the old ones.