Contributed Plugins - OpenAPI
  This topic (IMHO) should be deprecated...see why by looking at IntelliJPluginPackage and adding the WebForm to your plugin topic instead. -- AndrewArmstrong - 29 Nov 2002
- GoToHack : pulls the Go To submenu items back into the main Editor popup menu, as in earlier versions of IDEA.
- ScratchPad : A Plugin that stores text clippings and notes on a per project basis.
- ChatPlugin: A Plugin that provides real-time LAN chat from within the IDE.
- OneInstance: A Plugin to make file assotiations with IntelliJ and it denied dublicate instance runing.
- HtmlTools: Operations useful when working with HTML content
- TextTools: Operations useful when working with Text content
- MirrorPlugin: Mirrors changes to your source tree. Useful for generating JUnit test skeletons.
- IdeaJad: Plugin for the decompiler jad.
- JDependPlugin: This plugin allows you to analyze your architecture.
- ImagePreview: A Plugin that lets you view images from the project pane
- DiffFilePlugin: A quick and dirty Plugin for viewing the differences between the edited file and any other file.
- HiLightTool: Allows you to paste a stacktrace into the message window to get syntax hilighting
- -- Kevin.ORegan - 08 Aug 2002
- SQLViewer: allows the viewing of any JDBC compliant database including adhoc queries
- -- James.Birchfield - 19 Aug 2002
- TimestampPlugin: Allows you to insert a comment containing a user-defined string plus the current time into an edit window
- WorkspacesPlugin: Enables you to create and manage named groups of files, or "workspaces".
- ToggleCharacterCase: When there's no selection, this action toggles the case of the character immediately following the caret and moves the caret to the position immediately after the changed character. When there is a selection, it toggles the case of each selected character individually.
- ColorChooserPlugin: generate java code like 'Color c = new Color (1,2,3) from a color chosen in a graphical window.
- ToolbarManager: Allows you to manage the actions that appear in IDEA's main toolbar.
- SQLQueryPlugin: Execute SQL statements directly from IDEA. Manages multiple open queries and database connections. Browser for database structure.
- PrependAppend: Provides a way to easily prepend and append one or more characters to the beginning or end of lines.
- XPathViewPlugin: Evaluate XPath expressions in XML documents opened in IDEA.
- CopyFQNPlugin: Simple plugin to copy Fully Qualified Name of the class under the cursor.
- PluginManager: provides an interface to view all installed and available plugins and to download available plugins.
- JBossIntegration: Run and Debug from within IDEA Using JBoss 3.0.x with Integrated Jetty 4.x servlet engine. (Catalina integration coming soon)
- ToStringPlugin: Simple action to generate public toString() method for valuebeans to dump it's fields.
|
|