-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
changelog.txt
201 lines (119 loc) · 3.68 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
2.0.0
* Twig editor is now sub HTML editor
* Twig files arent ISourceModules since now
* fresh completion engine
* use standard WTP model only
* remove DLTK toolkit
* enable and extend html outliner with twig tags (blocks)
* migrate to recent jFlex (same as PDT version)
1.0.11
* added mark occurrences option to preferences
1.0.109
* fixed highlighting error for if statements
1.0.108
* fixed minor highlighting bug
1.0.107
* fixed bug in selectionengine which caused PHP linking to fail
1.0.106
* added hyperlinks for functions and filters to the corresponding php implementation
1.0.105
* added codeassist for block names of parent template
* added hyperlinks for blocks which links to the block in the parent template
1.0.104
* improved template wizard
* added debug log to wizard
1.0.103
* parser bugfix (#60)
1.0.102
* added propsalProvider extension
* fixed StackOverflow Exception (https://github.com/pulse00/Twig-Eclipse-Plugin/issues/58)
1.0.101
* fixed bug in twig template detection
1.0.100
* removed pdt 3.0.1 requirement
1.0.99
* integrated into automatic p2 build process
1.0.98
* merged PR https://github.com/pulse00/Twig-Eclipse-Plugin/pull/53
1.0.95
* re-written parser
* removed validation feature
* added mark annotations feature
* added extension point to contribute content for new template wizard
* added outline
* added folding
* added support for string interpolation
1.0.93
* updated category.xml to work with p2 repository
* removed outline/folding feature - this won't work properly this
way and will be added again after a complete re-write of the parser
from antlr to jflex to integrate the ast lexer/parser with the xml lexer/parser
1.0.92
* fixed problem with PDT formatter override
1.0.91
* performance improvements in the model parser
1.0.90
* fixed highlighting issue
1.0.88
* bumped version due to updatesite-wipe (avoid missing jar errors)
1.0.86
* bugfix (issue #29)
1.0.85
* bugfixes (issues #26 and #24)
* turned on auto-close tags by default
1.0.84
* added dynamic code folding for open/closing tags like {%block %} {% endblock %}
* improved codeassist -showing php docs for twig filters/functions/tags now
* improved outline - can be switched now between html/twig view
1.0.83
* bumped version due to problems with updatesite
1.0.82
* added code folding support for if/for/macro/block statements
* added outline support
* ported PDT indentation strategies to twig
* fixed some indentation bugs
1.0.81
* added support for auto-closing quotes and braces
* fixed regression issue with eclipse version 3.6.0
1.0.80
* fixed indentation bug
1.0.79
* fixed issue with function detection
1.0.78
* fixed quotes context detection
* fixed validation error for concat statements
1.0.75
* added syntax coloring preference page
* changed default syntax colors
1.0.74
* removed restriction to .twig extensions in "new template" wizard
* fixed a couple of validation bugs
1.0.73
* minor changes to extension points
* validation bug fix
1.0.72
* removed wrong dependency
1.0.71
* increased all minor version numbers due to updatesite failure
1.0.7
* fixed syntax errors for chained methods
* fixed syntax errors for extends statement
1.0.69
* fixed minor bug in comment region detection
1.0.68
* fixed document reparsing for opening comments
1.0.67
* fixed comment highlighting
* added outline for twig variables
* fixed an embedded-region bug
1.0.66
* fixed highlighting inside javascript tags
* added tests
1.0.65
* removed validation temporarily to fix editor failure in eclipse 3.6
1.0.63
* fix for missing content-type problem
1.0.62
* added syntaxerror reporting
* added preference page to set syntax-error level
* added built-in filters to codeassist