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 |
|
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
|
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 |
|
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
|
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 |
|
Benoit Schweblin
|
c2fb30b313
|
[Markdown highlighting] Parse basic rules in blockquotes
|
2013-11-19 19:48:13 +00:00 |
|
Harutyun Amirjanyan
|
a7798c4497
|
Merge pull request #1686 from danyaPostfactum/object-create
Use Object.create for inheritance
|
2013-11-19 00:02:42 -08:00 |
|
nightwing
|
8b4c88d636
|
add apache_conf mode
|
2013-11-18 10:45:56 +04:00 |
|
DanyaPostfactum
|
9719c770d3
|
Use Object.create for inheritance
|
2013-11-17 17:58:21 +10:00 |
|
nightwing
|
4c3c132f2b
|
add position rounding change missed from 753dbbe
|
2013-11-15 01:07:47 +04:00 |
|
Lennart Kats
|
f8e96328e4
|
Merge pull request #1683 from ajaxorg/static_highlight
fix static highlight bugs
|
2013-11-14 01:52:07 -08:00 |
|
nightwing
|
9e5dda2334
|
fix static highlight bugs
#1681 #1682
|
2013-11-13 22:35:29 +04:00 |
|
Lennart Kats
|
ed87f5326f
|
Merge pull request #1678 from ajaxorg/line_widgets_pt1
Add support for line widgets
|
2013-11-13 10:10:24 -08:00 |
|
nightwing
|
60cfe6f161
|
update wrapData when wrapMethod changes
|
2013-11-13 03:34:52 +04:00 |
|
nightwing
|
188252891a
|
update test
|
2013-11-13 03:22:32 +04:00 |
|