Nate Lillich
|
495ea8f46b
|
Fix'd comment-doc not working in C/C++
|
2011-06-18 12:09:42 -07:00 |
|
Nate Lillich
|
ce1e49aa91
|
Fix'd warnings.
|
2011-06-18 11:54:51 -07:00 |
|
Fabian Jakobs
|
7baa34a738
|
add csslint checking
|
2011-06-15 21:59:26 +00:00 |
|
Julian Viereck
|
874349515f
|
Make keyboard infrastructure route keys like []^$ the right way.
|
2011-06-15 21:07:18 +02:00 |
|
Derek Croft
|
a2f6b748b3
|
Add vim 'dd' binding.
|
2011-06-14 18:33:42 -05:00 |
|
misfo
|
ed803c24e5
|
vim I,A,C,G,b,e,x,X,D commands
|
2011-06-09 22:52:23 -05:00 |
|
Fabian Jakobs
|
8d45513f62
|
cleanups
|
2011-06-08 15:26:16 +00:00 |
|
Fabian Jakobs
|
f164a557c5
|
fix #280 and cleanup some code
|
2011-06-08 15:24:27 +00:00 |
|
Fabian Jakobs
|
eb02e51e97
|
fix #280
|
2011-06-08 15:08:39 +00:00 |
|
Fabian Jakobs
|
f032c68a79
|
fix svg
|
2011-06-08 13:01:26 +00:00 |
|
Fabian Jakobs
|
8b86c21733
|
add unit test for remove to line end
|
2011-06-08 11:51:10 +00:00 |
|
Chris Wanstrath
|
e26d408a0c
|
On a Mac, Ctrl+K at line's end removes the \n
|
2011-06-07 20:55:46 +02:00 |
|
Fabian Jakobs
|
9b662c998f
|
fix jumping selections. Reverts most of 64a55719b2
|
2011-06-07 17:41:14 +02:00 |
|
Fabian Jakobs
|
2e33411d76
|
Merge pull request #276 from nightwing/computedStyle
call getComputedStyle once
|
2011-06-07 03:01:20 -07:00 |
|
Fabian Jakobs
|
0762f22ee4
|
Merge pull request #283 from misfo/first_stab_at_vim_keybindings
First stab at adding some vim keybindings
|
2011-06-07 02:30:49 -07:00 |
|
Andreas Madsen
|
ec61fe5b0f
|
Added SCSS (SASS) syntax highlighting
|
2011-06-07 11:12:05 +02:00 |
|
Fabian Jakobs
|
e649e9fdcc
|
Merge branch 'master' of github.com:ajaxorg/ace
|
2011-06-06 18:43:44 +02:00 |
|
Fabian Jakobs
|
ad915664f5
|
fix scrolling
|
2011-06-06 18:42:35 +02:00 |
|
misfo
|
874e310f64
|
fix comment typos
|
2011-06-01 20:52:49 -05:00 |
|
misfo
|
fcdbb5edc5
|
vim R command
|
2011-06-01 20:47:49 -05:00 |
|
misfo
|
cd00ddb812
|
vim o command
|
2011-06-01 20:46:01 -05:00 |
|
c-spencer
|
a78ceb6daf
|
Fixes for #275
|
2011-05-31 12:19:21 +01:00 |
|
Fabian Jakobs
|
acd7e92351
|
Merge pull request #277 from nightwing/cursor
when unfocused make cursor transparent instead of removing it
|
2011-05-30 23:46:41 -07:00 |
|
Fabian Jakobs
|
c2f05dd038
|
Revert "fix regression"
This reverts commit 5a98124d47.
|
2011-05-31 08:41:48 +02:00 |
|
nightwing
|
a1c2774a0d
|
when unfocused make cursor transparent instead of removing it
|
2011-05-31 10:46:24 +05:00 |
|
Fabian Jakobs
|
b04fa9fd9e
|
remove line between gutter and editor
|
2011-05-30 11:33:03 +02:00 |
|
Fabian Jakobs
|
5a98124d47
|
fix regression
|
2011-05-30 11:32:52 +02:00 |
|
Fabian Jakobs
|
8e728d9d87
|
fix svg mode. fix #274
|
2011-05-30 07:48:21 +00:00 |
|
Fabian Jakobs
|
5718f2dc5f
|
Merge pull request #274 from fivesixty/mode-transform
Mode Behaviours
|
2011-05-30 00:33:53 -07:00 |
|
nightwing
|
833f12cd86
|
call getComputedStyle once
|
2011-05-30 11:26:06 +05:00 |
|
c-spencer
|
ba1d192731
|
Small tidy
|
2011-05-27 13:51:40 +01:00 |
|
c-spencer
|
e153f53852
|
Move deepCopy into pilot/lang
|
2011-05-27 10:48:28 +01:00 |
|
c-spencer
|
5d1abb6bfc
|
Remove hasOwnProperty style iteration
|
2011-05-27 10:29:11 +01:00 |
|
nightwing
|
8fc9dac030
|
same for the horizontal scrollbar
|
2011-05-27 10:01:54 +02:00 |
|
nightwing
|
64a55719b2
|
eliminate scrollbar jitter while typing at the bottom of screen
|
2011-05-27 10:01:27 +02:00 |
|
nightwing
|
6464a3852b
|
do not call dom functions if possible
|
2011-05-27 10:00:24 +02:00 |
|
nightwing
|
baf69381ea
|
allow ace_line divs to be sized automatically
|
2011-05-27 09:57:37 +02:00 |
|
nightwing
|
4787744645
|
faster documentToScreenPosition
|
2011-05-27 09:55:19 +02:00 |
|
nightwing
|
f86b91463e
|
creating array for each call to getLine is too expensive
if getLines is modified it's better to override getLine too
|
2011-05-27 09:51:05 +02:00 |
|
Fabian Jakobs
|
75c73ece6e
|
Merge pull request #272 from jviereck/fixes
Set DEBUG to false in state_handler.js again
|
2011-05-27 00:48:18 -07:00 |
|
Fabian Jakobs
|
13d88cbc9e
|
Merge pull request #268 from jviereck/split
Implementing split views, closes issue #35
|
2011-05-27 00:48:05 -07:00 |
|
Fabian Jakobs
|
a41092adff
|
Merge pull request #270 from jviereck/folding
Add support for unfolding folds using the mouse. Add hints on the gutter for wrapped lines.
|
2011-05-27 00:46:05 -07:00 |
|
c-spencer
|
97c4e880fe
|
Escape from all js/css embedded inside html
|
2011-05-25 23:14:17 +01:00 |
|
c-spencer
|
58cf406fbd
|
squash text highlighter console
|
2011-05-25 22:50:14 +01:00 |
|
c-spencer
|
c26f375d26
|
Add license to xml behaviour
|
2011-05-25 21:17:53 +01:00 |
|
c-spencer
|
0bad27ff92
|
Update modes to use new embed syntax
|
2011-05-25 20:58:45 +01:00 |
|
c-spencer
|
d9e7970d2a
|
Improve string behaviour, start on Xml behaviours, disable behaviours by default
|
2011-05-25 16:56:40 +01:00 |
|
c-spencer
|
bbb4648ebe
|
Merge remote branch 'upstream/master' into mode-transform
|
2011-05-25 16:02:17 +01:00 |
|
James Allen
|
d58ac71ad8
|
Use doc.getLength() to be compatible with ProxyDocument in Cloud9
|
2011-05-24 19:55:54 +01:00 |
|
Julian Viereck
|
6a7ed1e6b8
|
Set DEBUG to false in state_handler.js again
|
2011-05-24 18:56:29 +02:00 |
|