[ANN] JetStyle Plugin v0.02
I have uploaded a new version of JetSytle, a plugin that integrates
Checkstyle into IDEA
http://www.intellij.org/twiki/bin/view/Main/JetStylePlugin
New in this release:
Misc Bug Fixes
Using the PSI stuff to make the toolwindow tree look a bit more consistent
with the other IDEA toolwindows
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
opened docked and not sliding
Fixed highlighting in the Tree Cell Render
Added more configuration options under Project Properties
Scan ALL source files in a project
ToolWindow buttons are now real IDEA Actions
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.
Changed the display to show only the package with classname (no paths,
that's in tooltip for now)
For info on Checkstyle, visit http://checkstyle.sf.net
M
Please sign in to leave a comment.
Installing JetStyle Plugin v0.02 under IntelliJ Build 686, causes IntelliJ IDEA not to start anymore (it stops responding after the with the Splashscreen).
Note that I copied the actual checkstyle2.4 zip archive to IntelliJ\lib .
OS: W2K Pro
JDK: 1.4.1_01
Regards
Thomas G?lden
Munich, Germany
Never mind. Overlooked, that I had to extract the mentioned jar-archive out of the zip, instead of copying the zip-archive to the lib-folder only.
Thomas G?lden
Munich, Germany
Thomas G?lden wrote:
Sorry, I will make the README more clear in the future
M