Commit graph

318 commits

Author SHA1 Message Date
Mark de Wever
43b71f2ff0 New year copyright update. 2013-01-01 09:22:03 +00:00
Nils Kneuper
836db5e395 switched the addon server port to 15006,
...the server is not running on this port yet @timotei: also changed
the umc plugin to this port by default, please check my java changes

@soliton: please setup an addon server for trunk on this port
2012-08-25 07:02:48 +00:00
Timotei Dolean
e078e8c19d eclipse plugin: increase plugin's version 2012-08-22 20:47:05 +00:00
Timotei Dolean
0d229f410b eclipse plugin: Add '#ifver' and '#ifnver' to the WML grammar 2012-08-22 20:46:56 +00:00
Timotei Dolean
a9f95018c7 eclipse plugin: Turn off the update reconciler.
This fixes the windows binary getting broken after updates
2012-07-29 15:11:17 +00:00
Timotei Dolean
33fe62c579 eclipse plugin: Ignore the OperationCanceledException...
...while setting up the workspace
2012-07-29 15:10:51 +00:00
Timotei Dolean
bbd268d038 eclipse plugin: Auto-fix wesnoth's executable path...
...in case the user is running Mac OS X
2012-07-29 15:02:09 +00:00
Timotei Dolean
582ba5f1ea eclipse plugin: Use the user's homedir directory...
...instead of the temp directory, for storing plugin's data
2012-07-28 20:51:23 +00:00
Mark de Wever
5ebee5b481 Some (not so) new year copyright updates.
Spotted by timotei.
2012-07-28 16:34:49 +00:00
Timotei Dolean
a2280d0f71 eclipse plugin: if the paths object is not valid stop creating the project 2012-04-08 19:45:21 +00:00
Timotei Dolean
74beb3d229 eclipse plugin: if there is no install selected, don't allow the user...
...to finish the project creation setup
2012-04-08 19:45:08 +00:00
Timotei Dolean
7e03e6be5b eclipse plugin: use the ResourceUtils.createNewFile...
...when creating the defines file first time, so we will create the
project's temporary folder as well
2012-04-08 19:44:34 +00:00
Timotei Dolean
0f5ea293fe eclipse plugin: remove the logview view in the WML perspective 2012-04-08 19:44:17 +00:00
Timotei Dolean
3dc02df602 eclipse plugin: Prevent a NullPointerException...
...when there was an error trying to setup the WML Tool
2012-04-08 19:43:59 +00:00
Timotei Dolean
e26ae584a7 eclipse plugin: update the plugin version 2012-04-08 19:08:00 +00:00
Timotei Dolean
6fd412399d eclipse plugin: convert eol to LF by running dos2unix 2012-04-08 19:07:52 +00:00
Timotei Dolean
5e93fcae6c eclipse plugin: fix the wml tools menus not showing on files/containers 2012-03-04 09:00:04 +00:00
Timotei Dolean
aa5ada9efe eclipse plugin: Create the defines file before saving it 2012-03-04 08:59:58 +00:00
Timotei Dolean
172ec4ddfa eclipse plugin: unify all file's code format 2012-03-02 22:31:17 +00:00
Timotei Dolean
aa2e4d1805 eclipse plugin: enhance the project report...
...by displaying the parsed campaign and scenario IDs
2012-03-02 22:31:07 +00:00
Timotei Dolean
16166b7c04 eclipse plugin: check if we have anything to parse...
(root != null) before starting to do so
2012-03-02 22:31:00 +00:00
Timotei Dolean
98ecc2fd8b eclipse plugin: disable specific activities...
...instead of the whole jdt library.

