47 Commits

Author SHA1 Message Date
Timotei Dolean
16ab78a7eb eclipse plugin: next_scenario/first_scenario completion - part II. 2010-08-03 19:58:51 +00:00
Timotei Dolean
91e312a336 eclipse plugin: take in account of tag/key cardinality when proposing it 2010-08-03 12:21:18 +00:00
Timotei Dolean
48c662613b eclipse plugin: don't add already completed tags in the proposal 2010-08-03 12:20:39 +00:00
Timotei Dolean
af9373368a eclipse plugin: don't add already added keys in the proposal 2010-08-03 12:20:20 +00:00
Timotei Dolean
c920493080 eclipse plugin: pass the 'ruleProposal' parameter...
...even if we have a valid node
2010-08-03 12:20:01 +00:00
Timotei Dolean
04056caa0a eclipse plugin: 'next_scenario' completion - part I 2010-08-02 19:05:33 +00:00
Timotei Dolean
60685f474b eclipse plugin: add some icons for distinction between tags and keys 2010-08-02 19:05:19 +00:00
Timotei Dolean
091d2a6667 eclipse plugin: add completion for key names 2010-08-02 19:05:05 +00:00
Timotei Dolean
f4978eecf2 eclipse plugin: Allow empty parameters sent to macros 2010-08-02 19:04:49 +00:00
Timotei Dolean
3768ef776c eclipse plugin: change parameter's name to a better one 2010-08-02 19:04:31 +00:00
Timotei Dolean
d6a9b87797 eclipse plugin:add completion for WMLTag rule 2010-08-02 19:04:17 +00:00
Timotei Dolean
61133fe6fd eclipse plugin: remove some of the default autoedit strategies 2010-08-02 19:04:03 +00:00
Timotei Dolean
cb16ccb5ee eclipse plugin:prevent ugly proposal, by trimming newlines from indent 2010-08-02 19:03:49 +00:00
Timotei Dolean
2c9a67ee64 eclipse plugin:add only required tag attributes to complete proposal 2010-08-02 19:03:22 +00:00
Timotei Dolean
ca55d309f6 eclipse plugin: add tag's keys to autocomplete proposal 2010-08-02 19:03:08 +00:00
Timotei Dolean
8c185f4e69 eclipse plugin: move the DEBUG flag to the UIModule 2010-08-01 18:53:53 +00:00
Timotei Dolean
9b2af9a911 eclipse plugin: update the grammar to allow '-' in IDs 2010-08-01 18:53:36 +00:00
Timotei Dolean
8ccec2fad9 eclipse plugin: add autocompletion for tags 2010-08-01 18:53:19 +00:00
Timotei Dolean
47b6cf6d8f eclipse plugin: forgot one import 2010-08-01 18:53:03 +00:00
Timotei Dolean
1614ab2346 eclipse plugin: initialize the the loggers at startup 2010-08-01 18:52:26 +00:00
Timotei Dolean
0a857753b8 eclipse plugin: WML gramamr update: allow animation related values 2010-07-31 20:02:33 +00:00
Timotei Dolean
e45d6fcf3a eclipse plugin: wml grammar update. now the macros...
...are handled better though not 100%
2010-07-31 20:02:10 +00:00
Timotei Dolean
6a07c31a63 eclipse plugin: add support for WML arrays 2010-07-31 20:01:31 +00:00
Timotei Dolean
151e9fcfff eclipse plugin: add macro defines,
...some preprocessor commands and textdomains to the wml grammar
2010-07-31 20:01:07 +00:00
Timotei Dolean
4dd529c25c eclipse plugin: wml grammar update 2010-07-31 20:00:45 +00:00
Timotei Dolean
364bd0ac28 eclipse plugin: grammar update. Now it should match 90% WML Code 2010-07-31 20:00:19 +00:00
Timotei Dolean
6d7b7e40c7 eclipse plugin: add hyperlinking for maps 2010-07-28 19:18:03 +00:00
Timotei Dolean
9731756c86 eclipse plugin: refactor the dependecy tree 2010-07-28 19:17:45 +00:00
Timotei Dolean
cf65f0b9f1 eclipse plugin: correct the company 2010-07-28 19:17:29 +00:00
Timotei Dolean
2522b4b1be eclipse plugin: update the grammar with a better macro definition 2010-07-28 19:17:07 +00:00
Timotei Dolean
201ed14a7a eclipse plugin: add the missing 'id' attribute for templates 2010-07-28 19:16:31 +00:00
Timotei Dolean
890b575390 eclipse plugin: cleanup and license adding 2010-07-28 19:15:48 +00:00
Timotei Dolean
4f7f57fb35 eclipse plugin: add association for the *.map files to open...
...with the in-game map editor
2010-07-21 17:59:10 +00:00
Timotei Dolean
ca613f847d eclipse plugin: fix highlighting start/end tags...
...now it won't highlight spaces
2010-07-19 15:41:47 +00:00
Timotei Dolean
ecfe8fe24e eclipse plugin: highlighting start/end tags now works properly 2010-07-17 11:09:08 +00:00
Timotei Dolean
3a9f10582f eclipse plugin: begin+end tag highlighting - part2...
...match corresponding tag
2010-07-13 17:59:00 +00:00
Timotei Dolean
fdb8c5fdfe eclipse plugin: wml grammar update - use the end tag in the same parser rule 2010-07-13 17:58:42 +00:00
Timotei Dolean
823d71ac9a eclipse plugin: begin+end tag highlighting - part1...
extend the ui module
2010-07-13 17:58:26 +00:00
Timotei Dolean
a183764ae8 eclipse plugin: wml grammar - add syntax highlighting for macros 2010-07-12 19:20:37 +00:00
Timotei Dolean
d45d173a5a eclipse plugin: wml grammar - fix outline structure:
...now the tags are hierarchical shown
2010-07-12 17:28:09 +00:00
Timotei Dolean
f1853c0ae6 eclipse plugin: wml grammar update 2010-07-11 19:04:46 +00:00
Timotei Dolean
658d5f950f eclipse plugin: syntax highlighting for tags and keys 2010-07-11 19:04:31 +00:00
Timotei Dolean
c7939f3741 eclipse plugin: wml grammar recreation: macros, tags, keys, comments 2010-07-11 19:04:07 +00:00
Timotei Dolean
92bd110229 eclipse plugin: fix issues with different jre versions 2010-07-01 14:36:50 +00:00
Timotei Dolean
a43dfa71e0 eclipse plugin: wml grammar update - editor 2010-06-26 21:26:33 +00:00
Timotei Dolean
a275e9c784 eclipse plugin:update to xtext 1.0.0 (added missing files) 2010-06-26 21:26:14 +00:00
Timotei Dolean
b35271da2c eclipse plugin: update to xtext 1.0.0 (phase 3) 2010-06-26 20:12:55 +00:00