Commit graph

4,298 commits

Author SHA1 Message Date
nightwing
0f4fd999ee allow delete command only after opening contextmenu
this will break delete from browser edit menu, but it is not as important as ime textinput
  fixes #1325
2013-03-28 21:25:05 +04: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
nightwing
9cc74437c2 fix theme==undefined in cloud9 splitview 2013-03-24 19:29:40 +04:00
nightwing
339bf10335 fix infinite loop when editor height is 0
fixes #1322
2013-03-24 19:29:40 +04:00
nightwing
771d861bd5 remove styles for occur-highlight from editor.css 2013-03-23 17:47:18 +04:00
nightwing
98b3bded77 Merge pull request #1314
Add Occur mode
2013-03-23 16:25:43 +04:00
nightwing
9d4faf8911 Merge pull request #1293
Incremental search
2013-03-23 16:21:35 +04:00
nightwing
d091abc397 Merge pull request #1277 from h3rb/master
Simply adding 1 more mode for Tiny Mushcode (a common research language like LISP)
2013-03-23 15:55:41 +04:00
nightwing
311e708da3 remove unneeded margin for brackets in terminal.css 2013-03-23 15:48:56 +04:00
h3rb
bac45dd0bb Fixed misnomer
ace_bracket-bad -> ace_bracket-unmatched
2013-03-23 15:33:21 +04:00
h3rb
f7a542a86c Naming / color updates to bracket-related css 2013-03-23 15:30:02 +04:00
h3rb
00c5b8cecc Refinement
Includes proper MUSH substitution/register highlighting
2013-03-23 15:29:49 +04:00
h3rb
7099a2604c Added support to terminal theme for bad/start brace 2013-03-23 15:28:59 +04:00
h3rb
9e3f1e663d Update tmtheme.js
Adding "Terminal" theme support
2013-03-23 15:23:59 +04:00
h3rb
7809bff119 Update mode_creator.js
Adding "Terminal" theme support
2013-03-23 15:23:59 +04:00
h3rb
b059930cba Update perf-test.html
Adding Terminal theme support
2013-03-23 15:23:59 +04:00
h3rb
6e62f2f0a5 Update scrollable-page.html
added terminal theme to "dark"
2013-03-23 15:23:59 +04:00
h3rb
6f6ec76f7b Create terminal.js
Adding new theme "Terminal"
2013-03-23 15:23:59 +04:00
h3rb
1042f2a106 Create terminal.css
Adding new theme "Terminal"
2013-03-23 15:23:59 +04:00
h3rb
c17238765b Update mushcode.js
Typo
2013-03-23 15:23:59 +04:00
h3rb
3637c8d87b Update doclist.js
Modified name of file
2013-03-23 15:23:59 +04:00
h3rb
84f167b828 Create tinymush.mc
Example MUSHcode
2013-03-23 15:23:58 +04:00
h3rb
cb3abb8257 Update doclist.js
Added to docs as per ace docs for TinyMUSH code hilighter
2013-03-23 15:23:58 +04:00
h3rb
69ea968649 Update modelist.js
Added MUSHCode to ModeList in Kitchensink
2013-03-23 15:23:58 +04:00
h3rb
f5cd45b925 Create mushcode.js
Current borrows off the python folding rules.  Folding doesn't really help mushcode unless you are using a code minimizer.
2013-03-23 15:22:57 +04:00
h3rb
fad204c007 Create mushcode_high_rules.js
Adding support for TinyMUSH
2013-03-23 15:22:57 +04:00
h3rb
7efe8c933b Update modelist.js
Included MUSHcode in Mode List
2013-03-23 15:22:57 +04:00
Harutyun Amirjanyan
86dda8b5a5 Merge pull request #1321 from matthewkastor/patch-1
fixed getShowPrintMargin
2013-03-22 01:14:41 -07:00
Matthew Kastor
b8607e861c fixed getSowPrintMargin
getShowPrintMargin always returned undefined.
2013-03-22 05:08:29 -03:00
nightwing
691b52cd92 remove trailing commas 2013-03-21 23:50:36 +04:00
nightwing
dda65a5585 do not use uppercase in file names
mend
2013-03-20 18:43:09 +04:00
nightwing
a3de845615 fix Tokenizer.createSplitterRegexp and add tests
fixes #1317
2013-03-20 11:44:32 +04:00
nightwing
e7fa7eb390 do not merge newLine tokens 2013-03-20 10:48:08 +04:00
nightwing
f9ed205557 add a way to unregister snippets 2013-03-20 02:38:57 +04:00
nightwing
19ea0fe979 add snippet editor to the demo 2013-03-19 18:41:41 +04:00
nightwing
4b3d5fd52b remove unchecked for-in loop from detectIndentation 2013-03-19 16:11:50 +04:00