Commit graph

5,265 commits

Author SHA1 Message Date
Harutyun Amirjanyan
710bf4dbe0 Merge pull request #1719 from nbreslow/master
Added support for Autodesk Maya MEL
2013-12-12 14:53:27 -08:00
Nicholas Breslow
cde625fde3 Added c-style behavior and fold mode / updated mode syntax.
As per Harutyun Amirjanyan's request I made the following two changes:
1) Added c-style behavior and fold mode.
2) Updated mode syntax for mel to current one used by Ace.
2013-12-12 16:47:41 -05:00
Nicholas Breslow
56604c1fa5 Updated project. 2013-12-10 14:03:53 -05:00
Nicholas Breslow
a6c6028f7e Changed mel.mel example file. 2013-12-10 14:03:23 -05:00
DanyaPostfactum
8ecc94a181 Rename ScrollBarV -> VScrollBar, ScrollBarH -> HScrollBar 2013-12-10 17:41:02 +10:00
nightwing
00df72ee0d allow inlining multiple text modules 2013-12-09 23:24:43 +04:00
Ryan Griffith
2b10c2071f Check for possible snippet expansion before attempting to proceed to the next tabstop. 2013-12-09 10:04:38 -05:00
Lennart Kats
24c207191c Merge pull request #1702 from ajaxorg/themes
Themes
2013-12-09 04:03:10 -08:00
Lennart Kats
be2b684b6f Merge pull request #1716 from ajaxorg/force_ltr
force editor text to be ltr
2013-12-09 04:00:23 -08:00
nightwing
5f0012f653 force editor text to be ltr
fixes #1429
2013-12-06 23:58:11 +04:00
nightwing
4307aba209 fix #1693 searchbox is broken when creating ace in pre tag 2013-12-06 23:08:51 +04:00
Lennart Kats
f5334ceaa2 Merge pull request #1701 from ajaxorg/static_highlighter
use css counter for line number in static_highlighter
2013-12-06 08:21:59 -08:00
Lennart Kats
91d581b12b Merge pull request #1705 from ajaxorg/autocomplete/hor_scroll
fix #1680 Autocomplete box doesn't work with horizontal scrolling
2013-12-06 07:57:38 -08:00
Lennart Kats
e7f412c992 Merge pull request #1688 from ajaxorg/highlighting/apache_conf
add apache_conf mode
2013-12-06 07:55:39 -08:00
Lennart Kats
40ea516801 Merge pull request #1700 from ajaxorg/newclient
sync with cloud9
2013-12-06 06:44:32 -08:00
nightwing
c2b097b825 add includeScopes for velocity mode 2013-12-05 23:57:18 +04:00
nightwing
a0ab8baa56 add id to all modes 2013-12-05 23:46:16 +04:00
Harutyun Amirjanyan
84bc9b25de Merge pull request #1712 from hannonhill/velocity-snippets
Add snippets for common Velocity directives
2013-12-05 08:19:04 -08:00
nightwing
6b1215bca8 move user-select:none to scroller fixes #1675 on linux 2013-12-05 20:13:37 +04:00
Ryan Griffith
69b144686a Added snippets for common Velocity directives. 2013-12-04 15:52:40 -05:00
nightwing
5ed4e3eded reset scroll position 2013-12-03 23:11:54 +04:00
nightwing
af7c370318 fix #1680 Autocomplete box doesn't work with horizontal scrolling 2013-12-02 23:36:27 +04:00
DanyaPostfactum
b58b38d74a Move setVisible() method to ScrollBar class 2013-12-02 21:09:14 +10:00
nightwing
6461d62f90 fix prolog mode and update tests 2013-11-30 18:44:55 +04:00
nightwing
d87ba89c49 do not loose currentState if tokenizer uses combination of next and push 2013-11-30 18:40:02 +04:00
nightwing
93d2b75b4f add demo for ejs 2013-11-30 00:57:56 +04:00
nightwing
c563f15e93 use ext/themelist.js in kitchen-sink demo 2013-11-29 23:53:28 +04:00
nightwing
4d88770435 fix bug in converter and add two new themes 2013-11-29 23:53:27 +04:00
nightwing
29e1838394 update build submodule 2013-11-28 01:10:23 +04:00
Harutyun Amirjanyan
8cfd45feab Merge pull request #1698 from LivelyKernel/ace-ajax-master
cstyle behaviour fix for entering braces
2013-11-27 12:43:35 -08:00
Robert Krahn
69b40db4f2 fix cstyle behaviour when inserting braces and doing a newline. Previous behaviour would not add a closing brace when no other opening brace was present 2013-11-25 18:11:15 -08:00
DanyaPostfactum
03edee8c30 Refactor ScrollBarV and ScrollBarH classes 2013-11-24 23:00:06 +10:00
nightwing
70bc7d7dc0 update tests 2013-11-24 16:47:32 +04:00
nightwing
e70f0773df Merge pr/1692 into master 2013-11-24 16:34:04 +04:00
nightwing
d870d81ea0 revert change to markup.list 2013-11-24 16:31:07 +04:00
nightwing
9b8e236483 do not modify dom from computeLayerConfig 2013-11-24 16:19:59 +04:00
nightwing
9a2ee70af8 allow starting and cancelling mouse capture from outside 2013-11-24 16:18:13 +04:00
nightwing
4cb1e7b849 misc fixes 2013-11-24 16:16:36 +04:00
nightwing
a910b8ee18 do not freeze browser when calling fold all second time 2013-11-24 16:15:52 +04:00
nightwing
9002950bf7 rename group to aceCommandGroup to not conflict with cloud9 2013-11-24 16:13:36 +04:00
nightwing
b88bf398b5 smoother resizing #1687 2013-11-24 16:11:51 +04:00
nightwing
1704cbdcc2 check for valid start state in tokenizer 2013-11-24 16:10:40 +04:00
nightwing
d03e5d1120 add selectOrFindNext commands and disable sublime ctrl-d like behavior of ctrl-arrow 2013-11-24 16:09:52 +04:00
Robik
76230003b6 Removed unused code; Added missing keywords; Added defaultToken 2013-11-24 11:25:11 +01:00
Benoit Schweblin
78ee0833ba Set defaultToken to markup.list for lists and string.blockquote for blockquotes 2013-11-23 22:53:11 +00:00
nightwing
0e9d413102 cleanup vbscrip mode 2013-11-22 22:03:02 +04:00
Robik
34ceb4e15e Improved D Language mode 2013-11-21 14:18:51 +01:00
nightwing
b42ce65a54 use css counter for static highlight gutter 2013-11-20 20:02:31 +04:00
nightwing
727c94c90a cleanup 2013-11-20 18:33:40 +04:00
Benoit Schweblin
a50c0a27b9 [Markdown highlighting] Fixed list inside blockquotes 2013-11-20 00:15:28 +00:00