Commit graph

1883 commits

Author SHA1 Message Date
Timotei Dolean
3c9a98244d eclipse plugin: Skip the core library creation...
...if the old and new targets point to the same location
2011-08-10 19:54:35 +00:00
Timotei Dolean
aea1126bff eclipse plugin: Recreate the Core Library link...
...if we change the project's wesnoth install
2011-08-09 19:01:47 +00:00
Timotei Dolean
168d6a95f2 eclipse plugin: Update the changelog 2011-08-09 19:01:25 +00:00
Timotei Dolean
5cdb6b2f2c eclipse plugin: Add a link to the data/core directory for each project 2011-08-09 19:00:51 +00:00
Timotei Dolean
5fa7d2ccbc eclipse plugin: Change the default wrapping...
...indentation policy to 'Indent by one'
2011-08-08 21:27:50 +00:00
Timotei Dolean
3e9555d9b5 eclipse plugin: Start working on adding a core library...
...link to each project for an easier reference
2011-08-08 21:27:26 +00:00
Timotei Dolean
d86437472a eclipse plugin: Remove the dependencies feature's...
...temporary folder as well.
2011-08-08 21:27:10 +00:00
Timotei Dolean
a1bc69949f eclipse plugin: Name the collecting folder for...
...the build 'wesnoth_umc_dev' instead of 'eclipse'
2011-08-08 21:26:55 +00:00
Timotei Dolean
0800424d62 eclipse plugin: Get rid of the 'Reload files' menu item. 2011-08-08 21:26:39 +00:00
Timotei Dolean
dd75660284 eclipse plugin: It seems that the latest source format...
...didn't work how I thought.
2011-08-08 21:25:39 +00:00
Timotei Dolean
9be9b78208 eclipse plugin: Fix the preprocessor persistence mechanism.
The save and load used different file locations.
2011-08-08 21:25:17 +00:00
Timotei Dolean
26d01051cb eclipse plugin: Report progress when creating the...
...projects in the Setup Workspace routine
2011-08-08 21:25:01 +00:00
Timotei Dolean
32f843752d eclipse plugin: Run the source cleanup 2011-08-08 21:24:43 +00:00
Timotei Dolean
d515751435 eclipse plugin: Move the 'getWMLRoot' to the WMLUtils helper class 2011-08-08 21:24:25 +00:00
Timotei Dolean
57289ff115 eclipse plugin: Don't load the cache before setting...
...the installName so we won't trigger an invalid paths context
2011-08-08 21:24:05 +00:00
Timotei Dolean
d7668fab7b eclipse plugin: Disable the rich text hovers 2011-08-08 21:23:47 +00:00
Timotei Dolean
a587e7feb3 eclipse plugin: Tweak a bit the code style preferences 2011-08-06 21:13:49 +00:00
Timotei Dolean
924fb6503c eclipse plugin: Implement proposal for custom event names 2011-08-06 21:13:24 +00:00
Timotei Dolean
4183265854 eclipse plugin: Add a shortcut method for the...
...WMLUtils.getValue for the WMLKey class
2011-08-06 21:12:56 +00:00
Timotei Dolean
8dbb34fbc6 eclipse plugin: Fix some warnings 2011-08-06 21:12:33 +00:00
Timotei Dolean
2a61a55a20 eclipse plugin: Cleanup the code by the rules 2011-08-06 21:11:29 +00:00
Timotei Dolean
020800ef20 eclipse plugin: Apply the formatting rules & organize import 2011-08-06 21:10:03 +00:00
Timotei Dolean
06aeb27b84 eclipse plugin: Add the code style & formatter settings...
...for maintaining the same code style
2011-08-06 21:09:31 +00:00
Timotei Dolean
35c8f7e3e6 eclipse plugin: Rework a bit the WMLDoc and add information...
...about the Tag if it's created using lua
2011-08-06 21:09:11 +00:00
Timotei Dolean
eb8a93c953 eclipse plugin: Add 3 new attributes to the WMLExpression class:
luaBased/definedLocation/definedOffset to allow the expression (
more exactly the WMLTag and WMLKey ) to be set as Lua parsed
2011-08-06 21:08:48 +00:00
Timotei Dolean
9cb4a3c27c eclipse plugin: Remove debugging statement 2011-08-06 21:08:27 +00:00
Timotei Dolean
9f9f4d8fa5 eclipse plugin: Update the manual with the new update site...
...and cleanup a bit the changelog
2011-08-06 21:08:04 +00:00
Timotei Dolean
f51eb6a9d4 eclipse plugin: Create a wrapper method over the...
...'resolveElementAt' to prevent the NPE bug in xtext
2011-08-04 19:16:46 +00:00
Timotei Dolean
9216c01fb8 eclipse plugin: Implement the remaining of the validation...
...routines, and allow the user to enable/disable the WML validation
2011-08-04 19:16:23 +00:00
Timotei Dolean
d887324924 eclipse plugin: Implement a convenience method that...
...returns the cardinality of a WMLExpression as Integer
2011-08-04 19:15:58 +00:00
Timotei Dolean
7279390066 eclipse plugin: Remove the generated build.xml...
...and add it to cleanup routine
2011-08-04 19:15:39 +00:00
Timotei Dolean
2d5a3630e5 eclipse plugin: Document the last project addition 2011-08-04 19:15:21 +00:00
Timotei Dolean
b688ab85ef eclipse plugin: Let the user specify the updates...
...and binaries target directories.
2011-08-04 19:15:02 +00:00
Timotei Dolean
d8b1851876 eclipse plugin: Use a separate feature to track the product's dependencies 2011-08-04 19:14:41 +00:00
Timotei Dolean
012c810c68 eclipse plugin: Use the "updates/" directory as the...
...update address for the plugins
2011-08-04 19:14:22 +00:00
Timotei Dolean
7b5f160e43 eclipse plugin: Append the ".qualifier" to the plugins...
...so it can be replaced with the build timestamp.
This is a standard for all eclipse plugins
2011-08-04 19:14:02 +00:00
Timotei Dolean
87a9b8b801 eclipse plugin: Use qualified class names so Eclipse...
...won't import those classes to trigger "unused import"
when compiling the plugin. Also move the syntax adapter
class to a better syntax
2011-08-04 19:13:41 +00:00
Timotei Dolean
31207eb4d2 eclipse plugin: Quiet the delete task in case the directories don't exist 2011-08-04 19:13:19 +00:00
Timotei Dolean
2fdf35351f eclipse plugin: Remove unused properties 2011-08-04 19:12:57 +00:00
Timotei Dolean
3131b1e1f2 eclipse plugin: Brand the org.wesnoth feature 2011-08-04 19:12:38 +00:00
Timotei Dolean
91bccaba6b eclipse plugin: Major the version to 2.0.0 2011-08-04 19:12:03 +00:00
Timotei Dolean
8ca54b2112 eclipse plugin: Tweak a bit the PDE Build.
Now, the built standalone + update site works as intended.
2011-08-04 19:11:44 +00:00
Timotei Dolean
fdd85bc95c eclipse plugin: The pde build with scons works now. 2011-08-04 19:11:25 +00:00
Timotei Dolean
ca1a0d42f0 eclipse plugin: Work a bit more on the updating mechanism 2011-08-04 19:11:04 +00:00
Timotei Dolean
7a00bb459c eclipse plugin: Update the manual 2011-08-04 19:10:29 +00:00
Timotei Dolean
1e09f27b37 eclipse plugin: Revert part of the flattening commit.
It seems the PDE Build needs a separate directory for the feature
2011-08-04 19:09:59 +00:00
Timotei Dolean
96b5a936db eclipse plugin: Play a bit with the dependencies 2011-08-04 19:09:31 +00:00
Timotei Dolean
e697c37dfd eclipse plugin: update the manual to reflect the latest changes 2011-08-04 19:09:08 +00:00
Timotei Dolean
a69c057b4d eclipse plugin: Flatten the feature project into...
...the main one and rename it to 'org.wesnoth'
2011-08-04 19:08:45 +00:00
Timotei Dolean
2410c4ad0e eclipse plugin: Remove some redundant plugin dependencies 2011-08-04 19:08:22 +00:00