tIDE Changelog

What's new in tIDE 2.65

Nov 20, 2014
  • Mac OS X improvements. tIDE works fine on MacBooks.

New in tIDE 2.64 (Apr 15, 2014)

  • preferred and default jdk/jre feature.
  • new Java7 parser (in development).
  • checker framework 1.8.0 support (in development).
  • downgrade option.

New in tIDE 2.59 (Jul 9, 2013)

  • Improvements and support of the eclipse batch compile as alternative to javac.

New in tIDE 2.46 (Jul 25, 2012)

  • Libs exporting in /lib for clarity (thanks Mike Karas)
  • jdk8: jigsaw basic support
  • Project settings are now relative to the project's root
  • Findbugs 2.0.0 (one click download and install).
  • Proguard 4.7 (one click download and install).
  • PMD 4.3 (one click download and install).

New in tIDE 2.39 (Dec 16, 2011)

  • new WebStart explorer tool and several improvements in the tools and IDE.
  • Support for PMD 4.3.

New in tIDE 2.37 (Sep 23, 2011)

  • Changed Accelerators (quicker use on EEE): F9 to compile changed files and Shift+F9 to compile all.
  • F10 to execute the actual class, Shift+F10 for the project (if main defined)
  • Alt+U to run actual unit test, Alt+Shift+U to run all unit tests.
  • F11 to execute the selected method/field/constructor with tRun.
  • Improved java7 tools support.
  • A Log-likelihood word statistics & compare tool lets you discover relevant terms of your projects and compare them together.
  • tRun lets you launch methods, constructor and fields directly. Even private methods ! even non static ! The only requirement is to have an empty constructor (as for JUnit).
  • Usage: right click on any field or method in the editor and choose the tRun entry. or press Ctrl+F10 at caret. Standard parameters (String, int, Color, ...) are queried with intelligent defaults and remembered. Standard return values (String, Component, ...) are displayed.
  • Support for the MIT Type Checker Framework (including the JSR308 compiler). Lets you for example define List and ensure this contract at compile time !
  • Improved: Ant/JUnit/Cobertura integration.
  • Scratch project to start testcode with 0 config !

New in tIDE 2.28 (Feb 2, 2011)

  • A Log-likelihood word statistics & compare tool lets you discover relevant terms of your projects and compare them together.
  • tRun lets you launch methods, constructor and fields directly. Even private methods ! even non static ! The only requirement is to have an empty constructor (as for JUnit).
  • Usage: right click on any field or method in the editor and choose the tRun entry. or press Ctrl+F10 at caret. Standard parameters (String, int, Color, ...) are queried with intelligent defaults and remembered. Standard return values (String, Component, ...) are displayed.
  • Support for the MIT Type Checker Framework (including the JSR308 compiler). Lets you for example define List and ensure this contract at compile time !
  • Improved: Ant/JUnit/Cobertura integration.
  • Scratch project to start testcode with 0 config !