Timotei Dolean
|
11a731aa0f
|
eclipse plugin: manually call the signjar task...
...so we can filter the signed jars just to the wesnoth ones, instead
of signing everything (e.g.: eclipse, google)
|
2012-03-04 08:59:45 +00:00 |
|
Timotei Dolean
|
3e47a36910
|
eclipse plugin: replace the windows-only method of jar signing...
...with the PDE Build built-in mechanism
|
2012-03-04 08:59:39 +00:00 |
|
Timotei Dolean
|
b91f774fb4
|
eclipse plugins: small tweaks to the signing bat
|
2012-03-04 08:59:31 +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
|
c3f397276e
|
eclipse plugin: don't unpack the jdt.debug assembly
|
2012-03-02 22:30:29 +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
|
9ff5e7a9ba
|
eclipse plugin: Fix the logic for appending end brace for macro calls
|
2012-03-02 22:29:42 +00:00 |
|
Timotei Dolean
|
bb8748ceb3
|
eclipse plugin: Don't suggest any completions if the model is null
|
2012-03-02 22:29:35 +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 |
|
Alexander van Gessel
|
faf744aff3
|
Allow wesnoth.textdomain to be called with brackets
|
2012-02-27 13:29:43 +01:00 |
|
Alexander van Gessel
|
e126e54423
|
Add metadata and -- po: comments to lua handler
|
2012-02-26 15:36:08 +01:00 |
|
Alexander van Gessel
|
c749fa12f9
|
Add multiline string capability
|
2012-02-26 15:36:05 +01:00 |
|
Alexander van Gessel
|
945b02c5fa
|
Add a lua specialization to wmlxgettext...
...that can handle all .lua files I've tested
|
2012-02-26 15:36:02 +01:00 |
|
Alexander van Gessel
|
18b0becd93
|
Make some use of the 'first line of translatable string' variable
|
2012-02-26 15:35:59 +01:00 |
|
Alexander van Gessel
|
cbea9b7720
|
Turn some package variables into lexical ones
|
2012-02-26 03:23:39 +01:00 |
|
Alexander van Gessel
|
99e19bb048
|
Factor out WML file reading loop
|
2012-02-26 03:23:36 +01:00 |
|
Alexander van Gessel
|
982680a7c9
|
Move the only used function from wmltrans.pm to wmlxgettext and scrap the module
|
2012-02-26 03:23:33 +01:00 |
|
Alexander van Gessel
|
028fb2291a
|
Allow # wmlxgettext: comments to influence wmlxgettext's tagstack
|
2012-02-22 02:45:41 +01:00 |
|
Alexander van Gessel
|
e20c2548ca
|
Make wmltrans inclusion from wmlxgettext work a little better
|
2012-02-21 18:51:08 +01:00 |
|
Nils Kneuper
|
5c8348981f
|
applied spelling mistake fix...
...from http://wiki.wesnoth.org/SpellingMistakes#Manual
|
2012-02-18 11:31:06 +00:00 |
|
Timotei Dolean
|
d15da9cf85
|
eclipse plugin: refactor the tag proposal so it works ok in every case
|
2012-02-15 21:57:43 +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 |
|
Nils Kneuper
|
06a695f04b
|
replace $unit.type by $unit.language_name...
...since in translateable strings .type will always be english (which
is obviously bad for translations) added pofix rules for this and
applied them
|
2012-02-14 20:13:41 +00:00 |
|
Nils Kneuper
|
7cc38ccc25
|
further cleanup of the pofix entries...
...and added a note about the relevance of the textdomains
|
2012-01-30 10:34:28 +00:00 |
|
Steven Panek
|
33c5e09b6e
|
Cleansed pofix.
|
2012-01-29 21:11:31 +00:00 |
|
Timotei Dolean
|
37633c1c43
|
eclipse plugin: Fix the proposal provider to provide the correct indentation
|
2012-01-16 19:05:18 +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 |
|
Timotei Dolean
|
2c760fcb72
|
eclipse plugin: rename the campaign config parsing test class,
and also add the project dependency list tests to the main tests suite
|
2012-01-11 20:02:15 +00:00 |
|
Ignacio R. Morelle
|
6ca69b2df5
|
New year copyright update
|
2012-01-07 02:35:17 +00:00 |
|
Nils Kneuper
|
7b8c57cd43
|
change the font used for CJK translations (part2)
update of the entries in the po files
|
2012-01-06 13:39:15 +00:00 |
|
Steven Panek
|
853dff401d
|
Fixed some rules and reran pofix.
|
2012-01-04 23:53:54 +00:00 |
|
Steven Panek
|
bfa80a3fa6
|
Added pofix rules for recent changes... and ran pofix.
|
2012-01-04 22:41:02 +00:00 |
|
Steven Panek
|
5f6efb71df
|
Updated pofix.
|
2012-01-04 02:15:28 +00:00 |
|