Commit graph

4,977 commits

Author SHA1 Message Date
Matthew Kastor
8a08d3fc0a fix broken demo. 2013-09-12 01:44:25 -04:00
nightwing
2efe7f203e fix #1598 Pipe '|' symbol breaks YAML Syntax highlighting 2013-09-11 23:36:29 +04:00
nightwing
e52a4250fe fix html demo 2013-09-11 23:36:29 +04:00
nightwing
b4628d450f use lazy getTokenizer in getNextLineIndent 2013-09-11 23:36:29 +04:00
nightwing
811d190c95 create tokenizer only when needed 2013-09-11 23:36:29 +04:00
nightwing
bc4b1324b7 commandline in demo remains hidden sometimes 2013-09-11 23:36:28 +04:00
nightwing
b4f8e47fe3 fix slim cursor setting 2013-09-11 23:36:28 +04:00
nightwing
4670e2201d fix running Makefile.dryice.js from another directory 2013-09-11 23:36:28 +04:00
nightwing
5ba0212ca2 simple soytemplate highlighter 2013-09-11 23:36:28 +04:00
nightwing
3be21b77e5 simple handlebars mode 2013-09-11 23:36:28 +04:00
nightwing
7b80bb793e cleanup 2013-09-11 23:36:28 +04:00
nightwing
37fc612756 generate doclist automatically based on modelist 2013-09-11 23:36:28 +04:00
Harutyun Amirjanyan
4c1497fc29 Merge pull request #1596 from breck7/master
Rebased on latest Ace. Added Coffee Fold Mode
2013-09-11 12:17:28 -07:00
DanyaPostfactum
ddf5d1ab45 Improve autoscroll behavior for text dragging 2013-09-12 02:48:46 +10:00
DanyaPostfactum
b7daccf9a9 Fix IE native drag'n'drop issues 2013-09-12 01:44:55 +10:00
Lennart Kats
4d18ae10b2 Merge pull request #1600 from ajaxorg/protobuf
Added a Google Protobuf mode
2013-09-11 05:59:22 -07:00
Zef Hemel
7c8d81333f Added a Google Protobuf mode 2013-09-11 14:37:50 +02:00
DanyaPostfactum
2993ae831f Set this context of event handlers for old IE. 2013-09-11 21:52:30 +10:00
Zef Hemel
3cd5ea654e Added inherit keyword to Nix mode 2013-09-10 14:13:21 +02:00
Lennart Kats
98d149f0b8 Merge pull request #1597 from ajaxorg/golang-bool
Golang: Added 'bool' type and 'select' keyword
2013-09-10 04:58:40 -07:00
DanyaPostfactum
8936861338 Use native HTML5 Drag'n'Drop for text. 2013-09-10 21:41:20 +10:00
Zef Hemel
347be370fe and select keyword 2013-09-10 10:55:14 +02:00
Zef Hemel
ff93d54adc Added 'bool' type. 2013-09-10 10:44:44 +02:00
Breck
b297a1ae02 Removed comment 2013-09-09 12:31:02 -07:00
Breck
0b5d78736f Rebased on latest Ace. Added Coffee Fold Mode 2013-09-09 11:46:03 -07:00
Mostafa Eweda
0f83322450 Merge pull request #1592 from ajaxorg/anchor_align_left
Add insert right mode for anchors and range_lists
2013-09-06 10:52:27 -07:00
nightwing
06d61cf239 add insert right mode for anchors and range_lists 2013-09-06 21:47:39 +04:00
Harutyun Amirjanyan
1728b50198 Merge pull request #1591 from rmsmith/wraplimitrange_bugfix
`EditSession.setWrapLimitRange` should set a new object to `this.$wrapLi...
2013-09-06 06:45:08 -07:00
rmsmith
b3443a0fab EditSession.setWrapLimitRange should set a new object to this.$wrapLimitRange
This fixes a bug where if you have 2 instances of EditSession and you
`setWrapLimitRange` on one of them it would affect the $wrapLimitRange
on all other instances of EditSession.
2013-09-06 16:16:15 +03:00
nightwing
43d2a6607f use same font size for completion popup and editor 2013-09-06 13:43:41 +04:00
Harutyun Amirjanyan
5b6a1df596 Merge pull request #1590 from ajaxorg/go
Improved Go highlighting, added builtin types and functions
2013-09-06 02:14:59 -07:00
Zef Hemel
1b5d023389 Fix test 2013-09-06 11:12:33 +02:00
nightwing
bf1c41808b fix infinite loop when selectOnHover is true 2013-09-06 13:11:31 +04:00
Zef Hemel
0dd731a882 Improved Go highlighting, added builtin types and functions and "range" keyword. 2013-09-06 11:05:01 +02:00
Zef Hemel
f860b88e51 Merge pull request #1583 from ajaxorg/autocomplete
improve autocomplete popup
2013-09-06 02:03:58 -07:00
nightwing
2df136beba use text shadow instead of bold 2013-09-06 12:50:55 +04:00
Zef Hemel
060e86d6ca ace.session does not exist (not in the no-conflict mode exist), so let's use this.editor.session instead. 2013-09-06 10:33:08 +02:00
Lennart Kats
e746383ec0 Merge pull request #1571 from ajaxorg/newclient
sync with newclient
2013-09-06 00:21:34 -07:00
nightwing
1fa691693e fix expansion of snippets with nested tabstops 2013-09-05 18:45:51 +04:00
nightwing
62c514135d fix snippet file parsing 2013-09-05 00:28:42 +04:00
nightwing
df261c6763 higher index for gutter tooltip 2013-09-04 18:38:17 +04:00
nightwing
94e4c2d6dd include -1 when cycling through popup items 2013-09-04 18:37:50 +04:00
nightwing
d6de4ee6aa fix popup selection marker 2013-09-04 18:37:08 +04:00
nightwing
dd057f3095 allow fractional scrollLeft 2013-09-04 17:04:37 +04:00
nightwing
1bf73980ae shadow looks ugly on firefox 2013-09-04 13:34:42 +04:00
nightwing
3e4e7303fc Merge pull request #1585 2013-09-04 13:22:13 +04:00
nightwing
00a640e473 fix highlighting of closing brace 2013-09-04 13:19:23 +04:00
nightwing
3fe075f2af fix getAllRanges in singleSelect mode 2013-09-04 13:11:09 +04:00
nightwing
94bea36cf1 Merge remote-tracking branch 'remotes/pull/1587' 2013-09-04 13:05:03 +04:00
nightwing
61d33f4269 tweak style 2013-09-04 13:04:39 +04:00