nightwing
e6fd9dc977
move elastic_tabstops into ext to automatically include in build
2013-02-22 16:39:45 +04:00
nightwing
04f06ebefe
use config defineOptions
2013-02-22 16:17:30 +04:00
Garen Torikian
3d0f30c36d
Start addressing comments
2013-02-22 16:17:30 +04:00
Garen Torikian
6e1398273c
Turn into separate plugin
2013-02-22 16:17:29 +04:00
nightwing
2f55065e84
fix #1239 on('changeScrollTop') argument is an object instead of number
2013-02-22 14:22:51 +04:00
nightwing
c6ba1957aa
add a way for disabling AutoScrollEditorIntoView
2013-02-22 14:22:29 +04:00
nightwing
bd6dda68f0
Issue #1232 : Scroll editor into browser view on cursor movement
2013-02-22 14:22:27 +04:00
nightwing
59a54f704d
fix #997 : Pascal Language Support
2013-02-16 23:09:21 +04:00
nightwing
b4f799770a
add sass mode
2013-02-16 23:09:20 +04:00
nightwing
0c318fa8c0
tweak mode_creator
2013-02-16 23:09:20 +04:00
Lennart Kats
36554a61ca
Merge pull request #1226 from ajaxorg/options
...
better way for managing options
2013-02-14 00:57:08 -08:00
Garen Torikian
65783be88a
Merge master
2013-02-06 12:45:48 -08:00
Garen Torikian
90964745bf
Stash
2013-02-06 12:43:38 -08:00
nightwing
6790b2df4b
Merge pull request #1231 from NalaGinrut/master
...
Add Scheme mode
2013-02-06 19:25:32 +04:00
nightwing
4bbf4e7ac0
Fixed: test case for scheme
2013-02-06 19:13:06 +04:00
Garen Torikian
598d0d3ec2
Fix CPP multiline directives
2013-02-04 17:00:37 -08:00
Garen Torikian
ab09f5e38f
Fix sh highlighting
2013-02-04 16:55:03 -08:00
Nala Ginrut
67b1b25469
Fixed: keyword can't be colored
...
modified: demo/kitchen-sink/docs/scheme.scheme
* fix typo
modified: lib/ace/mode/scheme_highlight_rules.js
* remove '() since it's hard to parse and trivious for coloring.
* keyword and constant coloring fine now.
2013-02-02 22:30:37 +08:00
Nala Ginrut
7fbd7395b3
Add scheme.scheme
...
new file: demo/kitchen-sink/docs/scheme.scheme
2013-02-02 20:05:05 +08:00
nightwing
cfa3171ac4
add mode for textmate snippets
2013-02-02 14:44:06 +04:00
nightwing
d2d42499ca
#1069 support ruby heredocs
2013-02-02 14:44:04 +04:00
Nala Ginrut
065e1ae19c
Update Scheme mode.
...
modified: demo/kitchen-sink/doclist.js
modified: demo/kitchen-sink/modelist.js
new file: lib/ace/mode/_test/tokens_scheme.json
modified: lib/ace/mode/scheme_highlight_rules.js
2013-01-31 16:12:54 +08:00
nightwing
f74185870f
better way for managing options
2013-01-30 12:36:34 +04:00
Chester Wood
3c4bd8d21a
Fix CTRL-a to work as expected in emacs mode; restore former values of selection settings when switching keyboard or session
2013-01-30 12:13:11 +04:00
DanyaPostfactum
99f8aba562
Read-only checkbox in kitchen sink
2013-01-25 12:23:40 +04:00
Liborio Cannici
40fb7f3a11
Add a Syntax Highlighter for the Curly template language
2013-01-15 17:31:45 +01:00
Vlad Zinculescu
8d3c4feeb5
searchbox wip
2013-01-09 18:55:58 +04:00
nightwing
dcbbeb7e22
enable seting keybindings by name
2013-01-07 23:11:52 +04:00
nightwing
b6094d9472
add vbscript demo
2012-12-28 02:07:29 +04:00
nightwing
b4a607a280
add forgotten abap demo to index
2012-12-25 16:57:12 +04:00
Garen Torikian
723c86dc85
Fix preprocessor rules, #1170
2012-12-24 17:18:44 -08:00
nightwing
0514860492
fix typo in textinput.js
2012-12-17 10:25:37 +04:00
Paul Edwards
e3d9479a70
Updated to highlight dot code
...
Dot is a plain text graph description language used by graphviz.
2012-12-04 18:23:01 +00:00
Garen Torikian
af70013668
Add R highlighting from RStudio (plus other dependencies)
2012-11-26 05:47:25 -05:00
nightwing
4a095c2b7e
add abap mode
2012-11-25 01:52:14 +04:00
Harutyun Amirjanyan
1b3f268543
Merge pull request #1105 from grahamscott/luceneMode
...
Added lucene mode
2012-11-20 10:23:56 -08:00
Graham Scott
2075419a6f
Better lucene syntax example
2012-11-19 08:28:06 +00:00
Garen Torikian
2ad5b6e97b
Sergi ♥️ Lisp
2012-11-16 10:19:44 -08:00
Graham Scott
7a378c9ab8
Added lucene mode
2012-11-16 14:59:39 +01:00
Harutyun Amirjanyan
c36f8b7560
Merge pull request #1101 from ajaxorg/mode/haml
...
Mode/haml
2012-11-15 04:38:29 -08:00
Garen Torikian
5f5663dfe3
Add haml support
2012-11-15 16:25:40 +04:00
Garen Torikian
c5a3cac12f
More haml work
2012-11-15 16:25:40 +04:00
Garen Torikian
3dce122f8c
Start haml
2012-11-15 16:25:39 +04:00
Harutyun Amirjanyan
741451c041
Merge pull request #1095 from ajaxorg/mode/lisp
...
Add Lisp mode
2012-11-12 08:40:01 -08:00
Harutyun Amirjanyan
0013b85bc6
Merge pull request #1096 from ajaxorg/mode/stylus
...
Add stylus support
2012-11-12 08:39:31 -08:00
Garen Torikian
1b1b385b47
Add Lisp mode
2012-11-12 20:36:10 +04:00
Garen Torikian
6397482964
Add stylus support
2012-11-12 20:30:39 +04:00
Garen Torikian
5f7884657a
Add Dart support
2012-11-12 19:41:49 +04:00
Harutyun Amirjanyan
88bcdb075c
Merge pull request #1092 from ajaxorg/mode/objc
...
Add obj-c support
2012-11-10 01:45:49 -08:00
Garen Torikian
b883a44823
Fix indentation
2012-11-10 13:29:51 +04:00