Commit graph

351 commits

Author SHA1 Message Date
Fabian Jakobs
f704987a14 Merge branch 'master' of github.com:ajaxorg/editor 2010-10-22 11:39:24 +02:00
Eddy Bruel
10372014c7 Merge branch 'master' of github.com:ajaxorg/editor 2010-10-21 18:52:15 +02:00
Eddy Bruel
f9fa5f0e66 Fixed a bug in syntax highlighting. 2010-10-21 18:52:07 +02:00
Ruben Daniels
523ea3c082 Merge branch 'master' of http://github.com/ajaxorg/editor 2010-10-21 18:38:45 +02:00
Ruben Daniels
bdddde5d11 Generalized undo manager for interoperability with apf 2010-10-21 18:37:04 +02:00
Fabian Jakobs
c5c5c467aa fix web socket debugger service 2010-10-21 16:49:17 +02:00
Fabian Jakobs
15f965e966 identifiers can contain a dollar sign 2010-10-21 13:43:37 +02:00
Eddy Bruel
e5fbc1f207 Fixed document mode switch 2010-10-21 10:44:22 +02:00
Eddy Bruel
1b88d3f45a Fixed outdenting to work correctly with blocks that are separated by newlines, and indented by a mixture of tabs and spaces. 2010-10-20 18:05:35 +02:00
Eddy Bruel
9a8bb6cbf3 Merge branch 'master' of http://github.com/ajaxorg/editor into HEAD 2010-10-20 15:08:53 +02:00
Eddy Bruel
ddf5f6f138 - Fixed the issue where indenting a single line would always insert <tab size> spaces when in soft tabbing mode. What should happen instead is that the line is indented to the next tab stop. 2010-10-20 15:07:58 +02:00
Fabian Jakobs
f6b03d1a0a make default font size smaller 2010-10-20 13:25:00 +02:00
Fabian Jakobs
5f0213b110 change move to line start to act like in Eclipse and Netbeans 2010-10-20 12:52:21 +02:00
Fabian Jakobs
adde939166 also highlight "if" 2010-10-20 12:29:35 +02:00
Fabian Jakobs
87d0a83796 highlight buildin constants and future reserved keywords 2010-10-20 12:21:50 +02:00
Fabian Jakobs
b6da535e20 fix copy and paste issue in Chrome and Safari 2010-10-20 11:24:54 +02:00
Fabian Jakobs
b6c2dace95 fix undo bug when inserting more than one line 2010-10-20 11:12:50 +02:00
Fabian Jakobs
7de4d4ea3c comments are no longer italic 2010-10-19 16:19:32 +02:00
Fabian Jakobs
aa9cd40a01 update theme 2010-10-18 19:53:08 +02:00
Fabian Jakobs
69bcbacfb3 increase scroll speed 2010-10-18 19:52:52 +02:00
Fabian Jakobs
59584a0e11 update requirejs 2010-10-18 19:52:41 +02:00
Fabian Jakobs
7e2a2d3493 refactor tests 2010-10-18 19:52:31 +02:00
mikedeboer
f381b26fd2 fixed search case boolean setting 2010-10-18 14:38:23 +02:00
Fabian Jakobs
b160b95dfe add jump function to demonstrate how to jump to
the cursor
2010-10-08 13:34:03 +02:00
Fabian Jakobs
52c6d89b5d fix regression 2010-10-08 12:02:46 +02:00
Fabian Jakobs
2d0f36c868 fix gutter for the ide 2010-10-06 18:53:55 +02:00
Fabian Jakobs
7fd6bf2e76 another auto indent fix 2010-10-06 16:11:59 +02:00
Fabian Jakobs
fa2dd94e5c fix update lines 2010-10-06 15:42:01 +02:00
Fabian Jakobs
250d4d9255 css tweaks 2010-10-06 15:24:53 +02:00
Fabian Jakobs
3ef6e5f003 fix: pasting code, which starts with a doc comment
indents the whole code block
2010-10-06 14:58:07 +02:00
Fabian Jakobs
08e721b22f fix formatting 2010-10-06 14:56:08 +02:00
Fabian Jakobs
f8e5e467af cleanup 2010-10-05 18:33:44 +02:00
Fabian Jakobs
de72396e07 make rendering more robust 2010-10-05 18:33:37 +02:00
Fabian Jakobs
b263854515 right clicking no longer clears the selection 2010-10-05 18:33:27 +02:00
Fabian Jakobs
ff2f685f39 show active line in if selection mode is "text" 2010-10-05 17:54:15 +02:00
Fabian Jakobs
e6ecf09139 slightly tweak the textmate theme 2010-10-05 13:19:16 +02:00
Fabian Jakobs
291259a750 find scrolls search result into the view port 2010-10-05 12:54:00 +02:00
Fabian Jakobs
abe2ee869b add highlight rules for operators 2010-10-05 12:44:24 +02:00
Fabian Jakobs
32a6a1794f highlight "this" in JavaScript 2010-10-05 12:29:09 +02:00
Fabian Jakobs
602af86e94 - selection can be extended by shift clicking
- clicking on the start of a selection clears it
2010-10-05 12:17:31 +02:00
Fabian Jakobs
355f26e2c8 move print margin below the text 2010-10-04 16:13:11 +02:00
Fabian Jakobs
b268e6c8f1 fix setting breakpoints 2010-10-04 16:09:48 +02:00
Fabian Jakobs
729f3b2d14 fix toggling show invisibles 2010-10-04 14:24:52 +02:00
Fabian Jakobs
97444a857e highlighted search matches should be scrolled to
the center of the view port
2010-10-01 15:52:03 +02:00
Fabian Jakobs
aa8c14de62 slow down background tokenizer if line is below
the editor's last visible line
2010-10-01 10:43:36 +02:00
Fabian Jakobs
20689ff1a7 add ignore 2010-10-01 10:22:19 +02:00
Fabian Jakobs
9d18fd46dc editing at the top of large file is much faster now 2010-10-01 10:22:12 +02:00
Fabian Jakobs
76bf0bb90c minor updates 2010-09-30 18:08:06 +02:00
Fabian Jakobs
f6002deac2 make tokenizer async 2010-09-30 17:47:42 +02:00
Fabian Jakobs
f440fb8e0e don't set the mode it is already set 2010-09-30 15:13:32 +02:00