<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: IntelliJ IDEA Plugin v1.1.2 Released</title>
	<atom:link href="http://blog.apidoc.org/2006/07/13/intellij-idea-plugin-v112-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.apidoc.org/2006/07/13/intellij-idea-plugin-v112-released/</link>
	<description>News for users of APIdoc</description>
	<pubDate>Tue, 06 Jan 2009 03:56:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phil</title>
		<link>http://blog.apidoc.org/2006/07/13/intellij-idea-plugin-v112-released/comment-page-1/#comment-1732</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sat, 10 Mar 2007 13:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apidoc.org/2006/07/13/intellij-idea-plugin-v112-released/#comment-1732</guid>
		<description>Version 1.1.3 is now available through the IntelliJ IDEA Plugin Manager.</description>
		<content:encoded><![CDATA[<p>Version 1.1.3 is now available through the IntelliJ IDEA Plugin Manager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.apidoc.org/2006/07/13/intellij-idea-plugin-v112-released/comment-page-1/#comment-1585</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 01 Mar 2007 23:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apidoc.org/2006/07/13/intellij-idea-plugin-v112-released/#comment-1585</guid>
		<description>This exception is caused by pressing Alt+A when you don't have the code window selected.

I've fixed the issue in a new release (version 1.1.3). This release is currently only available for manual installation at http://www.intellij.org/twiki/bin/view/Main/APIdocPlugin

At the moment, the IntelliJ Plugins site is not allowing uploads of new plugin versions. Once this is fixed, I'll upload the new version and make it available through the IDEA Plugin Manager.

Thanks for reporting the issue.</description>
		<content:encoded><![CDATA[<p>This exception is caused by pressing Alt+A when you don&#8217;t have the code window selected.</p>
<p>I&#8217;ve fixed the issue in a new release (version 1.1.3). This release is currently only available for manual installation at <a href="http://www.intellij.org/twiki/bin/view/Main/APIdocPlugin" rel="nofollow">http://www.intellij.org/twiki/bin/view/Main/APIdocPlugin</a></p>
<p>At the moment, the IntelliJ Plugins site is not allowing uploads of new plugin versions. Once this is fixed, I&#8217;ll upload the new version and make it available through the IDEA Plugin Manager.</p>
<p>Thanks for reporting the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: starkom</title>
		<link>http://blog.apidoc.org/2006/07/13/intellij-idea-plugin-v112-released/comment-page-1/#comment-1583</link>
		<dc:creator>starkom</dc:creator>
		<pubDate>Thu, 01 Mar 2007 12:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apidoc.org/2006/07/13/intellij-idea-plugin-v112-released/#comment-1583</guid>
		<description>Plug-in works incorrectly with IDEA 6.0.2 (build 6107):
On short-key plug-in window appears, but after closing it (by red cross button) I can't open it again. 
Window with error appears:
No message
java.lang.NullPointerException
	at org.apidoc.plugins.idea.ContextSearchAction.actionPerformed(ContextSearchAction.java:52)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.a(IdeKeyEventDispatcher.java:94)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.b(IdeKeyEventDispatcher.java:122)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:173)
	at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:113)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:184)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)</description>
		<content:encoded><![CDATA[<p>Plug-in works incorrectly with IDEA 6.0.2 (build 6107):<br />
On short-key plug-in window appears, but after closing it (by red cross button) I can&#8217;t open it again.<br />
Window with error appears:<br />
No message<br />
java.lang.NullPointerException<br />
	at org.apidoc.plugins.idea.ContextSearchAction.actionPerformed(ContextSearchAction.java:52)<br />
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.a(IdeKeyEventDispatcher.java:94)<br />
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.b(IdeKeyEventDispatcher.java:122)<br />
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:173)<br />
	at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:113)<br />
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:184)<br />
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)<br />
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)<br />
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)<br />
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)<br />
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
