Commit graph

2,970 commits

Author SHA1 Message Date
Harutyun Amirjanyan
c8a46bcfd6 Merge pull request #794 from ukyo/master
Added JSX edit mode
2012-06-09 00:10:20 -07:00
Ruben Daniels
62c0e594f4 Merge pull request #788 from nightwing/keybindings
improve default keybindings
2012-06-08 14:07:40 -07:00
ukyo
91df64cbda fix regex 2012-06-09 00:07:06 +09:00
Fabian Jakobs
e0610a5885 package 2012-06-07 09:15:42 -07:00
Fabian Jakobs
cd24d928b0 add ace-builds submodule. This way I can still publish to gh-pages 2012-06-07 08:45:08 -07:00
ukyo
5c7fb274d7 fix missing keywords 2012-06-04 17:46:11 +09:00
ukyo
de70cfd060 add jsx mode 2012-06-04 15:51:22 +09:00
ukyo
c43965fdb5 add jsx mode 2012-06-04 15:49:50 +09:00
Fabian Jakobs
dbab677c41 Merge pull request #790 from ajaxorg/ui/refactor
small bugfixes
2012-06-02 11:07:55 -07:00
Garen Torikian
7d89ecf82f Update Makefile 2012-06-01 14:57:27 -07:00
nightwing
865e02bd60 tripple quoted strings for groovy 2012-06-02 01:09:48 +04:00
nightwing
85ae1cd761 improve default keybindings 2012-06-01 18:50:54 +04:00
nightwing
dd84a7d650 fix background_tokenizer_test 2012-06-01 18:25:58 +04:00
nightwing
2ffe3726ce doubleclick on whitespace must select only whitespace 2012-06-01 18:24:57 +04:00
nightwing
93804d063e double quoted strings in scala can't span multiple lines 2012-06-01 18:08:15 +04:00
nightwing
1b981f1793 selectWordRight at the end of line should select whitespace on next line 2012-06-01 18:05:47 +04:00
nightwing
231e5a7cb7 allow focusing click to start selection if user really wants to 2012-06-01 15:02:12 +04:00
nightwing
3c75fe1fbd Accept dropped text 2012-06-01 14:57:51 +04:00
nightwing
51b15d3588 do not emit focus event if editor is already focused 2012-06-01 14:54:32 +04:00
nightwing
e38875cdfc fix highlighting of scala strings 2012-06-01 14:52:51 +04:00
nightwing
316023834e do not change background repeat of active gutter line 2012-06-01 12:10:39 +04:00
nightwing
a1f79bb2e2 update readme and demo 2012-05-31 23:40:11 +04:00
nightwing
28d4807d09 update makefile 2012-05-31 23:10:54 +04:00
Garen Torikian
da94ecdb42 Fix building of themes 2012-05-30 14:34:32 -07:00
nightwing
5f203ae4f5 add back forgotten file 2012-05-30 23:30:21 +04:00
Fabian Jakobs
e50461b7fa Merge pull request #782 from ajaxorg/selection_highlight
lazy highlighter for selected word
2012-05-30 12:21:35 -07:00
nightwing
9d0f2e41e8 lazy highlighter for selected word 2012-05-30 22:45:12 +04:00
Fabian Jakobs
b1bb0b9ccc Merge pull request #781 from ajaxorg/misc
Miscellaneous small bugfixes
2012-05-30 11:31:16 -07:00
Fabian Jakobs
6d003c953a Merge pull request #778 from ajaxorg/mouse
fix multiple clicks and reduce double click timeout
2012-05-30 11:27:12 -07:00
Fabian Jakobs
2a8eed9e98 Merge pull request #779 from ajaxorg/search
search rewrite
2012-05-30 11:26:11 -07:00
Fabian Jakobs
0bc0e7a33b Merge pull request #783 from ajaxorg/highlighting/php
Highlighting
2012-05-30 11:23:55 -07:00
Fabian Jakobs
f89417e03c Merge pull request #774 from ajaxorg/ui/search2
ability to insert more than 100000 lines
2012-05-30 08:44:12 -07:00
Harutyun Amirjanyan
e496e734b2 Merge pull request #776 from wcandillon/master
Update to the new background tokenizer API
2012-05-27 10:10:24 -07:00
nightwing
6ccfb6e439 tweak diff mode 2012-05-27 14:50:30 +04:00
nightwing
3f3769c80d add diff mode 2012-05-26 23:59:16 +04:00
nightwing
c870641506 improve json syntax highlighting 2012-05-26 22:22:40 +04:00
nightwing
d2dfec41ee fix highlighting of multiline php strings 2012-05-26 22:03:41 +04:00
nightwing
e501394c95 fix #780 and add tests for background_tokenizer 2012-05-26 00:51:57 +04:00
nightwing
fead610584 fix multiple clicks and reduce double click timeout 2012-05-25 21:34:36 +04:00
nightwing
3d774aa2b6 search rewrite 2012-05-25 21:15:38 +04:00
nightwing
31729a963a do not store copy of breakpoints array in gutter 2012-05-25 21:07:18 +04:00
nightwing
b3ffdeda6e fix c# and go highlight rules 2012-05-25 11:29:24 +04:00
nightwing
6e1215a45e small cleanups 2012-05-25 11:28:20 +04:00
nightwing
806114aa2e tweak fadeFoldWidgets animation 2012-05-25 11:12:44 +04:00
nightwing
acc3faf42c highlight full gutter line for wrapped lines too 2012-05-25 10:54:04 +04:00
nightwing
2502f319f4 unclutter gutter and fix sizing 2012-05-25 10:50:48 +04:00
nightwing
1def900834 animated scrolling could leave cursor off screen 2012-05-25 10:50:37 +04:00
nightwing
156d7c5c8f multiline clojure strings (fix #641) 2012-05-25 10:49:53 +04:00
nightwing
0ca8f694c6 remove redundant full redraw
this was needed when lines had width in style attribute
2012-05-25 10:49:37 +04:00
nightwing
ac5e033149 add comment 2012-05-25 10:33:02 +04:00