CaretSonar v0.5 is available
http://www.intellij.org/twiki/bin/view/Main/CaretSonarPlugin
What's new :
-
- wave drawers are now separate (sub)plugins, stored in
../plugins/drawers-repository/
- usage of Java2D for drawing
=> more options, faster, looks better.
The original non java2D XOR drawers are still there.
- as they are now (sub)plugins, you can write your own sonar wave
drawers:
Download the project
QuickStart_writeYourOwnWaveDrawerPlugin05.zip
and follow the instructions.
Thanks to Andrew Armstrong for the Java2D code sample.
Alain Ravet
Attachment(s):
caretsonarv05.PNG
Please sign in to leave a comment.
...and one of the first (and possibly most bizarre) plugin plugins :)
http://www.intellij.org/twiki/pub/Main/CaretSonarPlugin/WateryTartDrawer.jar
Hello Alain,
why do the sonar lines look so thick in your screenshot.
When I hit CRTL-SHIFT-O, the lines are very thin and it
doens't really look very good. I even don't see a difference,
if I put the waterytartdrawer-plugin in the drawers-repository.
Is there a way to set options for this plugin?
ciao
Marc Salm
http://www.codebasket.de
--
My software never has bugs. It just develops random features.
Marc Salm wrote:
Go to project properties.Caret sonar, and play with the options.
You can change the line thickness, the color, ...
Some plugins default to a 1 pixel line, some don't.
Alain
Andrew Armstrong wrote:
> ...and one of the first (and possibly most bizarre) plugin plugins :)
That was fast, Andrew, congratulations.
(even if it almost made me sea-sick .)
Alain
Alain Ravet wrote:
>>Hello Alain,
>>why do the sonar lines look so thick in your screenshot.
>>When I hit CRTL-SHIFT-O, the lines are very thin and it
>>doens't really look very good. I even don't see a difference,
Ahhhh. great. I searched in IDEA properties, because I didn't think
it is project based.
ciao
Marc Salm
http://www.codebasket.de
--
My software never has bugs. It just develops random features.
Marc Salm wrote:
I should not be project based, but it was easier to make it that way.
I'll change it later. (adding this to the todo list)
Alain