This fixes the opening of the files in the editor.
2012-03-02 22:30:53 +00:00
Timotei Dolean
6e6ef522a3 eclipse plugin: add 1.10.x to the addon servers list 2012-03-02 22:30:46 +00:00
Timotei Dolean
6ff78bb2d3 eclipse plugin: add 1.10.x to the installs combo box 2012-03-02 22:30:38 +00:00
Timotei Dolean
ee3b923f2c eclipse plugin: save the macros to file...
...so they will be persisted across restarts
2012-03-02 22:30:21 +00:00
Timotei Dolean
7b2f3798b4 eclipse plugin: implement the dumping of define's arguments...
...when calling toString()
2012-03-02 22:30:13 +00:00
Timotei Dolean
000faa8265 eclipse plugin: append the defines instead of replacing the current ones 2012-03-02 22:30:03 +00:00
Timotei Dolean
9ebb1ce3e2 eclipse: Implement the parsing of the macro definitions...
...preprocessor constructs
2012-03-02 22:29:55 +00:00
Timotei Dolean
57b2892c04 eclipse plugin: disable the test button...
...and hide irrelevant activities (java, plugin development, etc)
2012-03-02 22:29:49 +00:00
Timotei Dolean
94018ebec9 eclipse plugin: fix the macro navigation,
...by unquoting the WMLKeys' string values
2012-03-02 22:29:27 +00:00
Timotei Dolean
ee89e566cf eclipse plugin: Make the line width 200...
...so eclipse won't wrap things in a stupid way
2012-02-15 21:57:34 +00:00
Timotei Dolean
5e9b6250a1 eclipse plugin: Convert EOL to LF 2012-02-15 21:57:15 +00:00
Timotei Dolean
e542b8ebc1 eclipse plugin: Return the string for the specific EObject...
...without hidden tokens
2012-02-15 21:57:06 +00:00
Timotei Dolean
30cbc9a362 eclipse plugin: Remove the prefixing tabs also when cleaning the node text 2012-02-15 21:56:59 +00:00
Timotei Dolean
4b21c2002f eclipse plugin: Fix (one more time) the formatter's identation policy 2012-02-15 21:56:49 +00:00
Timotei Dolean
3b40f25458 eclipse plugin: Reword a bit the messages used in the interface 2012-02-15 21:56:41 +00:00
Timotei Dolean
d66b0f40bb eclipse plugin: tweak the grammar...
...so each WMLKey will have just one line ending, not more
2012-01-16 19:05:01 +00:00
Timotei Dolean
6e8784a9da eclipse plugin: Fix a possible Null Pointer Exception...
...in case the file contains a tag without a name (e.g [])
2012-01-16 19:04:49 +00:00
Timotei Dolean
8d87a2beee eclipse plugin: Add the end bracket for the tag when is not already written 2012-01-16 19:04:39 +00:00
Timotei Dolean
e5478e6305 eclipse plugin: fix the parsing of the addon's info...
...if the output is malformed
2012-01-11 20:02:25 +00:00
Ignacio R. Morelle
6ca69b2df5 New year copyright update 2012-01-07 02:35:17 +00:00
Timotei Dolean
7f6c777dfc eclipse plugin: Properly set the wml lua tag definition line offset 2011-09-02 18:22:58 +00:00
Timotei Dolean
eec05aa7e8 eclipse plugin: Rename 'Wesnoth file wizard' to 'Wesnoth Config File' 2011-09-02 18:22:37 +00:00
Timotei Dolean
2d58c6fa20 eclipse plugin: Create the WMLParser using the GUICE...
...Injector instead of plain object construction
2011-09-02 18:22:27 +00:00
Timotei Dolean
f89653c0c6 eclipse plugin: Initialize the defines map in the all constructors 2011-09-02 18:22:16 +00:00
Timotei Dolean
d2b561077a eclipse plugin: Remove the Defines SAX Handler...
...and replace it with the xtext parser
2011-09-02 18:22:05 +00:00
Timotei Dolean
e6a8604434 eclipse plugin: Shorten the build time by preprocessing...
...just the _main.cfg if it exists.
2011-09-02 18:21:55 +00:00
Timotei Dolean
e5bd7d959f eclipse plugin: Clarify a bit a comment 2011-09-02 18:21:45 +00:00
Timotei Dolean
c62275eb9f eclipse plugin: Implement the directory <-> file include order update 2011-09-02 18:21:35 +00:00
Timotei Dolean
1a16b55db9 eclipse plugin: We don't actually need to update...
...the root node since the included nodes are for sure not root nodes.
2011-09-02 18:21:26 +00:00