Menu

Eclipse Tiny Plugins / Blog: Recent posts

In Short: TextTools 2.3.0 is out

New in version 2.3.0 (2015-06-27):

  • add: ticket #1 Sum Hours To Add Field also for JIRA tasks.
Posted by Petr Bodnár 2015-06-27

In Short: TextTools 2.2.0 is out

New in version 2.2.0 (2014-05-24):

  • update: Sum Hours command - consider also 'en dash' like time separator in evaluated text.
  • add: changes.xml - insert current date into generated <action> element (previous alternative without date remains available too).</action>
  • update: changes.xml - don't escape quotes in the <action> element content.</action>

Thanks colleagues for their feedback :)

Posted by Petr Bodnár 2014-05-24

In short: Update site available

Good news :) Manual download of the individual Eclipse Tiny Plugins into the Eclipse dropins (or plugins if you are courageous) folder is no longer necessary. From now on you can use the standard Eclipse update site functionality for installing the plugins. The update site is to be found at this URL: http://sourceforge.net/projects/etinyplugins/files/update-site/.

Posted by Petr Bodnár 2013-09-08 Labels: update-site

Add Undo/Redo Support to Your SWT StyledText-s

Once again, I found a nice tool (namely the Regex Util plug-in, thanks for sharing! :)) for Eclipse, which is working well but is missing one fundamental feature...

For me, this feature is the wide-spread Undo-Redo functionality in text fields and areas. The fact that this functionality is missing is not really a bug of the plug-in, it's just that the SWT StyledText component which the plug-in utilizes simply doesn't support Undo-Redo.... read more

Posted by Petr Bodnár 2013-02-04 Labels: SWT StyledText undo redo