Spring 2.5, Hibernate 3.2 and dom4j 1.6

May 18th, 2008

The Spring Framework documentation has been updated to version 2.5.4. The Hibernate documentation has also been updated to version 3.2.2.

Documentation has also been added for dom4j (version 1.6.1). The dom4j documentation is searchable with the alias dom4j. It has also been added to the default Java group (search alias java).

IntelliJ IDEA Plugin v1.1.4 Released

May 15th, 2008

I’ve released version 1.1.4 of the APIdoc IntelliJ IDEA plugin.

This release makes the plugin work again with proxies in IDEA 7.x. Thanks to Andreas Sahlbach for reporting this issue.

To upgrade, use the Plugin Manager within IntelliJ IDEA (version 7.0.3 or later).

IntelliJ IDEA Plugin v1.1.3 Released

March 10th, 2007

I’ve released version 1.1.3 of the APIdoc IntelliJ IDEA plugin.

This release fixes the handling of the Alt+A keyboard shortcut to prevent a NullPointerException occurring when the code editor wasn’t selected.

To upgrade, use the Plugin Manager within IntelliJ IDEA (version 5.0 or later).

Java SE 6 API Documentation

December 14th, 2006

The Java SE 6 API documentation has been updated to reflect the final release. The version 6 API is now used by default instead of version 5. To search the version 5 documentation, you can either prefix your searches with j2se5: or configure your own alias or group.

IntelliJ IDEA Plugin v1.1.2 Released

July 13th, 2006

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).

Joda Time Documentation

July 6th, 2006

The Joda Time API documentation has been added to the site.

It is searchable with the alias joda and has also been added to the default Java group (search alias java).

Spring Framework Documentation

January 26th, 2006

The Spring Framework API documentation has been added to the site.

The Spring documentation is searchable with the alias spring. It has also been added to the default Java group (search alias java).

Apache Torque Documentation

January 7th, 2006

I’ve added Javadocs for Apache Torque (both the Runtime and Generator APIs) to the site.

The Torque documentation is searchable with the alias torque. It has also been added to the default Java group (search alias java).

New version of APIdoc IntelliJ IDEA Plugin

January 5th, 2006

I’ve released a new version (1.1.0) of the APIdoc IntelliJ IDEA plugin.

This version supports proxy servers that require authenticaton. The proxy settings are now picked up from the general IDEA settings rather than being specified within the APIdoc plugin configuration.

The new release requires IDEA 5.0. You can upgrade using the IDEA plugin manager.

Two new options

October 15th, 2005

Two new options have been added to the Account Settings page.

You can now choose one alias to be a default. With a default selected, searches with no prefix will now search the docsets in your default alias rather than all the docsets in the system.

You can also now switch off the advert bar that normally appears at the bottom of documentation pages.