Commit graph

4,268 commits

Author SHA1 Message Date
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
4b3d5fd52b remove unchecked for-in loop from detectIndentation 2013-03-19 16:11:50 +04:00
nightwing
3a781ed2c2 small cleanup 2013-03-18 17:01:10 +04:00
Mostafa Eweda
cc1cee2c23 Merge pull request #1312 from ajaxorg/detectIndents
add addon for whitespace manipulation
2013-03-18 00:53:20 -07:00
nightwing
cc7c023e7a remove unnecessary comparison with second match 2013-03-18 11:06:42 +04:00
Robert Krahn
b974de5e0a [occur] removing debug code 2013-03-17 19:08:44 -07:00
Robert Krahn
5d28dbfb44 [occur] keep highlights when exiting recursive occur session 2013-03-17 19:06:04 -07:00
Robert Krahn
d75845f3aa [occur] fixing recursive occurs 2013-03-17 19:06:04 -07:00
Robert Krahn
96bca7ed95 [occur] proper session replacement 2013-03-17 19:06:03 -07:00
Robert Krahn
4b0b579bf4 [occur] towards better occur session display 2013-03-17 19:06:03 -07:00
Robert Krahn
6f68042545 [occur] highlighting occur search term in occur mode 2013-03-17 19:05:46 -07:00
Robert Krahn
f351c9de38 [occur] allowing other commands 2013-03-17 19:05:05 -07:00
Robert Krahn
fe3e92a3f9 fix for setReadOnly 2013-03-17 19:05:05 -07:00
Robert Krahn
313c4f77f7 [occur] cleanup 2013-03-17 19:05:05 -07:00
Robert Krahn
204e6b5ab0 [occur] entering and exiting occur: position is translated 2013-03-17 19:05:05 -07:00
Robert Krahn
1483264033 [occur] options fix 2013-03-17 19:05:05 -07:00
Robert Krahn
ecf258f2a0 oop.mixin returns object 2013-03-17 19:05:04 -07:00
Robert Krahn
0aee413754 [occur] make occur doc react to keyboard evts / highlight it 2013-03-17 19:05:04 -07:00
Robert Krahn
8102b6579f [occur] fixing occur lines 2013-03-17 19:05:04 -07:00
Robert Krahn
7f1e926f3c [occur] highlighting occur doc 2013-03-17 19:05:04 -07:00
Robert Krahn
2ba388ed04 [occur] command cleanup 2013-03-17 19:05:04 -07:00
Robert Krahn
887aa24ceb [occur] starting with simple occur functionality 2013-03-17 19:05:04 -07:00
Robert Krahn
69b125db10 [incremental search] isearch highlight cleanup 2013-03-17 17:38:33 -07:00