Skip to content

Commit dbdf8aa

Browse files
committed
release 1.2.3
1 parent 037ddb7 commit dbdf8aa

10 files changed

+154
-120
lines changed

ChangeLog.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2016.01.17 Version 1.2.3
2+
3+
* Bugfixes
4+
- fix memory leak in setSession (Tyler Stalder)
5+
- double click not working on linux/mac
6+
7+
* new language modes
8+
- reStructuredText (Robin Jarry)
9+
- NSIS (Jan T. Sott)
10+
11+
112
2015.10.28 Version 1.2.1
213

314
* new language modes

build

Submodule build updated 479 files

lib/ace/ace.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ exports.createEditSession = function(text, mode) {
126126
}
127127
exports.EditSession = EditSession;
128128
exports.UndoManager = UndoManager;
129-
exports.version = "1.2.2";
129+
exports.version = "1.2.3";
130130
});

lib/ace/mode/_test/tokens_haml.json

+94-74
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,47 @@
22
"start",
33
["keyword.other.doctype","!!!5"]
44
],[
5-
"start"
5+
"tag_single"
66
],[
77
"start",
8-
["punctuation.section.comment","# <!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\"> <![endif]-->"]
8+
["text","# "],
9+
["comment.xml","<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\"> <![endif]-->"]
910
],[
1011
"start",
11-
["punctuation.section.comment","# <!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\"> <![endif]-->"]
12+
["text","# "],
13+
["comment.xml","<!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\"> <![endif]-->"]
1214
],[
1315
"start",
14-
["punctuation.section.comment","# <!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\"> <![endif]-->"]
16+
["text","# "],
17+
["comment.xml","<!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\"> <![endif]-->"]
1518
],[
1619
"start",
17-
["punctuation.section.comment","# <!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en\"> <!--<![endif]-->"]
20+
["text","# "],
21+
["comment.xml","<!--[if gt IE 8]><!-->"],
22+
["text.xml"," "],
23+
["meta.tag.punctuation.tag-open.xml","<"],
24+
["meta.tag.tag-name.xml","html"],
25+
["text.tag-whitespace.xml"," "],
26+
["entity.other.attribute-name.xml","class"],
27+
["keyword.operator.attribute-equals.xml","="],
28+
["string.attribute-value.xml","\"no-js\""],
29+
["text.tag-whitespace.xml"," "],
30+
["entity.other.attribute-name.xml","lang"],
31+
["keyword.operator.attribute-equals.xml","="],
32+
["string.attribute-value.xml","\"en\""],
33+
["meta.tag.punctuation.tag-close.xml",">"],
34+
["text.xml"," "],
35+
["comment.xml","<!--<![endif]-->"]
1836
],[
19-
"start"
37+
"tag_single"
2038
],[
2139
"start"
2240
],[
2341
"start",
2442
["punctuation.section.comment","/adasdasdad"]
2543
],[
2644
"start",
27-
["entity.name.tag.haml","%div"],
45+
["meta.tag.haml","%div"],
2846
["punctuation.section","{"],
2947
["constant.other.symbol.ruby",":id"],
3048
["text"," => "],
@@ -43,132 +61,134 @@
4361
["punctuation.section.comment","/ file: app/views/movies/index.html.haml"]
4462
],[
4563
"start",
46-
["meta.escape.haml","\\d"]
64+
["character.escape.haml","\\d"]
4765
],[
4866
"start",
49-
["entity.name.tag.haml","%ads:"],
67+
["meta.tag.haml","%ads:"],
5068
["punctuation.section","{"],
5169
["constant.other.symbol.ruby",":bleh"],
5270
["text"," => "],
5371
["constant.numeric","33"],
5472
["punctuation.section","}"]
5573
],[
5674
"embedded_ruby",
57-
["entity.name.tag.haml","%p"],
58-
["text","==ddd=="]
75+
["meta.tag.haml","%p"],
76+
["text","=="],
77+
["text.xml","ddd"],
78+
["text","=="]
5979
],[
6080
"start",
61-
["text"," Date/Time:"]
81+
["text"," "],
82+
["text.xml","Date/Time:"]
6283
],[
6384
"embedded_ruby",
6485
["text"," - "],
65-
["identifier","now"],
66-
["text"," = "],
86+
["text.xml","now "],
87+
["text","= "],
6788
["support.class","DateTime"],
6889
["text","."],
6990
["identifier","now"],
7091
["text"," "]
7192
],[
7293
"start",
73-
["entity.name.tag.haml"," %strong"],
74-
["text","= now"]
94+
["text"," "],
95+
["meta.tag.haml","%strong"],
96+
["text","= "],
97+
["text.xml","now"]
7598
],[
76-
"embedded_ruby",
99+
"start",
77100
["text"," = "],
78-
["keyword","if"],
79-
["text"," "],
80-
["identifier","now"],
81-
["text"," "],
82-
["support.class","DateTime"],
83-
["text","."],
84-
["identifier","parse"],
85-
["text","(\""],
86-
["support.class","December"],
87-
["text"," "],
88-
["constant.numeric","31"],
89-
["text",", "],
90-
["constant.numeric","2006"],
91-
["text","\")"]
101+
["text.xml","if now DateTime.parse("],
102+
["string","\"December 31, 2006\""],
103+
["text.xml",")"]
92104
],[
93-
"embedded_ruby",
94-
["text"," = \""],
95-
["support.class","Happy"],
96-
["text"," "],
97-
["identifier","new"],
98-
["text"," \" + \""],
99-
["identifier","year"],
100-
["text","!\""]
105+
"start",
106+
["text"," = "],
107+
["string","\"Happy new \""],
108+
["text.xml"," + "],
109+
["string","\"year!\""]
101110
],[
102111
"start",
103-
["entity.name.tag.haml","%sfd"],
104-
["entity.other.attribute-name.class.haml",".dfdfg"]
112+
["meta.tag.haml","%sfd"],
113+
["keyword.attribute-name.class.haml",".dfdfg"]
105114
],[
106115
"start",
107-
["punctuation.section.comment","#content"]
116+
["keyword.attribute-name.id.haml","#content"]
108117
],[
109118
"start",
110-
["text"," .title"]
119+
["text"," "],
120+
["keyword.attribute-name.class.haml",".title"]
111121
],[
112122
"start",
113-
["entity.name.tag.haml"," %h1"],
114-
["text","= @title"]
123+
["text"," "],
124+
["meta.tag.haml","%h1"],
125+
["text","= "],
126+
["text.xml","@title"]
115127
],[
116-
"embedded_ruby",
128+
"start",
117129
["text"," = "],
118-
["support.function","link_to"],
119-
["text"," '"],
120-
["support.class","Home"],
121-
["text","', "],
122-
["identifier","home_url"]
130+
["text.xml","link_to "],
131+
["string","'Home'"],
132+
["text.xml",", home_url"]
123133
],[
124-
"start"
134+
"tag_single"
125135
],[
126136
"start",
127-
["punctuation.section.comment"," #contents"]
137+
["text"," "],
138+
["text.xml"," #contents"]
128139
],[
129140
"start",
130-
["entity.name.tag.haml","%div"],
131-
["entity.other.attribute-name.id.haml","#content"]
141+
["meta.tag.haml","%div"],
142+
["keyword.attribute-name.id.haml","#content"]
132143
],[
133144
"start",
134-
["entity.name.tag.haml"," %div"],
135-
["entity.other.attribute-name.class.haml",".articles"]
145+
["text"," "],
146+
["meta.tag.haml","%div"],
147+
["keyword.attribute-name.class.haml",".articles"]
136148
],[
137149
"start",
138-
["entity.name.tag.haml"," %div"],
139-
["entity.other.attribute-name.class.haml",".article.title"],
140-
["text"," Blah"]
150+
["text"," "],
151+
["meta.tag.haml","%div"],
152+
["keyword.attribute-name.class.haml",".article.title"],
153+
["text"," "],
154+
["text.xml","Blah"]
141155
],[
142156
"start",
143-
["entity.name.tag.haml"," %div"],
144-
["entity.other.attribute-name.class.haml",".article.date"],
157+
["text"," "],
158+
["meta.tag.haml","%div"],
159+
["keyword.attribute-name.class.haml",".article.date"],
145160
["text"," "],
146161
["constant.numeric","2006-11-05"]
147162
],[
148163
"start",
149-
["entity.name.tag.haml"," %div"],
150-
["entity.other.attribute-name.class.haml",".article.entry"]
164+
["text"," "],
165+
["meta.tag.haml","%div"],
166+
["keyword.attribute-name.class.haml",".article.entry"]
151167
],[
152168
"start",
153-
["text"," Neil Patrick Harris "]
169+
["text"," "],
170+
["text.xml","Neil Patrick Harris "]
154171
],[
155-
"start"
172+
"tag_single"
156173
],[
157174
"start",
158-
["entity.name.tag.haml","%div"],
159-
["text","[@user, "],
175+
["meta.tag.haml","%div"],
176+
["text","["],
177+
["text.xml","@user, "],
160178
["constant.other.symbol.ruby",":greeting"],
161-
["text","]"]
179+
["text.xml","]"]
162180
],[
163181
"start",
164-
["entity.name.tag.haml"," %bar"],
182+
["text"," "],
183+
["meta.tag.haml","%bar"],
165184
["text","["],
166185
["constant.numeric","290"],
167-
["text","]/"]
186+
["text.xml","]/"]
168187
],[
169-
"start",
170-
["text"," "],
171-
["string.quoted.double","==Hello!=="]
188+
"embedded_ruby",
189+
["text"," =="],
190+
["text.xml","Hello!"],
191+
["text","=="]
172192
],[
173193
"start"
174194
]]

0 commit comments

Comments
 (0)