Fabian Jakobs
04999c9024
bump version number
2011-02-14 08:43:44 +01:00
Fabian Jakobs
7b519da431
update changelog
2011-02-14 08:43:15 +01:00
Fabian Jakobs
5ef5c40101
Merge branch 'master' of github.com:ajaxorg/ace
2011-02-14 08:06:18 +01:00
Fabian Jakobs
55478fdb83
have to store the marker ids in the session as well
2011-02-14 08:05:59 +01:00
Fabian Jakobs
52c236cea9
Merge branch 'master' of github.com:ajaxorg/ace
2011-02-14 07:58:03 +01:00
Fabian Jakobs
6259493211
Merge branch 'master' of github.com:ajaxorg/ace
2011-02-14 07:55:10 +01:00
Fabian Jakobs
7206c60dc6
replace all should not change the selection
2011-02-14 07:54:28 +01:00
nightwing
5505f69eb0
linehighlight have wrong height on last line
2011-02-14 14:21:55 +08:00
Fabian Jakobs
635c5d05d5
store markers in the session and not in the renderer
2011-02-13 18:01:00 +01:00
Fabian Jakobs
a17e204e9c
more mac keybindings for deleting stuff
2011-02-13 17:21:43 +01:00
Fabian Jakobs
fb49960694
add commands
...
- remove to line start
- remove word left
- remove word right
2011-02-13 17:21:24 +01:00
Fabian Jakobs
e81e2bf2b7
update package
2011-02-13 17:00:09 +01:00
Fabian Jakobs
c227436dde
add option for custom marker renderer
2011-02-13 16:57:55 +01:00
Fabian Jakobs
8ac379a71e
fix cursor positioning on enter and indent
2011-02-13 16:57:33 +01:00
Mihai Sucan
06e11ef374
merge heads
2011-02-13 17:19:31 +02:00
Mihai Sucan
0c959834a8
More fixes.
...
- Only highlight selected words.
- Highlight selected words by keyboard as well, not just mouse double click.
2011-02-13 17:07:42 +02:00
Fabian Jakobs
f505f97ec1
Add some more default mac keybindings
...
http://www.hcs.harvard.edu/~jrus/Site/System%20Bindings.hml
2011-02-13 16:07:08 +01:00
Fabian Jakobs
f1d558a3d9
clean up
2011-02-13 16:06:29 +01:00
Fabian Jakobs
e1fef748e8
implement center selection in view port command
2011-02-13 16:06:21 +01:00
Fabian Jakobs
3715e90501
implement remove to line end
2011-02-13 15:55:05 +01:00
Fabian Jakobs
432873ed46
implement split line command
2011-02-13 15:54:21 +01:00
Fabian Jakobs
a0b9140e18
implement transpose letters command
2011-02-13 15:52:29 +01:00
Mihai Sucan
24e1357755
Make sure the current search needle is not lost.
2011-02-13 14:35:19 +02:00
Mihai Sucan
b6e136201d
Fix for issue 57: highlight all instances of a selected word.
2011-02-13 14:35:19 +02:00
Mihai Sucan
b903679c1c
pilot
2011-02-13 14:32:27 +02:00
Fabian Jakobs
31ebf038db
update build
2011-02-13 12:03:17 +01:00
Mihai Sucan
1b3d7816c5
Make sure the current search needle is not lost.
2011-02-12 20:40:58 +02:00
Mihai Sucan
71c347aacd
Fix for issue 57: highlight all instances of a selected word.
2011-02-12 20:26:24 +02:00
Fabian Jakobs
e37dc3f7e4
have two marker layers. One in front and one behind the text.
2011-02-12 15:25:14 +01:00
Fabian Jakobs
428dbeb11d
some more IE fixes
2011-02-12 15:03:17 +01:00
Fabian Jakobs
ddccaa75b2
fix copy, cut and past in IE
2011-02-12 15:02:55 +01:00
Fabian Jakobs
6d098070a4
update pilot
2011-02-12 13:16:56 +01:00
Fabian Jakobs
61049e9ca2
add browser test runner
2011-02-12 13:16:25 +01:00
Fabian Jakobs
f7813ccd5e
prepare tests to run in the browser again
2011-02-12 13:15:29 +01:00
Fabian Jakobs
32a332fd3f
fix desired column computation
2011-02-12 13:13:35 +01:00
Fabian Jakobs
112f59cc08
port asyncjs to the browser
2011-02-12 13:13:16 +01:00
Fabian Jakobs
e3866dbcb7
Take padding into account when determining wrap limit
2011-02-12 11:43:17 +01:00
Resolver Developers
0122d07e7c
Merge branch 'master' of https://github.com/ajaxorg/ace
2011-02-11 17:09:26 +00:00
Fabian Jakobs
ce36cf2922
clean up
2011-02-11 17:49:09 +01:00
Fabian Jakobs
076706d6f8
add scrollToLine to the mockrenderer
...
- need implementation
2011-02-11 17:49:04 +01:00
Fabian Jakobs
08a783d050
Merge remote branch 'jpallen/master'
2011-02-11 17:42:39 +01:00
James Allen
438339167f
Fixed gotoLine to consider wrapped lines when calculating where to scroll to
...
I have created a new method VirtualRenderer#scrollToLine to do for lines what
scrollToRow does for absolute rows in the editor. Previously gotoLine called
scrollToRow which would jump to the nth row, but with line wraps this may not
be the nth line. scrollToLine also takes an additional parameter to tell it
whether to scroll the line to the top or center of the editor.
2011-02-11 16:21:03 +00:00
Fabian Jakobs
c831fb5276
update build
2011-02-11 15:44:00 +01:00
Fabian Jakobs
0a3111c8fb
fix selectAll after anchor merge
2011-02-11 15:43:34 +01:00
Fabian Jakobs
fcf4e764a3
fix python string highlighting
2011-02-11 15:28:43 +01:00
Fabian Jakobs
44dae66318
add syntax rule for php comments
2011-02-11 13:43:42 +01:00
Fabian Jakobs
8c4181ef7e
let server.js serve index.html by default
2011-02-11 12:52:33 +01:00
Fabian Jakobs
dc9a11055d
move editor.html to index.html
2011-02-11 12:50:56 +01:00
Fabian Jakobs
c102aa72b1
fix soft wrap unit tests
2011-02-11 12:26:24 +01:00
Fabian Jakobs
f0c8e3a9a4
multi row operations will not be used
2011-02-11 12:09:00 +01:00