IntelliJ IDEA Plugin v1.1.2 Released
I’ve just released version 1.1.2 of the APIdoc IntelliJ IDEA plugin. This improves the handling of HTTP proxy servers that use NTLM authentication.
In previous versions, if a proxy advertised that it supported NTLM authentication, then the request would fail (even if the proxy also supported Basic or Digest authentication methods).
Version 1.1.2 now supports the older NTLMv1 authentication method and will prefer to use Digest or Basic authentication if they are advertised.
As before, the proxy details should be set up in the IntelliJ IDEA General config section. If a domain is required to authenticate with NTLM, it can be specified in the username, for example, DOMAIN\username.
To upgrade, use the Plugin Manager within IntelliJ IDEA (version 5.0 or later).
March 1st, 2007 at 12:35 pm
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)
March 1st, 2007 at 11:06 pm
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.
March 10th, 2007 at 1:30 pm
Version 1.1.3 is now available through the IntelliJ IDEA Plugin Manager.