[ANN] SmartIntroducePlugin 0.9.1
Changes:
- Fixed assertion in build #957
- Plugin Master-Switch totally unchains the plugin's event handler
- Adapted configuration UI to recent UI-Designer
Note: This version is built against IDEA build #929 because this is
the last version that allows the use of Generics in certain plugins. See
http://www.intellij.net/tracker/idea/quickSearch?searchText=17708
The plugin runs fine for me in #957 though.
Sascha
Please sign in to leave a comment.
Should this plugin show up in the PluginManager? I'm not seeing it.
"Sascha Weinreuter" <sascha.weinreuter@NOSPAM-cit.de> wrote in message
news:bnjqds$mtk$1@is.intellij.net...
>
>
>
>
>
It was showing 'missing' apparently because I had an old version installed.
After installing the new version IDEA wouldn't start. The Plugin Manager had
downloaded the new one but the old one was still in the plugins dir. Removed
old one and everything is fine now.
"Brad" <brad.lane@pearson.com> wrote in message
news:bnk0p5$noq$1@is.intellij.net...
>
>
>
Same here...
"Brad" <brad.lane@pearson.com> wrote in message
news:bnk104$oqc$1@is.intellij.net...
installed.
had
Removed
>
See
>
>
Brad wrote:
>.. because I had an old version installed.
>After installing the new version IDEA wouldn't start. The Plugin Manager had
>downloaded the new one but the old one was still in the plugins dir. Removed
>old one and everything is fine now.
>
There is a related request :
http://www.intellij.net/tracker/idea/viewSCR?publicId=19833
plugin manager : smart handling of collisions due to versions
numbers in jars
In the meantime, authors should not put the version number in the jar
file name, as it - the version number - is in written ni plugin.xml, and
is displayed on the plugin site, and by the plugin manager.
Alain
Alain Ravet wrote:
Sorry about that, I didn't think about the problems with different file names
that were introduced by my new Ant build method. Won't happen again.
Sascha