:orphan: .. Copyright (C) 2005 - 2020 Eric Van Dewoestine This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Eclim Changes Archive ===================== .. _2.2.5: .. _1.7.13: 2.2.5 / 1.7.13 (Nov. 25, 2012) ------------------------------ Eclim: - 1.7.13 and above will now support Eclipse 3.8 as well as 3.7. - Fix :ref:`:ProjectGrep <:ProjectGrep>` and :ref:`:ProjectTodo <:ProjectTodo>` to search in all of the project's links as well. - Other minor bug fixes. | :gitlog:`Git Log (2.2.5) <2.2.4...2.2.5>` | :gitlog:`Git Log (1.7.13) <1.7.12...1.7.13>` .. _2.2.4: .. _1.7.12: 2.2.4 / 1.7.12 (Nov. 18, 2012) ------------------------------ Eclim: - Updated :ref:`:ProjectTree <:ProjectTree>` and :ref:`:ProjectTab <:ProjectTab>` to support an arbitrary directory as an argument, allowing you to use the command for project's not managed by eclipse/eclim. :TreeTab has been removed since the update to :ProjectTab makes it redundant. - Creation of projects in nested directories in the eclipse workspace (vs at the root of the workspace) is now properly supported through eclim. Android: - Updated for ADT 21.0.0. C/C++: - Fix placement of some error markers. Php: - Some indentation fixes. | :gitlog:`Git Log (2.2.4) <2.2.3...2.2.4>` | :gitlog:`Git Log (1.7.12) <1.7.11...1.7.12>` .. _2.2.3: .. _1.7.11: 2.2.3 / 1.7.11 (Oct. 19, 2012) ------------------------------ Eclim: - Fixes execution of eclim commands from vim on Windows when using the external nailgun client (vs the python client). | :gitlog:`Git Log (2.2.3) <2.2.2...2.2.3>` | :gitlog:`Git Log (1.7.11) <1.7.10...1.7.11>` .. _2.2.2: .. _1.7.10: 2.2.2 / 1.7.10 (Oct. 07, 2012) ------------------------------ Eclimd: - Updated eclimd script for Linux/OSX to supply reasonable defaults for heap and perm gen space if not already set by ~/.eclimrc. C/C++: - Fixed C++ project creation to auto add the required C nature. - Fixed C/C++ issues introduced by the eclipse 4.2.1 release (project create/refresh and call hierarchy). Java: - :JavaImportSort, :JavaImportClean, and :JavaImportMissing all removed in favor of a new command which performs the functionality of all three: :ref:`:JavaImportOrganize <:JavaImportOrganize>` - The vim option g:EclimJavaImportExclude has been replaced with the eclim setting :ref:`org.eclim.java.import.exclude `. - The vim option g:EclimJavaImportPackageSeparationLevel has been replaced with the eclim setting :ref:`org.eclim.java.import.package_separation_level `. - g:EclimJavaBeanInsertIndexed vim variable removed in favor of suffixing :JavaGetSet methods with '!'. - :JavaCorrect, :JavaImpl, :JavaDelegate, :JavaConstructor, and :JUnitImpl all now perform their code manipulations using eclipse operations. - Initial support added for running :JavaSearch commands from source file results (library source files) not in a project. - g:EclimJavaCheckstyleOnSave replaced with the eclim setting :ref:`org.eclim.java.checkstyle.onvalidate `. - g:EclimJavaSrcValidate renamed to g:EclimJavaValidate. - :JUnitExecute replaced with a new and improved :ref:`:JUnit <:JUnit>` command. - Added the command :ref:`:JUnitFindTest <:JUnitFindTest>` to open the corresponding test for the current file. - Removed :Javac command since eclipse's continuous incremental builds typically make the :Javac call a no op, and in cases where you need to induce compilation, :ref:`:ProjectBuild <:ProjectBuild>` does so in a language agnostic way. - Added :ref:`:JavaMove <:JavaMove>` command to move a java source file from one package to another. - Added :ref:`:JavaDocPreview <:JavaDocPreview>` to display the javadoc of the element under the cursor in vim's preview window. | :gitlog:`Git Log (2.2.2) <2.2.1...2.2.2>` | :gitlog:`Git Log (1.7.10) <1.7.9...1.7.10>` .. _1.7.9: 1.7.9 (Sep. 09, 2012) --------------------- Scala: - Add support for scala code completion, code validation, and element definition searches. :gitlog:`Git Log (1.7.9) <1.7.8...1.7.9>` .. _2.2.1: .. _1.7.8: 2.2.1 / 1.7.8 (Sep. 01, 2012) ----------------------------- Documentation: - Redesigned the eclim website using the `sphinx bootstrap theme `_. - Reorganized many of the docs to consolidate similar features to hopefully make them easier to find and make the docs less sprawling. - Improved the translation of the docs to vim help files. Android: - Eclim now has support for creating android projects. Java: - Fixed searching for JDK classes on OSX. - Added support for searching for inner classes and their methods. - Fixed remaining tab vs spaces indenting related issues with code added via eclipse. Vimplugin: - Fixed disabling of conflicting Eclipse keybindings on Juno while the embedded vim has focus (fixes usage of Ctrl+V for blockwise visual selections). | :gitlog:`Git Log (2.2.1) <2.2.0...2.2.1>` | :gitlog:`Git Log (1.7.8) <1.7.7...1.7.8>` .. _2.2.0: .. _1.7.7: 2.2.0 / 1.7.7 (Aug. 07, 2012) ----------------------------- Eclipse: - Eclim 2.2.0 and above now requires Java 6 or later. - Eclim 2.2.0 and above now requires the latest version of eclipse (Juno, 4.2). Eclimd: - Updated eclimd script to always set the jvm architecture argument, preventing possible issue starting eclimd on OSX if the default architecture order of the java executable doesn't match the eclipse architecture. C/C++: - Semantic errors are now included in the validation results. - Added folding support to C/C++ call hierarchy buffer. - :ref:`:ProjectRefresh <:ProjectRefresh>` now waits on the C/C++ indexer to finish before returning focus to the user. - Fixed auto selecting of the tool chain when creating C/C++ projects from eclim. - Fixed :CCallHierarchy from possibly using a cached version of the file resulting in incorrect or no results. Java: - Fixed inserted code from :ref:`:JavaCorrect <:JavaCorrect>` when file format is 'dos'. - Fixed off by one issue prevent several code correction suggestions from being suggested. Ruby: - Fixed to prompt for the path to the ruby interpreter if necessary when importing a ruby project or adding the ruby nature to an existing project. Vimplugin: - Fixed executing of some operations when vim is currently in insert mode (opening new file from eclipse in a new external vim tab, using "Save As" from eclipse, and jumping to a line number from the project tree etc.) | :gitlog:`Git Log (2.2.0) <1.7.6...2.2.0>` | :gitlog:`Git Log (1.7.7) <1.7.6...1.7.7>` .. _1.7.6: 1.7.6 (Jun. 07, 2012) ---------------------- Bug Fixes: - Couple other minor bug fixes. Installer: - Fixed install location of eclim's vim help files (broken in the previous release). :gitlog:`Git Log (1.7.6) <1.7.5...1.7.6>` .. _1.7.5: 1.7.5 (Jun. 03, 2012) ---------------------- .. note:: This release is not compatible with Eclipse Juno (4.2). The next major release of eclim (2.2.0) will be built for Juno. Installer: - Added :ref:`uninstall ` support to the eclim installer. - Updated the installer to fully embrace eclipse's provisioning framework (p2). Common: - Added :ref:`:ProjectTreeToggle <:ProjectTreeToggle>`. Vimplugin - Fixed key binding conflict handling to not inadvertently switch your key binding scheme back to the default scheme. Java: - Added support for importing the necessary type during code completion. - Improved location of a project's main class for the :ref:`:Java <:Java>` command, when not explicitly set. :gitlog:`Git Log (1.7.5) <1.7.4...1.7.5>` .. _1.7.4: 1.7.4 (Apr. 22, 2012) ---------------------- Bug Fixes: - Fixed possible NPE saving eclim settings. - Several other small bug fixes. C/C++: - Fixed code completion by disabling the use of temp files. Java: - Fixed :Java on windows as well as handling of stdin for ant 1.8.2+. :gitlog:`Git Log (1.7.4) <1.7.3...1.7.4>` .. _1.7.3: 1.7.3 (Mar. 18, 2012) ---------------------- Bug Fixes: - Lots of various bug fixes. Common: - Added :ref:`:ProjectBuild <:ProjectBuild>` to build the current or supplied project. - Updated :ref:`:ProjectProblems <:ProjectProblems>` to support optional bang (`:ProjectProblems!`) to only show project errors. - Updating eclipse's :doc:`local history ` when writing in vim is now only enabled by default when gvim is opened from the eclipse gui. C/C++: - Fixed project creation issue encountered on some systems. Java: - Added project settings for specifying default jvm args for :ref:`:Java <:Java>` and default args for :Javac. - Code inserted by :ref:`:JavaConstructor <:JavaConstructor>`, :ref:`:JavaGetSet <:JavaGetSet>`, :ref:`:JavaImpl <:JavaImpl>`, :ref:`:JavaDelegate <:JavaDelegate>`, and :ref:`:JUnitImpl <:JUnitImpl>` is now formatted according to the eclipse code formatter settings configured from the eclipse gui. Maven: - Now when saving your pom.xml file your .classpath will be :ref:`auto updated ` with the dependencies found in your pom.xml. Php: - Now handles completion from within php short tags. :gitlog:`Git Log (1.7.3) <1.7.2...1.7.3>` .. _1.7.2: 1.7.2 (Sep. 10, 2011) ---------------------- Bug Fixes: - Various small bug fixes. Installer: - Fixed deadlock on the vim install dir pane for java 7. Eclipse: - Disabled listening for change events on embedded gvim. Should fix most causes of gvim crashing. - Other improvements for embedded gvim support. Eclimd: - Improved OSX detection. - Fix for passing jvm args to java when supplied as args to eclimd script. Java: - Fix passing of dash prefixed :Java args (ex. -p) to the class to be run. Php: - Improved completion of magic properties. - Support new php 5.3 version in pdt. :gitlog:`Git Log (1.7.2) <1.7.1...1.7.2>` .. _1.7.1: 1.7.1 (Jul. 02, 2011) ---------------------- Bug Fixes: - Fixed `org.eclipse.swt.SWTError: Not implemented [multiple displays]` error when starting the eclipse gui after running eclimd. Eclipse: - Enable vim embedding on Solaris, AIX, and HP-UX versions of eclipse. :gitlog:`Git Log (1.7.1) <1.7.0...1.7.1>` .. _1.7.0: 1.7.0 (Jun. 26, 2011) ---------------------- Bug Fixes: - Bug fixes for eclipse 3.7 (Indigo) compatability. - Other bug fixes. Eclipse: - Eclim now requires the latest version of eclipse (Indigo, 3.7). :gitlog:`Git Log (1.7.0) <1.6.3...1.7.0>` .. _1.6.3: 1.6.3 (Apr. 16, 2011) ---------------------- Bug Fixes: - Fixed bug where one or more closed projects would prevent working with open projects. - Other small bug fixes. Installer: - Prevent possible OutOfMemoryError when invoking eclipse to install plugin dependencies by setting a larger heap space. Java: - Added :ref:`:JavaClasspath <:JavaClasspath>` to echo the project's current classpath. :gitlog:`Git Log (1.6.3) <1.6.2...1.6.3>` .. _1.6.2: 1.6.2 (Feb. 26, 2011) ---------------------- Bug Fixes: - Fixed to use %USERPROFILE% on windows to retrieve the user home (fixes several possible issues including "Unable to determine your eclipse workspace"). - Various other bug fixes. Common: - Added rudimentary auto generated menu items for gvim (can be disabled via :ref:`g:EclimMenus `). - Added support for displaying :ref:`project info <:ProjectInfo>` vim's status line (contributed by `Brendan W. McAdams `_). C/C++ - Updated context search to greatly improve performance in some cases. Python: - Updated all embedded python logic to be compatible with python 2.6 and higher. .. note:: Support for vim embedded python 2.5 or less no longer supported. Other: - All relative commands (:SplitRelative, :EditRelative, etc), along with :Split and :Tabnew broken out from eclim to http://github.com/ervandew/relative. - Archive viewing support broken out from eclim to http://github.com/ervandew/archive. - Maximize/Minimize vim window support broken out from eclim to http://github.com/ervandew/maximize. - Sgml (html, xml, etc.) end tag completion broken out from eclim to http://github.com/ervandew/sgmlendtag. - Vcs support broken out from eclim to http://github.com/ervandew/vcs. - Taglist support broken out from eclim to http://github.com/ervandew/taglisttoo. - Regex testing support (:JavaRegex, :PythonRegex) broken out from eclim to http://github.com/ervandew/regex. - Vim script help lookup along with user defined variable/command/function definition/references lookup support broken out from eclim to http://github.com/ervandew/lookup. :gitlog:`Git Log (1.6.2) <1.6.1...1.6.2>` .. _1.6.1: 1.6.1 (Oct. 23, 2010) ---------------------- Bug Fixes: - Fix for :ref:`:ProjectProblems <:ProjectProblems>` command when any filters have been set from the eclipse gui. - Merged in JRuby's improvements to nailgun's build scripts to increase compatibility with more platforms. - Updated the installer and eclimd to not use the eclipse binary and instead run the launcher jar directly. Removes the need to locate the binary which varies by platform and some eclipse distributions, and fixes issues with options located in the eclipse.ini that are only supported by the IDE app. - Various other bug fixes. Eclim: - Add workspace locking to prevent colliding with other running eclipse instances on the same workspace. Common: - Added a :TreeTab command like :ref:`:ProjectTab <:ProjectTab>` but for any arbitrary directory. - Added a :ref:`:BuffersToggle <:BuffersToggle>` command to toggle whether the eclim buffers windows is open or closed. - Refactored Vcs support, including a new :VcsLog layout. .. note:: Support for cvs and subversion have been discontinued. Python: - Upgraded included rope version to 0.9.3. - Improved the detection of the completion entries types. Php: - Fixed validating php files in eclipse 3.6.1. :gitlog:`Git Log (1.6.1) <1.6.0...1.6.1>` .. _1.6.0: 1.6.0 (Aug. 01, 2010) ---------------------- Bug Fixes: - Several bug fixes for eclipse 3.6 (Helios) compatability. - Various other bug fixes. Eclipse: - Eclim now requires the latest version of eclipse (Helios, 3.6). Common: - :ref:`:ProjectTree <:ProjectTree>` now supports eclipse resource links. :gitlog:`Git Log (1.6.0) <1.5.8...1.6.0>` .. _1.5.8: 1.5.8 (Jun. 26, 2010) ---------------------- Bug Fixes: - Fixed possible NPE during installation when one or more eclim dependent eclipse features needs to be upgraded. - Fixed code completion and search for php as well as search for ruby, all of which were all affected by dltk module caching introduced in galileo SR2. :gitlog:`Git Log (1.5.8) <1.5.7...1.5.8>` .. _1.5.7: 1.5.7 (Jun. 20, 2010) ---------------------- Bug Fixes: - Fixed launching of MacVim from the eclipse gui. - Various other bug fixes. Installer: - The installer has undergone some extensive changes to make it more reliable and to better support various environments. :gitlog:`Git Log (1.5.7) <1.5.6...1.5.7>` .. _1.5.6: 1.5.6 (Mar. 06, 2010) ---------------------- Bug Fixes: - Avoid possible gvim crashes when launched from the eclipse gui by disabling documentListen events if the current gvim version doesn't include the patch which resolves the crash. - Various bug fixes. Common: - Added a :ref:`:ProjectTab <:ProjectTab>` command providing the ability to work on one or more projects each with a dedicated vim tab. - Added a :ref:`:Tcd <:Tcd>` command to mimic :lcd but local to the tab instead of the window. - Added branch info to the footer of the project tree when using mercurial or git. Install: - Added support for :ref:`automated installs `. Eclim: - Added initial support for using eclim via vim in cygwin. - The eclimd log file has been moved to: /.metadata/.log.eclimd - Added support for specifying that gvim should be refocused after executing an eclipse keybinding from vim using eclim#vimplugin#FeedKeys. - Moved user local eclim resources (templates, taglist scripts, etc) from ${vimfiles}/eclim/resources to ~/.eclim/resources. .. note:: The eclim installer will move your existing files from the old location to the new location, but you may want to back those files up just in case. :gitlog:`Git Log (1.5.6) <1.5.5...1.5.6>` .. _1.5.5: 1.5.5 (Feb. 22, 2010) ---------------------- Bug Fixes: - Fixed error using :ProjectTree if the project name has non-word characters in it. Install: - Fixed issue downloading content.jar from eclipse update site. :gitlog:`Git Log (1.5.5) <1.5.4...1.5.5>` .. _1.5.4: 1.5.4 (Dec. 18, 2009) ---------------------- Bug Fixes: - Fixed eclim client on OSX. - Fixed backspace key in the :ref:`:LocateFile <:LocateFile>` buffer. Common: - Added support for interactively switching scopes from the :ref:`:LocateFile <:LocateFile>` buffer. - Added new search scopes (buffers, quickfix, vcsmodified) to :ref:`:LocateFile <:LocateFile>`. :gitlog:`Git Log (1.5.4) <1.5.3...1.5.4>` .. _1.5.3: 1.5.3 (Dec. 12, 2009) ---------------------- Bug Fixes: - Various bug fixes. Install: - Fixed issues properly detecting write permissions on Windows machines. Docs: - Added a guide on :ref:`running eclim on a headless server `. Common: - Added full support for :ref:`running multiple eclimd instances `, each backed by a separate eclipse workspace. - Added 'K' mapping to :ref:`:ProjectTree <:ProjectTree>` to set the tree root the either the project root of file system root depending on the context. Added 'D' mapping to create a new directory and 'F' to open a new or existing file by name. Note: the 'H' mapping to set the tree root to the user's home directory has been changed to '~'. - Added setting to allow :ref:`:ProjectTree <:ProjectTree>` instances to be shared across vim tabs. - Updated :VcsWeb to support github, google code, and bitbucket. C/C++: - Improved :CSearchContext to search for declaration when on a definition, allowing you to jump back and forth between declaration and definition. - Added :CCallHierarchy to display the call hierarchy for the function or method under the cursor. Java: - Added :ref:`:JavaListInstalls <:JavaListInstalls>` to list all the installed JDKs/JREs that eclipse is aware of. :gitlog:`Git Log (1.5.3) <1.5.2...1.5.3>` .. _1.5.2: 1.5.2 (Aug. 30, 2009) ---------------------- Bug Fixes: - Various bug fixes. Eclim: - Added :ref:`:ProjectRename` and :ref:`:ProjectMove` commands to allow renaming and moving of projects. - Added :ref:`:ProjectProblems` command to populate vim's quickfix with a list of all eclipse build errors and warnings for the current and all related projects. .. note:: To have problems reported for java projects created via eclim, you may need to recreate your java projects to ensure that the java builder is properly added. As of eclim 1.5.2, eclim's java project creation now adds the java builder. - Added :ref:`:HistoryDiffNext` and :ref:`:HistoryDiffPrev` commands to view history diffs while navigating the history stack. - Abbreviation support removed in favor of any one of the third party snippets plugins available on vim.org (snipMate, snippetsEmu, etc.). - Added support for hosting third party nailgun apps in eclim via an :ref:`ext dir `. Java: - Updated :ref:`:JavaImpl`, :ref:`:JavaDelegate`, and :ref:`:JUnitImpl <:JUnitImpl>` to better support generics. - Updated :ref:`:JUnitImpl <:JUnitImpl>` to support junit 4 method signatures. - Updated :ref:`:JavaImport` and :JavaImportSort to honor eclipse's import order preference and added the ability to edit that preference via :ref:`:ProjectSettings` and **:EclimSettings**. - Added initial :doc:`refactoring ` support. :gitlog:`Git Log (1.5.2) <1.5.1...1.5.2>` .. _1.5.1: 1.5.1 (Jul. 18, 2009) ---------------------- Bug Fixes: - Several minor bug fixes. Install: - Installation on Mac OSX should hopefully work now without manually creating a symlink to your eclipse executable. Eclipse: - Fixed possible NPE when exiting or starting eclipse if a gvim tab was left open. Eclim: - Added initial support for linked folders in eclipse projects. - Added new g:EclimValidateSortResults setting to support sorting validation results (:doc:`java `, c/c++, php, etc.) by priority (errors > warnings > etc.). C/C++: - Fixed :CSearch results on Windows platforms. - Re-implemented c/c++ project creation. .. note:: If you created any c or c++ projects via eclim (as opposed to creating the project via the eclipse project wizard), then you are strongly encouraged to recreate those projects using the following steps: 1. Delete the project using ``:ProjectDelete project_name`` 2. Remove the .cproject file at the root of your project. 3. Re-create the the project using ``:ProjectCreate /project/path/ -n c`` (or cpp) After that you will need to re-configure any src or include folders you may have added. :gitlog:`Git Log (1.5.1) <1.5.0...1.5.1>` .. _1.5.0: 1.5.0 (Jul. 12, 2009) ---------------------- Bug Fixes: - Many bug fixes and refinements. Eclipse: - Eclim now requires the latest version of eclipse (Galileo, 3.5.x). Ruby: - Added ruby support for code completion, searching, and validation. Java: - Added ability to configure java indentation globally via **:EclimSettings** or per project using :ref:`:ProjectSettings`. :gitlog:`Git Log (1.5.0) <1.4.9...1.5.0>` .. _1.4.9: 1.4.9 (Jun. 14, 2009) ---------------------- Bug Fixes: - Fixed possible installation issue on Windows. - Various other bug fixes. Eclim: - Vimplugin now supports auto starting eclimd view when gvim editor is opened from eclipse. - Handle possible key binding conflicts when using embedded gvim for two common gvim bindings (ctrl-w, ctrl-u). :gitlog:`Git Log (1.4.9) <1.4.8...1.4.9>` .. _1.4.8: 1.4.8 (May 30, 2009) ---------------------- Bug Fixes: - Fixed C/C++ element search. - Fixed possible issue with secondary python element search on Windows. - Various other bug fixes. Eclim: - Added :ref:`:ProjectImport` command. Maven - Switched repository searching to a new (hopefully more dependable) site. Python: - Added :ref:`:PythonSearchContext`. :gitlog:`Git Log (1.4.8) <1.4.7...1.4.8>` .. _1.4.7: 1.4.7 (May 02, 2009) ---------------------- Bug Fixes: - Fixed installation error on unix based operating systems. :gitlog:`Git Log (1.4.7) <1.4.6...1.4.7>` .. _1.4.6: 1.4.6 (May 02, 2009) ---------------------- Bug Fixes: - Various bug fixes. C/C++: - Added c/c++ support for code completion, searching, and validation. Requires the eclipse cdt plugin. Java: - Added command to run :ref:`java <:Java>`. - Added command to run javac. - Added command to run :ref:`javadoc <:Javadoc>`. :gitlog:`Git Log (1.4.6) <1.4.5...1.4.6>` .. _1.4.5: 1.4.5 (Apr. 04, 2009) ---------------------- Bug Fixes: - Fixed pdt and wst code completion when invoked from headed eclimd. - Fixed closing of gvim from eclipse to cleanup swap files. - Fixed python code completion and find support when editing files with dos line endings or multi-byte unicode characters. - Various other bug fixes. Eclim: - Added integration with eclipse's :doc:`local history ` support. Java: - Added command to view :ref:`type hierarchy <:JavaHierarchy>`. - Added command to import all undefined types. :gitlog:`Git Log (1.4.5) <1.4.4...1.4.5>` .. _1.4.4: 1.4.4 (Jan. 10, 2009) ---------------------- Bug Fixes: - Various bug fixes. Java: - :ref:`:Checkstyle <:Checkstyle>` command now creates a project classloader giving checkstyle access to any classes reachable via your project's .classpath file. Eclim: - Added the ability to run :ref:`eclimd inside of eclipse `. - Added support for embedding gvim inside of eclipse. - eclimd start scripts now available in the eclipse home. - Consolidated the various **:LocateFile\*** commands into a single :doc:`:LocateFile ` command with a new setting to specify the default means to open a result and various key bindings for opening via other means. Php: - Restored php support via the new eclipse pdt 2.0. Vcs: - Added option to set the split orientation (horizontal or vertical) used when executing diffs. - Added option to allow users to change the pattern used to match tracker ticket numbers in :VcsLog. :gitlog:`Git Log (1.4.4) <1.4.3...1.4.4>` .. _1.4.3: 1.4.3 (Nov. 15, 2008) ---------------------- Bug Fixes: - Various bug fixes. Installer: - Updated to make use of the new ganymede p2 provisioning system. Eclim: - Rewrote :doc:`:LocateFile* ` commands to provide functionality similar to eclipse's "Open Resource" command or Textmate's "Find in Project". Python: - Added support for :doc:`code completion `. - Added support for :doc:`finding an element definition `. - Improved :PyLint support. :gitlog:`Git Log (1.4.3) <1.4.2...1.4.3>` .. _1.4.2: 1.4.2 (Sep. 30, 2008) ---------------------- Bug Fixes: - Fixed obtaining of character offset used by code completion and various other commands. - Fixed possible bug with :JavaCorrect when modifying the file after obtaining a list of suggestions, and then attempting to apply a suggestion that is no longer valid. Vcs: - Added support for git to :Vcs commands :gitlog:`Git Log (1.4.2) <1.4.1...1.4.2>` .. _1.4.1: 1.4.1 (Aug. 24, 2008) ----------------------- Bug Fixes: - Fixed determining of project paths outside of the workspace on Windows. - Fixed creation of project inside of the workspace on Windows. - Fixed some issues with code completion, etc. in files containing multi byte characters. - Various other bug fixes. Eclim: - Added commands :ref:`:EclimDisable` and :ref:`:EclimEnable` to temporarily disable, and then re-enable, communication with eclimd. Java: - Added :ref:`:JavaFormat` command contributed by Anton Sharonov. - Added :ref:`:Checkstyle` support. :gitlog:`Git Log (1.4.1) <1.4.0...1.4.1>` .. _1.4.0: 1.4.0 (July 27, 2008) --------------------- Eclipse: - Eclim now requires the latest version of eclipse (Ganymede, 3.4.x). License: - Eclim has switched from the Apache 2 license to the GPLv3. Bug Fixes: - Fixed possible issue on Windows determining workspace for users not using the default location. - Fixed sign placement (used by all validation plugins) on non-english vims. - Various other bug fixes. Eclim: - Added translation of html docs to vim doc format accessable via :ref:`:EclimHelp` and :ref:`:EclimHelpGrep`. - Added :ref:`:Todo` and :ref:`:ProjectTodo`. - Added :TrackerTicket for viewing tickets by id in your web based tracking system. - Renamed setting ``org.eclim.project.vcs.tracker`` to ``org.eclim.project.tracker``. Django: - Added :ref:`end tag completion ` support for django templates. Php: - Support for php has been temporarily removed until the eclipse pdt team releases a Ganymede (3.4) compatible version. Vcs: - Removed **:VcsAnnotateOff** in favor of invoking **:VcsAnnotate** again to remove the annotations. - Added vcs editor plugin which allows you to view diff of a file by hitting on a file name in the cvs, svn, or hg commit editor. - Removed **:Trac\*** and **:Viewvc\*** commands and replaced them with :VcsWeb* commands Vim: - Added :ref:`:Only` as a configurable alternative to vim's :only command. - Added :OtherWorkingCopyDiff, :OtherWorkingCopyEdit, :OtherWorkingCopySplit, and :OtherWorkingCopyTabopen. :gitlog:`Git Log (1.4.0) <1.3.5...1.4.0>` .. _1.3.5: 1.3.5 (Mar. 11, 2008) --------------------- Bug Fixes: - Fixed exclusion of plugins not chosen by the user for installation. - Various bug fixes. Eclim: - Added an archive (jar, tar, etc.) viewer. Html: - Updated html validator to validate