Skip to content

Commit

Permalink
update docs for 2.3.0/1.7.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ervandew committed Jul 20, 2013
1 parent 5e927b7 commit 68aa9fb
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
43 changes: 43 additions & 0 deletions doc/content/changes.rst
Expand Up @@ -16,6 +16,49 @@
History of Changes
==================

.. _2.3.0:
.. _1.7.17:

2.3.0 / 1.7.17 (Jul. 21, 2013)
------------------------------

Java:
- :ref:`:NewJarEntry <:NewJarEntry_java>` now accepts up to 3 arguments
allowing you to create the jar entry with the path to the jar, path to the
source, and the path to the javadocs.
- On javadoc search, all results, including results found in jar files, will
be fully translated to usable urls to be opened by vim instead of sending
jar results back to eclipse to let it open them. With this change your
chosen brower on the vim side will always be used.
- Fix for import grouping by package on Kepler.

Php:
.. warning::

**Reminder:** The format of the h2 database used for php searching and code
completion has changed in **Kepler** which may result in searching / code
completion not returning any results, both in eclim and in the standard
eclipse php editor. To fix this you'll need to stop eclipse, remove the old
index, and then restart:

::

$ rm -r <your workspace>/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2/

Scala:
- Updated to require 3.0.1 of the Scala IDE which now supports Kepler (for
eclim 2.3.0 only). Since this version of the Scala IDE seems to only support
Scala 2.10.x now, the option to install 2.9.x version has been removed,
however the indigo release of eclim (1.7.17) still supports the Scala 2.9.x
version of Scala IDE 3.0.0.

Xml:
- :ref:`:XmlFormat <:XmlFormat>` now uses the DOM3 APIs to improve the
formatted result, honoring your ``textwidth`` and indent settings.

| :gitlog:`Git Log (2.3.0) <2.2.7...2.3.0>`
| :gitlog:`Git Log (1.7.17) <1.7.16...1.7.17>`
.. _2.2.7:
.. _1.7.16:

Expand Down
10 changes: 10 additions & 0 deletions doc/content/index.rst
Expand Up @@ -123,6 +123,16 @@ What's New?
:description: Latest news for eclim (eclipse + vim).
:end-before: end-rss

Jul. 21, 2013
-------------

The focus of this release is to bring eclim fully up to date for Eclipse Kepler
support. While the 2.3.0 release of eclim should still work fine on Juno, eclim
will no longer officially support that version of Eclipse.

- :ref:`Eclim 2.3.0 <2.3.0>` for Eclipse 4.3 (Kepler).
- :ref:`Eclim 1.7.17 <1.7.17>` for Eclipse 3.7/3.8 (Indigo).

Jul. 14, 2013
-------------

Expand Down

0 comments on commit 68aa9fb

Please sign in to comment.