Commit graph

339 commits

Author SHA1 Message Date
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
Fabian Jakobs
75da4b7225 let the tokenizer tokenize a full block of lines
-> this fixes flickering on initial display of a file
2010-09-30 15:10:52 +02:00
Fabian Jakobs
587fd2b6a0 Merge branch 'master' of github.com:ajaxorg/editor 2010-09-30 12:44:12 +02:00
Fabian Jakobs
f1c00bec5c update requireJS 2010-09-30 12:36:08 +02:00
Fabian Jakobs
140d80a15e refactor CSS loading. Now use requireJS 2010-09-30 12:35:57 +02:00
mikedeboer
605e50cb00 Merge branch 'master' of github.com:ajaxorg/editor
Conflicts:
	src/ace/VirtualRenderer.js
2010-09-29 19:52:45 +02:00
mikedeboer
e82ec3d6dd fixed defaults 2010-09-29 19:50:44 +02:00
Fabian Jakobs
d9c3c8db30 use zero timeout instead of a loop 2010-09-29 19:31:49 +02:00
Fabian Jakobs
0bc817cde1 optimize render process 2010-09-29 18:11:24 +02:00
Fabian Jakobs
de2a977a42 add convenience .on function as alias for addEventListener 2010-09-29 17:24:08 +02:00
Fabian Jakobs
eea7da558d unify render updates 2010-09-29 16:01:06 +02:00
Fabian Jakobs
29c553a45e add changes bit mask 2010-09-29 14:54:48 +02:00
Fabian Jakobs
ec9796f329 fix github issue #4 2010-09-28 13:51:27 +02:00