The SVGViewer plugin displays Scalable Vector Graphics (SVG) files in a ToolWindow. Allows you to edit the SVG content using IDEA and see the result of your labours immediately. All the hard work is done by Batik from the Apache XML Project.
- 1.5 Animated SVG files with embedded ECMAScript (aka JavaScript) now run OK. Had to extend a RhinoInterpreter that uses IDEAs class loader instead of the default class loader.
- 1.6 js.jar is now excluded from the distribution. You can get it from this TWiki, or from Mozilla.
- 1.7 Now views gif, jpg, png, and tif files as well - using some internal SVG
- 1.8 Added the SVG MineSweeper game sample from Batik.
- 1.9 Changed installation instructions to ensure batik-libs.jar and js.jar are copied to IDEAs jre\lib\ext directory. This makes them visible to IDEA's class loader (well, on my Win2000 system, pointing IDEA_CLASS_PATH to them no longer works...could be just me).
- 1.10 Added enable/disable plugin check box. See Options | IDE Settings | SvgViewer.
- 1.11 Minor refactoring.
- 2.0.30 Rework for IDEA 4.0 and Batik 1.5.1rc2
- 2.1.17 Added logging window. Handles hyperlinks sanely.
- 2.2.1 Added GUI user agent to handle prompts from scripts etc.
- 2.2.2 No new function - rework plugin.xml for Pallada.
- 2.2.4 Bug fix for Pallada 4.5.1RC1 (2235).
- 2.2.7 Bug fix for OS X users.
- 2.2.8 Adopted IntelliJ IDEA look and feel.
- Start IDEA and make sure you have some svg files in your project.
- Right-click an svg file in the project view and select "View Image". This will render the svg file in the SVGViewer tool window.
- Alternatively, double-click the svg file to edit it. This, too, will render the svg file.
- Changes you make to the svg source will be re-rendered automatically.
- Try pressing 'Shift' and dragging the right mouse button down and up the image in the SVGViewer tool window. This should zoom the image.
- Press 'Shift' and drag the image with the left mouse button to reposition the image in the tool window.
- You can rotate the image by pressing 'Ctrl' and dragging the right mouse button.
- Cursor up/down pans the image.
- Press the 'Refresh' icon to reload the image if necessary.
- Resize the tool window. The image is scaled to fit the window (as long as you have not already zoomed, panned, or rotated it).
| Plugin Author: | AndrewArmstrong |
| Plugin Version: | 26 Aug 2004 (2.2.8) |
| Change History: | |
| 26 Aug 2004 (V2.2.8): | Adopted IDEA look and feel |
| 24 Aug 2004 (V2.2.7): | Bug fix for OS X users |
| 17 Aug 2004 (V2.2.4): | Bug fix for Pallada 4.5.1RC1 (2235) |
| 10 Jul 2004 (V2.2.2): | Updated plugin.xml for Pallada |
| 20 Feb 2004 (V2.2.1): | Added GUI user agent |
| 19 Feb 2004 (V2.1.17): | Added logging window |
| 14 Feb 2004 (V2.0.30): | IDEA 4.0 and Batik 1.5.1rc2 |
| 29 Nov 2002 (V1.12): | Fixed icon |
| 28 Nov 2002 (V1.11): | Minor refactoring |
| 14 Aug 2002 (V1.1): | Initial version |
|
Related Topics: PluginDocumentation, ProjectPluginTemplate, OpenAPI, IntellijPluginDocumentation,
IntellijPluginDocumentation, PluginDeployment, IdeasForPlugins
-- TWikiGuest - 05 Jul 2008
|
|