Recently Updated Plugins
Plugins updated:
7-September-10 |
PHPParser 1.3.0: -Dropped specific php 4 support.
-conditional expression (ternary/elvis) inspection :
a warning is created if true and false value are the same (very limited check).
-Added a warning when having $$ in code. While it may be wanted, it is usually a bug.<
-Updated to use JavaCC 5.0.
-Fixed parsing of use($x,...) in closure declaration
-fixed parsing of variables in String (#2935111)
-exception during parsing of $ in strings that happens sometimes (#2897416)
-added short ternary operator ($a = $b ?:$c) (#2461597)
-several parsing bug in class declaration
-several parsing bug in double quoted strings (#2944017)
-fixes in heredoc (#2855209)
-better type detection for cast expressions |
|
Plugins updated:
3-September-10 |
TaskList 2.2: Bug fix release
- Fix so php @todo tags are recognized.
- Fix for tracker 2922694, project tasks were not always loading.
- Added task count to task display. |
|
Plugins updated:
1-September-10 |
GitPlugin 0.1: Initial Release |
Javadoc 1.1: his release adds the ability to open the root index file of each configured api tree, rather than needing to search, if you want to simply browse available classes. A new action set is created for these actions, making it possible to add javadoc shortcuts to the toolbar and menus. |
MibSideKick 1.2.1: Fixed NPE when import paths doesn't exist
Fixed mib tree construction not being done in AWT Thread resulting in some exceptions when using Substance Look & Feel |
|
Plugins updated:
30-August-10 |
JDiffPlugin 3.1.1: This is a bug fix release of JDiffPlugin. All bug fixes are in the Patch implementation in the plugin. |
MenuEditor 0.4: This version of MenuEditor allows editing of the menu bar itself (e.g. adding new menus). The built-in menus cannot be removed, as they are required for normal operation, but they can be reordered.
Also updated the dependency on JDiffPlugin, to include some new bug fixes. |