IntelliJ Community . IntentionPlugin

 
IntentionPlugin 

HOME INDEX SEARCH CHANGES GO  

Description.

Various intentions (true/false toggle; xml empty tag toggle).

Screenshot (#701): http://www.intellij.org/twiki/pub/Main/IntentionPlugin/IntentionPluginScreenshot701.jpg

Warning.

This plugin uses non-published IDEA API.

Downloads, Bugs, RFEs:

http://sourceforge.net/projects/tz-ip/

How to deploy.

  • Copy the jar file (e.g. Intention.jar) to the plugins directory ($IDEA_HOME/plugins).
  • Restart IDEA.

Plugin Intentions in Ariadna.

IntentionPlugin.ShowIntentions action. By default it's mapped to Ctrl-Alt-Enter. There's no light bulb. You have to know where the intention is.

True/false toggle intentions.

In Java files:

true <--> false

Xml empty/regular tag toggle intentions.

In xml files:

<a/> <--> <a></a>

How to build.

  1. Specify the location of $idea.home in build.properties
  2. ant clean main.

History.

0.3.1 (#705, #833) - Jul 01, 2003

  • Bug [ 750650 ] NPE at PsiElementWrapper.findLeavesAt(PsiElementWrapper.java:27).

0.3 (#705, #818) - Jun 07, 2003

  • RFE [ 750406 ] xml intentions: <a/> <--> <a></a>.

0.2 (#701, #818) - May 30, 2003

  • RFE [ 746059 ] Support #818 (changed isAvailable method).

0.1 (#701, #816) - May 28, 2003

  • true/false toggle intention.
  • Ability to invoke plugin intentions in Ariadna builds.

-- TimurZambalayev - May 28, 2003

IntelliJPluginWebForm
IntelliJPluginName: IntentionPlugin
IntelliJPluginVersion: 0.3.1
IntelliJPluginVendor: TimurZambalayev
IntelliJPluginBinary: http://sourceforge.net/projects/tz-ip/
IntelliJPluginSource: http://sourceforge.net/projects/tz-ip/
IntelliJPluginClassification:
TopicClassification: IntelliJPluginPackage
TopicShortDescription: Various intentions (true/false toggle; xml empty tag toggle). Also there is an ability to invoke plugin intentions in Ariadna builds.
TestedOnOS: OsWin2K
ShouldRunOnOS: AnyOS

Attachment: sort Action: Size: Date: Who: Comment:
IntentionPluginScreenshot701.jpg action 4878 29 May 2003 - 02:54 TimurZambalayev  

e d i t a t t a c h r e f - b y d i f f s m o r e
Have ideas, requests, problems regarding this site? Send feedback.
Copyright © 2000-2003 by the contributing authors. All materials at intellij.org are the property of the contributing authors.