eclipse plugin: Update the manual with the new update site...
...and cleanup a bit the changelog
This commit is contained in:
parent
d7df1471e3
commit
9f9f4d8fa5
2 changed files with 10 additions and 8 deletions
|
@ -1,23 +1,26 @@
|
|||
Eclipse plugin changelog
|
||||
|
||||
2.0.0
|
||||
* The plugin running as a standalone app now has all the proper
|
||||
save/new/undo/redo buttons in the menus.
|
||||
* The standalone version now has all the proper save/new/undo/redo
|
||||
buttons in the menus.
|
||||
* Added support for multiple wesnoth installations. This
|
||||
allows the user to have UMC for different wesnoth version at the
|
||||
same time in the workspace.
|
||||
* Added a new property page for Wesnoth projects, that allows
|
||||
one to select what wesnoth install with that project use.
|
||||
one to select what wesnoth install that project use.
|
||||
* Added the "Wesnoth Addons" view, which allows users to browse
|
||||
through the existing addons on any wesnoth addon server and
|
||||
download them (as projects in workspace).
|
||||
* The required Xtext version has been raised to 2.0
|
||||
download them ( and optionally create them as projects in the workspace).
|
||||
* The required Xtext version has been raised to 2.0.0
|
||||
* The required Eclipse version has been raised to 3.7 ( Indigo )
|
||||
* Improved the content assist for:
|
||||
- variables
|
||||
- events
|
||||
- tags & keys - now the lua defined tags and keys are recognized
|
||||
and suggested to the user
|
||||
* The wesnoth wizards are now available directly from the File -> New menu.
|
||||
* The wesnoth wizards are now available directly from the ``File" -> ``New" menu.
|
||||
* The standalone version can be updated via the ``Help" -> ``Check for Updates".
|
||||
* Eclipse update site has moved to ``http://eclipse.wesnoth.org/updates"
|
||||
|
||||
1.0.3
|
||||
* Fixed bug #18080
|
||||
|
@ -110,7 +113,6 @@ Eclipse plugin changelog
|
|||
* Fix collision between files with the same name by preprocessing them in separate directories
|
||||
|
||||
0.2.0
|
||||
26 June 2010
|
||||
* updated the editor to xtext 1.0.0
|
||||
** Wizards **
|
||||
- era
|
||||
|
|
|
@ -86,7 +86,7 @@ The Eclipse version, like the name says, needs a working Eclipse environment.
|
|||
\includegraphics[scale=0.7]{install_new_software.png}
|
||||
\end{center}
|
||||
|
||||
\item Insert the link \textbf{http://eclipse.wesnoth.org/} in the textbox in the top and press Enter. The list will be populated with some items.
|
||||
\item Insert the link \textbf{http://eclipse.wesnoth.org/updates} in the textbox in the top and press Enter. The list will be populated with some items.
|
||||
\item Select the single item ``Wesnoth User Made Content Plugin" and press finish.
|
||||
|
||||
\textit{Note:} If you are prompted for any license agreements or certificates press Yes on all (if you agree).\\
|
||||
|
|
Loading…
Add table
Reference in a new issue