Type |
Changes |
By |
|
Upgrade to Checkstyle 4.4. |
dennislundberg
|
|
Insert subversion id as @version in all Java source files. |
dennislundberg
|
|
Use the Maven 2 standard directory layout. |
dennislundberg
|
|
Move the source code to Subversion. |
dennislundberg
|
Type |
Changes |
By |
|
Upgrade to Checkstyle 4.1. Fixes 1431608
. Thanks to Mohit Kumar. |
dennislundberg
|
|
Adapted the Ant build to create its output in the same places as Maven. |
dennislundberg
|
Type |
Changes |
By |
|
Run Checkstyle only on files with ".java" suffix. Thanks to Alexander Syedin. |
dennislundberg
|
Type |
Changes |
By |
|
Works with IDEA 5.0. |
dennislundberg
|
|
Displays the number of files with errors, instead of the number of files that were scanned. |
dennislundberg
|
|
Major refactoring of the JetStylePlugin class. Moved all the GUI stuff to a new class JetStyleToolWindowPanel. |
dennislundberg
|
|
Added complete JavaDoc for the JetStylePlugin class. |
dennislundberg
|
|
Added JavaDoc on class level for all classes. |
dennislundberg
|
|
Improved the coding style:
renamed variables,
removed trailing whitespace,
adjusted whitespace around curlies and parenthesis,
corrected JavaDoc syntax,
shortened long lines. |
dennislundberg
|
Type |
Changes |
By |
|
Added null-checks in several places, to make sure that variables who are null are not used. Log an error if they are null. |
dennislundberg
|
|
Added logging on different levels to facilitate debugging. |
dennislundberg
|
|
Do not run Checkstyle on the default project. |
dennislundberg
|
|
Use a logger instead of System.out for debugging and to report exceptions. |
dennislundberg
|
|
Fix ArrayIndexOutOfBoundsException in JetStylePlugin.determineFilesToScan(): make sure that a file is selected before trying to get it. |
dennislundberg
|
|
Make sure that Checkstyle is spelled correctly everywhere. |
dennislundberg
|
|
Remove _self and getInstance() from JetStylePlugin because they might not work when multiple projects are open. |
dennislundberg
|
|
Remove the tab for configuration file properties. |
dennislundberg
|
|
Remove old unused configuration panels. |
dennislundberg
|
Type |
Changes |
By |
|
Added a split pane to the module configuration panel. |
dennislundberg
|
|
Cleaned up the layout of the configuration panel. |
dennislundberg
|
|
Make sure the TextField for the configuration file has a correct width, even if it is empty. |
dennislundberg
|
Type |
Changes |
By |
|
Use more icons. Thanks to Anders Magnusson. |
dennislundberg
|
|
A project web site. |
dennislundberg
|
|
Added a deploy target in the ant script. |
dennislundberg
|
|
Added Maven configuration. Maven is used to generate the web site, and can also be used to build the jar file. |
dennislundberg
|
|
Corrected spelling. |
dennislundberg
|
Type |
Changes |
By |
|
Updated to work with IDEA 4.5. |
gstamp
|
|
Download using the plugin manager. |
gstamp
|
|
Background scanning to window isn't blocked for large files. |
gstamp
|
|
Jump to source working. |
gstamp
|
|
Misc fixes. |
gstamp
|
Type |
Changes |
By |
|
Added support for Checkstyle 3.x. Thanks to Lars Kühne. |
intabulas
|
|
Support added for IntelliJ IDEA 4.0. |
jshiell
|
|
Misc Bug Fixes. |
intabulas
|
Type |
Changes |
By |
|
Using the PSI stuff to make the toolwindow tree look a bit more consistent with the other IDEA toolwindows. |
intabulas
|
|
Fixed a bug where the toolwindow was not pinning when opened. This when a tree node was clicked on the toolwindow would close. The window will now open docked and not sliding. |
intabulas
|
|
Fixed highlighting in the Tree Cell Render. |
intabulas
|
|
Added more configuration options under Project Properties. |
intabulas
|
|
Scan ALL source files in a project. |
intabulas
|
|
ToolWindow buttons are now real IDEA Actions. |
intabulas
|
|
AutoScroll to source implemented like the rest of IDEA. When selected, clicking on an error will navigate to that file (line and col). When disabled, double click on the item will perform the same task. |
intabulas
|
|
Changed the display to show only the package with classname (no paths, that's in tooltip for now). |
intabulas
|
|
Misc Bug Fixes. |
intabulas
|