Ryan Griffith
7dcd7c0cb9
Fixing newline character for text files
...
This addressed an issue where the newlines generated when including snippet files does not contain newline characters, this causes SnippetManager.parseSnippetFile to always return empty.
Instead, of creating actual newlines and a multiline string with \, this adds newline characters.
2013-04-05 08:54:31 -03:00
Lennart Kats
202ecaac90
Merge pull request #1346 from ajaxorg/tmSnippets
...
snippet bugfix
2013-04-05 00:52:51 -07:00
nightwing
9409ae8090
fix typo
2013-04-04 23:27:26 +04:00
nightwing
c4c308211e
do not use split with capturing regex to not break old ie
2013-04-04 23:17:39 +04:00
nightwing
28943dcf1d
snippetManager should be lowercase
2013-04-04 22:59:06 +04:00
nightwing
9a59b084cc
update lsl test
2013-04-01 20:56:44 +04:00
Harutyun Amirjanyan
83de4e32e7
Merge pull request #1336 from buildersbrewery/master
...
updated lsl syntaxhighlight
2013-04-01 09:56:05 -07:00
Builders Brewery
7e9e425f84
added llGetAnimationOverride, llResetAnimationOverride, llSetAnimationOverride
2013-03-30 23:19:27 +01:00
Builders Brewery
f310c09502
added PERMISSION_OVERRIDE_ANIMATIONS
2013-03-30 22:45:49 +01:00
Builders Brewery
1361ee6579
removed a ,
2013-03-30 19:31:22 +01:00
Builders Brewery
3681dbeaea
added missing , and condensed regex
2013-03-30 19:18:41 +01:00
Builders Brewery
7a6fd89bfc
rollback
2013-03-30 18:29:46 +01:00
Builders Brewery
346712c6ca
fixed typo from pasting no2
2013-03-30 18:18:37 +01:00
Builders Brewery
eadd4e4b39
fixed typo from pasting
2013-03-30 18:13:32 +01:00
Builders Brewery
66ddb8d25b
added left shift, right shift, bitwise xor to keyword.operator and condensed regex match
2013-03-30 18:05:30 +01:00
Builders Brewery
93c57928d3
updated keyword.operator and moved indentation to the left
2013-03-30 17:30:41 +01:00
Lennart Kats
ac1835e54d
Merge pull request #1311 from ajaxorg/emmet
...
Add Emmet extension
2013-03-30 09:17:56 -07:00
nightwing
61155649b9
remove console.log
2013-03-30 19:57:10 +04:00
nightwing
ec9984acbd
add link to chocolatejs
2013-03-30 18:27:18 +04:00
nightwing
55af92676f
add emmet extension
2013-03-30 18:12:52 +04:00
nightwing
5b6a826383
add divshot to list of sites using ace
2013-03-30 18:10:03 +04:00
nightwing
d92505e1c9
autodetect platform in HashHandler
2013-03-30 18:08:41 +04:00
nightwing
841dbf7890
add EventEmitter.off
2013-03-30 18:07:17 +04:00
nightwing
f531bceabe
pass target to eventListener as a second argument
2013-03-30 18:07:17 +04:00
Lennart Kats
5a367bafb3
Merge pull request #1340 from ajaxorg/wrap_bug
...
fix #1337
2013-03-30 05:21:41 -07:00
nightwing
10bbd842a3
fix test
2013-03-30 16:02:55 +04:00
nightwing
4be0153e2b
fix #1337 bad interaction of removeFolds and updateWrapData
2013-03-30 15:47:27 +04:00
nightwing
cf74db8e1d
cleanup
2013-03-30 15:46:52 +04:00
Harutyun Amirjanyan
5fd8d7bbc8
Merge pull request #1334 from LivelyKernel/occur-with-isearch
...
Occur with isearch
2013-03-30 02:53:37 -07:00
Builders Brewery
1cc09de7b7
updated lsl syntax highlight
2013-03-29 17:25:35 +01:00
Robert Krahn
227f500a2c
occur+isearch: fixing tests
2013-03-28 14:21:12 -07:00
Robert Krahn
eb25810456
occur+isearch: adding occurisearch command and binding it to Ctrl-o by default
2013-03-28 14:13:26 -07:00
Robert Krahn
e8c8cfeda4
occur+isearch: fixing highlighting for big font sizes
2013-03-28 12:24:37 -07:00
Harutyun Amirjanyan
7ee9300df3
Merge pull request #1332 from akumpf/patch-1
...
Update Chaos.css to include indent-guide and fold
2013-03-28 11:30:32 -07:00
Adam Kumpf
3d2e291c0c
Update Chaos.css to include indent-guide and fold
...
Add indent guide to theme.
Modify ace_fold to be more subtle (the big inline ace_fold widgets are a bit distracting on this dark theme).
This is true to the original Chaos theme (Space Editor).
2013-03-28 11:12:17 +01:00
Lennart Kats
f118db4560
Merge pull request #1329 from ajaxorg/searchbox
...
logiQL
2013-03-27 08:41:33 -07:00
nightwing
74a66575f3
restart search after toggling option
2013-03-27 15:41:15 +04:00
nightwing
57cb18fa00
fix typo
2013-03-27 15:41:15 +04:00
nightwing
74f38ffd6a
add autoindent after { and brace pairing for logiql
2013-03-27 15:41:15 +04:00
nightwing
41438b75b7
early error on tokenLength/matchCount mismatch
2013-03-27 15:41:15 +04:00
nightwing
7f76f0b81c
fix setAutoScrollEditorIntoView and use in demo page
2013-03-27 15:41:15 +04:00
nightwing
dce629169d
tweak searchbox options
2013-03-27 15:41:14 +04:00
Matthew Kastor
38a96a2a32
Adds search options to find / find&replace
...
I use regex searches all the time for finding and replacing text
so I changed the searchbox extension a little bit to do what I want.
I added in the whole word and case sensitive options too. It works
nicely and updates the highlighted bits when the checkboxes change.
2013-03-27 15:41:14 +04:00
Harutyun Amirjanyan
b04a519b9c
Merge pull request #1327 from ajaxorg/dont_build_on_install
...
don't build on install
2013-03-27 04:35:32 -07:00
Fabian Jakobs
7db53313b7
don't build on install
2013-03-26 12:39:45 +00:00
Lennart Kats
dd5c9954db
Merge pull request #1192 from ajaxorg/tmSnippets
...
Add support for TextMate snippets
2013-03-25 11:41:05 -07:00
Ruben Daniels
0d303296fe
Merge pull request #1318 from ajaxorg/hotfix/ie8
...
Hotfix/ie8
2013-03-24 09:35:44 -07:00
Ruben Daniels
91afcc5800
Merge pull request #1323 from ajaxorg/newclient
...
Newclient
2013-03-24 09:35:25 -07:00
nightwing
5d97f70a4e
properly remove old selectionMarkers
2013-03-24 19:29:40 +04:00
nightwing
2d90f50491
properly cleanup multiselect when changing session
2013-03-24 19:29:40 +04:00