nightwing
3e99b7f4fa
fix folding for c9search (for lines matching /\w:$/)
2012-06-30 13:25:36 +04:00
nightwing
dbe4d0531e
size multiline markers with "right" instead of "width"
2012-06-30 13:25:36 +04:00
nightwing
7f8892f9a5
folds with wrong range shouldn't break renderer
2012-06-30 13:25:36 +04:00
nightwing
d23ffd89e4
update themes
2012-06-30 13:20:48 +04:00
nightwing
fa79d72d7f
keep bold keywords for static highlighter
2012-06-30 12:45:54 +04:00
nightwing
fed582bda6
remove undefined editor variable
2012-06-30 11:06:02 +04:00
nightwing
9e85280af5
fix gutterline color for dark themes
2012-06-30 11:06:02 +04:00
Harutyun Amirjanyan
e322a4ee3b
Merge pull request #825 from josh/github-theme-tweaks
...
Tweak github theme
2012-06-30 00:05:08 -07:00
Harutyun Amirjanyan
c66d16c109
Merge pull request #824 from miketaylr/opera_keyboardevent
...
Add "KeyboardEvent" in window check for old Opera.
2012-06-30 00:03:15 -07:00
Harutyun Amirjanyan
5abdab210d
Merge pull request #817 from pscheit/master
...
removed trailing comma in javascript mode
2012-06-30 00:01:05 -07:00
Harutyun Amirjanyan
40bf21b803
Merge pull request #816 from pscheit/patch-1
...
fix trailing "," in object literal
2012-06-30 00:00:49 -07:00
Joshua Peek
b1fca409a8
Tweak github theme
...
Adds grey gutter and yellow highlight
Removes bold keywords which cause cursor issues
2012-06-29 13:22:49 -05:00
Mike Taylor
d388fe9a85
Oops, forgot some grouping parens.
2012-06-28 14:57:06 -05:00
Mike Taylor
d7ad494a30
Add "KeyboardEvent" in window check for old Opera.
...
We've added support for DOM3 Keyboard Events (and cleaned up things)
generally--so this workaround won't be needed when those changes
land in a stable version of Opera. This change allows older versions
of Opera to continue working.
2012-06-27 13:00:16 -05:00
Giannis
78975a0fc2
* update gutter font color
2012-06-27 18:26:46 +03:00
Giannis
21d8ed2fd3
* update gutter color for themes
2012-06-26 19:51:05 +03:00
Garen Torikian
6f51592c80
Merge pull request #818 from ajaxorg/dependencies-fix
...
moved `devDependencies` to `dependencies`
2012-06-19 14:21:49 -07:00
cadorn
281f582d40
moved devDependencies to dependencies
2012-06-19 10:37:52 -07:00
Philipp Scheit
0ae3b0922a
remove traling comma in object literal
2012-06-19 17:31:22 +03:00
Philipp Scheit
de37fac680
fix trailing "," in object literal
2012-06-19 15:26:31 +03:00
nightwing
5c64646684
revert accidental changes to themes
2012-06-19 15:00:45 +04:00
Ruben Daniels
13d5d54faf
Merge pull request #804 from ajaxorg/fix/search_ui
...
Updates to c9 highlighing for search results
2012-06-19 02:25:18 -07:00
Garen Torikian
c634e9c17b
Merge pull request #814 from ajaxorg/ui/optimize-experimental
...
Ui/optimize experimental
2012-06-19 01:38:17 -07:00
Garen Torikian
7ab0e97bee
Merge pull request #815 from danyaPostfactum/patch-6
...
Blue color of string for chrome theme
2012-06-19 01:35:00 -07:00
danyaPostfactum
4fe2c58753
Blue color of string for chrome theme
2012-06-19 18:31:29 +10:00
Ruben Daniels
72c733e829
* Fix for editor that can be null if no editor is loaded.
2012-06-18 21:52:55 -07:00
Ruben Daniels
67d75fc948
Merge branch 'master' of github.com:ajaxorg/ace into ui/optimize-experimental
2012-06-18 20:39:55 -07:00
Fabian Jakobs
c3d304d1cf
Merge pull request #813 from ajaxorg/aceGutterIcons
...
Gutter icons update for dark themes
2012-06-18 10:34:40 -07:00
Vlad Zinculescu
acdff2a468
fold icons for dark themes. fixed fold icon position when active but not hovered
2012-06-18 16:59:10 +02:00
Vlad Zinculescu
1f51847635
added info icon for dark theme
2012-06-18 12:15:24 +02:00
Garen Torikian
92dd3c8547
Merge pull request #812 from bootstraponline/master
...
Add GitHub theme option to kitchen sink.
2012-06-17 20:19:56 -07:00
bootstraponline
434abc7645
Add GitHub theme option to kitchen sink.
2012-06-17 18:46:49 -06:00
nightwing
a091a627a0
small cleanup
2012-06-17 16:45:57 +04:00
Choonster
561a426516
Added LuaPage mode/highlighter to Ace.
...
Added LuaPage mode and example doc to kitchen sink demo.
2012-06-17 16:20:58 +04:00
Ruben Daniels
0fb3a72946
Merge branch 'master' of github.com:ajaxorg/ace into ui/optimize-experimental
2012-06-16 00:07:56 -07:00
Harutyun Amirjanyan
5f6cbc8bd7
Merge pull request #799 from bootstraponline/github_theme
...
Add github theme.
2012-06-14 12:02:14 -07:00
Ruben Daniels
5e6d40f462
* Fixed recursion issue
2012-06-13 23:29:19 -07:00
Ruben Daniels
575cec571e
Merge branch 'master' of github.com:ajaxorg/ace into ui/optimize-experimental
2012-06-13 22:54:39 -07:00
Ruben Daniels
d9c0212fa1
* Added ability to force ace to resize
...
* Automatically size the width via css
2012-06-13 22:18:15 -07:00
Garen Torikian
2c4ddef29b
Remove theme modification
2012-06-12 12:29:47 -07:00
Garen Torikian
b35f46937c
Updates to c9 highlighing
2012-06-12 09:10:49 -07:00
Fabian Jakobs
df0550bf1d
Merge pull request #802 from ajaxorg/misc
...
Misc
2012-06-11 10:28:07 -07:00
nightwing
0af6526769
do not start drag on ctrl+click
2012-06-11 09:14:16 +04:00
nightwing
39859015a7
accept js in markdown highlighter
2012-06-11 09:14:16 +04:00
nightwing
689bed38ff
improve jumptomatching
2012-06-11 09:14:16 +04:00
nightwing
ef489ae8e3
select block in braces by double clicking on the brace
2012-06-11 09:14:16 +04:00
nightwing
28e1e159f6
do not call host.onFocus before textarea is actually focused
2012-06-11 09:14:16 +04:00
nightwing
c5d66e1f5f
code style
2012-06-11 09:14:15 +04:00
nightwing
67b1c62c03
fix centerSelection for wrapped documents
2012-06-11 09:14:15 +04:00
nightwing
a82c1c52d8
add duplicateSelection command
2012-06-11 09:14:15 +04:00