|
|
| Added: |
> > |
- Bug [ 750650 ] NPE at PsiElementWrapper.findLeavesAt(PsiElementWrapper.java:27).
|
| Changed: |
< < |
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="0.3"}%
| > > |
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="0.3.1"}% |
|
|
| Changed: |
< < |
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="For now there is only one simple intention: true/false toggle. Also there is an ability to invoke plugin intentions in Ariadna builds."}%
| > > |
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="Various intentions (true/false toggle; xml empty tag toggle). Also there is an ability to invoke plugin intentions in Ariadna builds."}% |
|
|
| Changed: |
< < |
| > > |
|
| Added: |
> > |
In xml files:
<a/> <--> <a></a>
|
| Added: |
> > |
- RFE [ 750406 ] xml intentions: <a/> <--> <a></a>.
|
| Changed: |
< < |
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="0.2"}%
| > > |
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="0.3"}% |
|
|
| Changed: |
< < |
For now there is only one simple intention: true/false toggle. Also there is an ability to invoke
plugin intentions in Ariadna builds.
| > > |
Various intentions (true/false toggle; xml empty tag toggle).
|
| Changed: |
< < |
If you want to try your intention with this (you may want to this if your code is compatible with Ariadna Open API),
all you need is to use
org.intellij.codeInsight.intention.IntentionManager and org.intellij.codeInsight.intention.IntentionAction
instead of
com.intellij.codeInsight.intention.IntentionManager and com.intellij.codeInsight.intention.IntentionAction
(very probably you'll just need to change "com" to "org" in import statements).
Your intentions will work as before in #816 (that is they will be registered with
com.intellij.codeInsight.intention.IntentionManager). Plus they'll work in Ariadna.
| > > |
In Java files:
true <--> false
|
|
|
| Added: |
> > |
- RFE [ 746059 ] Support #818 (changed isAvailable method).
|
| Changed: |
< < |
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="0.1"}%
| > > |
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="0.2"}% |
|
|
| Changed: |
< < |
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="For now there is only one simple intention: true/false toggle. Also there is an ability to invoke%_N_%plugin intentions in Ariadna builds."}%
| > > |
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="For now there is only one simple intention: true/false toggle. Also there is an ability to invoke plugin intentions in Ariadna builds."}% |
|
|
| Added: |
> > |
%META:TOPICINFO{author="TimurZambalayev" date="1054177200" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="TimurZambalayev"}%
For now there is only one simple intention: true/false toggle. Also there is an ability to invoke
plugin intentions in Ariadna builds.
Screenshot (#701): http://www.intellij.org/twiki/pub/Main/IntentionPlugin/IntentionPluginScreenshot701.jpg
This plugin uses non-published IDEA API.
Downloads, Bugs, RFEs:
http://sourceforge.net/projects/tz-ip/
- Copy the jar file (e.g. Intention.jar) to the plugins directory ($IDEA_HOME/plugins).
- Restart IDEA.
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.
If you want to try your intention with this (you may want to this if your code is compatible with Ariadna Open API),
all you need is to use
org.intellij.codeInsight.intention.IntentionManager and org.intellij.codeInsight.intention.IntentionAction
instead of
com.intellij.codeInsight.intention.IntentionManager and com.intellij.codeInsight.intention.IntentionAction
(very probably you'll just need to change "com" to "org" in import statements).
Your intentions will work as before in #816 (that is they will be registered with
com.intellij.codeInsight.intention.IntentionManager). Plus they'll work in Ariadna.
- Specify the location of $idea.home in build.properties
- ant clean main.
- true/false toggle intention.
- Ability to invoke plugin intentions in Ariadna builds.
-- TimurZambalayev - May 28, 2003
%META:FORM{name="IntelliJPluginWebForm"}%
%META:FIELD{name="IntelliJPluginName" title="IntelliJPluginName" value="IntentionPlugin"}%
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="0.1"}%
%META:FIELD{name="IntelliJPluginVendor" title="IntelliJPluginVendor" value="TimurZambalayev"}%
%META:FIELD{name="IntelliJPluginBinary" title="IntelliJPluginBinary" value="http://sourceforge.net/projects/tz-ip/"}%
%META:FIELD{name="IntelliJPluginSource" title="IntelliJPluginSource" value="http://sourceforge.net/projects/tz-ip/"}%
%META:FIELD{name="IntelliJPluginClassification" title="IntelliJPluginClassification" value=""}%
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginPackage"}%
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="For now there is only one simple intention: true/false toggle. Also there is an ability to invoke%_N_%plugin intentions in Ariadna builds."}%
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value="OsWin2K"}%
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value="AnyOS"}%
%META:FILEATTACHMENT{name="IntentionPluginScreenshot701.jpg" attr="" comment="" date="1054176840" path="C:\3\IntentionPluginScreenshot701.jpg" size="4878" user="TimurZambalayev" version="1.1"}% |
View
| Diffs | r1.7 | > | r1.6 | > | r1.5
| More
|
|