This plugin
- displays a sonar-like wave of circles around the caret
- [Ctrl-Shift][O] (default keymap)
- to change wave drawers, color, thickness, .. go to ProjectProperties.CaretSonar
How to write one ? Download the project QuickStart_writeYourOwnWaveDrawerPlugin05.zip, and follow the instructions.
- v0.5 :
- Java 2D api is now used (faster, more options)
- wave drawers are now subplugins
, stored in the idea/plugins/drawers-repository subdirectory.
- you can write your own sonar wave drawer :
Download the project QuickStart_writeYourOwnWaveDrawerPlugin05.zip , and follow the instructions.
- v0.4 :
- new stat. about waves timing, total and system load.
- v0.3 : bug fix
- drawing time is now substracted from the wave delay
- v0.2 : wave parameters are now configurable :
- speed (delay)
- shape (circle or square)
- number of waves, thickness, spacing
- v0.1 : initial version
- make preferences customisable (part of the sub-plugins)
- bug: stats display
- clean and make code available.
-- AlainRavet
|
|