Commit graph

2438 commits

Author SHA1 Message Date
Timotei Dolean
d0bcb47e35 eclipse plugin: move the WMLTools.java file to a better place 2010-05-28 17:06:21 +00:00
Timotei Dolean
1c77f312fa eclipse plugin: add menus for showing wmllint for different file types 2010-05-28 10:21:39 +00:00
Timotei Dolean
9727ee7db4 eclipse plugin: add auxiliar methods to remove code redundancy 2010-05-28 10:21:29 +00:00
Timotei Dolean
89b4a907e1 eclipse plugin: actual implementation of the "show report" menu 2010-05-27 20:31:55 +00:00
Timotei Dolean
61408ca8f0 eclipse plugin: actual implementation...
...of the "show preprocessed config" menus
2010-05-27 20:04:31 +00:00
Timotei Dolean
548712c03c eclipse plugin: move all context menus in a dedicated group
eclipse plugin: add new dummy context menus
2010-05-27 19:15:18 +00:00
Timotei Dolean
7638525d89 eclipse plugin: preprocess ".CFG" files too 2010-05-27 19:15:11 +00:00
Timotei Dolean
b7d3a2a9bb eclipse plugin: preprocess files in the project on building
eclipse plugin: added the wmltools entry in preferences dialog
2010-05-27 18:34:09 +00:00
Timotei Dolean
5763a3c486 eclipse plugin: wrap the project into project's name directory 2010-05-27 18:34:01 +00:00
Timotei Dolean
2f79161f41 eclipse plugin: run the ant job each time before building the project 2010-05-26 11:40:55 +00:00
Timotei Dolean
815e732c8a eclipse plugin: no need for that external jars.
Eclipse does have them already
2010-05-26 11:40:48 +00:00
Timotei Dolean
0b4836f4d2 eclipse plugin: remove built .jars from the SVN 2010-05-26 11:40:41 +00:00
Timotei Dolean
bfc9cc8b24 eclipse plugin: use the new "thread-safe" messagebox showing 2010-05-26 11:40:34 +00:00
Timotei Dolean
2392e8ac80 eclipse plugin: showMessageBox now can receive a style mask 2010-05-26 11:40:25 +00:00
Timotei Dolean
074b7771a3 eclipse plugin: let's return the first Workbench Window...
...if we have any rather then the active one that might be 'null'
2010-05-26 11:40:18 +00:00
Timotei Dolean
2272449226 eclipse plugin: don't show a message box when the window isn't created yet 2010-05-26 11:40:11 +00:00
Timotei Dolean
04ec9be68e eclipse plugin: move the "showMessageBox" into a global class 2010-05-26 11:40:03 +00:00
Timotei Dolean
e36816a4ad eclipse plugin: add the "user data directory" preference 2010-05-26 11:39:45 +00:00
Timotei Dolean
7e9ba42922 eclipse plugin: "working dir" should be a directory field 2010-05-26 11:39:37 +00:00
Timotei Dolean
75971a6832 eclipse plugin: add support for and building for campaign projects 2010-05-25 19:57:47 +00:00
Timotei Dolean
8f5c79a945 eclipse plugin: this don't need to be included 2010-05-25 19:57:41 +00:00
Timotei Dolean
6a4041ef51 eclipse plugin: added a changelog to track plugin's changes 2010-05-25 19:57:34 +00:00
Timotei Dolean
11261a2e04 eclipse plugin: "update site" update 2010-05-23 19:44:56 +00:00
Timotei Dolean
42ddd83b02 eclipse plugin: added menus for opening a map in the editor 2010-05-23 12:50:44 +00:00
Timotei Dolean
d8606ab938 eclipse plugin: use "isEmpty()" instead checking for length 2010-05-23 12:13:39 +00:00
Timotei Dolean
fe28bc259a eclipse plugin: fix icons displayed 2010-05-23 12:13:33 +00:00
Timotei Dolean
f1283fd943 eclipse plugin: add the "import map" to the main menu 2010-05-23 12:13:26 +00:00
Timotei Dolean
b1190c8037 eclipse plugin: Add context menu for importing maps 2010-05-23 10:16:00 +00:00
Timotei Dolean
f3b8f91b58 eclipse plugin: add some icons to the menus 2010-05-23 10:15:52 +00:00
Timotei Dolean
3e39d49d01 eclipse plugin: move the utils to a dedicated folder 2010-05-23 10:15:45 +00:00
Timotei Dolean
75d5e5df9b eclipse plugin: add timestamp to the update site 2010-05-22 08:57:41 +00:00
Timotei Dolean
e26075b59c eclipse plugin: "update site" update 2010-05-22 08:07:02 +00:00
Alexander van Gessel
4913476d25 Disallow an unordered collection from being used as an argument list 2010-05-22 00:54:30 +01:00
Timotei Dolean
87aa0201dc eclipse plugin: some fixes in the Tool Invoker 2010-05-21 18:11:51 +00:00
Timotei Dolean
09bfc2b8da eclipse plugin: add the plugin update site 2010-05-20 20:35:46 +00:00
Timotei Dolean
03539dc3b2 eclipse plugin: add the feature for update site 2010-05-20 20:35:37 +00:00
Timotei Dolean
11ef1a535b eclipse plugin: show a message if the tool returned non-zero value 2010-05-20 20:35:26 +00:00
Timotei Dolean
4a082c3004 eclipse plugin: refactor the external tool invoker 2010-05-20 17:30:28 +00:00
Timotei Dolean
21740efd86 eclipse plugin: fix the tool invoker...
...when launching it with the argument "waitFor=false". The output
printing is being executed in a separate thread
2010-05-20 11:46:39 +00:00
Timotei Dolean
5201346452 eclipse plugin: show output from currently running tool
added support for wesnoth working dir preference
2010-05-19 18:27:56 +00:00
Timotei Dolean
ba3e65b4db eclipse plugin: fix creation of the preferences file 2010-05-19 15:48:18 +00:00
Alexander van Gessel
fc428889c8 eclipse plugin: Rewrite ExternalToolInvoker...
...to pass a list of arguments to ProcessBuilder, rather than a string
of them.  Untested because debian lenny still has eclipse 3.2.2, but
the source compiles.
2010-05-19 01:04:24 +01:00
Steven Panek
7a1ae4fa94 Ran umcpropfix. 2010-05-18 20:52:20 +00:00
Timotei Dolean
c0590c9010 disable debug info for now 2010-05-18 20:05:15 +00:00
Timotei Dolean
9d5a242c48 added menu for launching the wesnoth editor 2010-05-18 19:22:33 +00:00
Steven Panek
bb3811ba91 Ran umcpropfix and dos2unix on the Java stuff. 2010-05-18 02:57:52 +00:00
Steven Panek
b685a8971f Ran umcpropfix. 2010-05-17 23:13:52 +00:00
Timotei Dolean
6712d0b3d8 preserve compatibility with older versions of eclipse 2010-05-16 11:33:03 +00:00
Nils Kneuper
c6aa8b1956 those changes do change the "logics" of the strings...
...and are more than a plain spelling fix, thus the strings *should*
get fuzzy because of this change
2010-05-16 09:34:09 +00:00
Steven Panek
d0f05b95c3 Unitalicized the instance of 'Battle for Wesnoth' in the tips,
...for it is unitalicizable... and I accidentally used helpscreen markup.
2010-05-16 06:17:41 +00:00