nightwing
|
13bb7725ff
|
adapt move line test to new behaviour
|
2011-11-18 17:39:56 +04:00 |
|
nightwing
|
e2d47c6a60
|
fix clipping at the boundaries, and add more tests
|
2011-11-18 17:39:03 +04:00 |
|
Zef Hemel
|
ac324e8fb0
|
Merge remote-tracking branch 'nightwing/pullreq' into integration
|
2011-11-18 11:18:30 +01:00 |
|
Jan Jongboom
|
314f756bfb
|
Themes reverted
|
2011-11-18 10:36:37 +01:00 |
|
Fabian Jakobs
|
00d86c60ef
|
Merge pull request #506 from ajaxorg/placeholders
Placeholders
|
2011-11-17 10:54:11 -08:00 |
|
nightwing
|
be8cacfcc3
|
useragent.js thinks firefox 11 is old :-)
|
2011-11-17 21:58:07 +04:00 |
|
nightwing
|
0d696cb258
|
allow Numpad\d keys in commands
|
2011-11-17 21:31:45 +04:00 |
|
nightwing
|
647c713325
|
do not lose cursor position while moving lines
|
2011-11-17 21:14:04 +04:00 |
|
nightwing
|
4a8a5bad59
|
Fixed: selectAll+removeLines corrupts undo history
|
2011-11-17 21:13:21 +04:00 |
|
nightwing
|
41a1913235
|
findPrevious finds same text again and again if selection isn't backwards
|
2011-11-17 21:13:02 +04:00 |
|
nightwing
|
a931d239d7
|
fix rendering of wrapped foldlines
|
2011-11-17 21:08:17 +04:00 |
|
Zef Hemel
|
7d50280a49
|
Unit tests for placeholder and bugfixes resulting from the test.
|
2011-11-17 10:39:42 +01:00 |
|
Chris Wanstrath
|
351c1e75fb
|
Add editor.toUpperCase() and editor.toLowerCase()
Also add Ctrl-U (uppercase) and Ctrl-Shift-U (lowercase) bindings.
|
2011-11-16 10:34:19 -08:00 |
|
Zef Hemel
|
90928a61ae
|
Removed default classes.
|
2011-11-16 16:48:58 +01:00 |
|
Zef Hemel
|
42d6cedf4d
|
Minor tweaks.
|
2011-11-16 16:46:28 +01:00 |
|
Zef Hemel
|
ba4497e068
|
Merge remote-tracking branch 'origin/master' into placeholders
|
2011-11-16 11:08:54 +01:00 |
|
Zef Hemel
|
755ec7eeb2
|
First iteration of placeholders in ACE.
|
2011-11-16 11:07:20 +01:00 |
|
Fabian Jakobs
|
be69263d31
|
fix #505
|
2011-11-15 18:11:00 +01:00 |
|
Fabian Jakobs
|
74beb8070d
|
haxe mode
|
2011-11-15 11:41:45 +01:00 |
|
Fabian Jakobs
|
c97fc93a71
|
Merge branch 'haxesyntax'
Conflicts:
demo/kitchen-sink/demo.js
|
2011-11-15 11:38:43 +01:00 |
|
Fabian Jakobs
|
a13ba68fa2
|
fix unit tests
|
2011-11-15 11:05:11 +01:00 |
|
Fabian Jakobs
|
c1082c648c
|
Merge branch 'match-on-tokens' of https://github.com/dgeorge/ace into dgeorge-match-on-tokens
Conflicts:
lib/ace/edit_session.js
lib/ace/edit_session_test.js
lib/ace/test/all_browser.js
|
2011-11-15 11:01:24 +01:00 |
|
Fabian Jakobs
|
2d9382fb47
|
function.bind is not available in Safari
|
2011-11-14 09:19:53 +01:00 |
|
dgeorge
|
a4e1ab55f0
|
Changed the typeRe regular expression to be more strict.
|
2011-11-11 09:24:08 -08:00 |
|
Fabian Jakobs
|
328dbc312f
|
sometimes "delete lines" did not update the active
line highlight
|
2011-11-11 15:56:55 +01:00 |
|
Fabian Jakobs
|
dcfecdc1a4
|
fix find next scroll into view
|
2011-11-11 15:50:56 +01:00 |
|
Fabian Jakobs
|
209887ad47
|
webkit hotfix
|
2011-11-11 12:27:00 +01:00 |
|
Fabian Jakobs
|
fc220d0363
|
more command manager tests
|
2011-11-11 12:26:46 +01:00 |
|
Fabian Jakobs
|
e910138acd
|
add command_manager unit tests
|
2011-11-11 11:10:37 +01:00 |
|
Fabian Jakobs
|
c1ee54cae7
|
stupid chrome fix
|
2011-11-10 18:18:15 +01:00 |
|
Fabian Jakobs
|
0986187300
|
add canon to migration list
|
2011-11-10 17:16:08 +01:00 |
|
Fabian Jakobs
|
8f122465f9
|
compiled requireJS doesn't like relative text plugins
|
2011-11-10 17:15:49 +01:00 |
|
Fabian Jakobs
|
3036ce516b
|
improve migration layer
|
2011-11-10 17:14:52 +01:00 |
|
Fabian Jakobs
|
44c019871c
|
add removeCommand function
|
2011-11-10 17:14:17 +01:00 |
|
Fabian Jakobs
|
489659c86f
|
some minor fixes
|
2011-11-10 10:35:32 +01:00 |
|
Fabian Jakobs
|
fa7ccc3473
|
fix browser tests
|
2011-11-09 17:56:27 +01:00 |
|
Fabian Jakobs
|
0b69b42ade
|
more support for relative module ids
|
2011-11-09 16:51:35 +01:00 |
|
Fabian Jakobs
|
c043d14b8b
|
use relative module ids to please node.js
|
2011-11-09 15:38:53 +01:00 |
|
Fabian Jakobs
|
1f6abc96b1
|
Merge branch 'master' of github.com:ajaxorg/ace
Conflicts:
build/demo/kitchen-sink/kitchen-sink-uncompressed.js
build/demo/kitchen-sink/kitchen-sink.js
build/kitchen-sink.html
build/src/ace-uncompressed.js
build/src/ace.js
build/src/keybinding-vim.js
build/src/mode-c_cpp.js
build/src/mode-clojure.js
build/src/mode-coffee.js
build/src/mode-coldfusion.js
build/src/mode-csharp.js
build/src/mode-css.js
build/src/mode-groovy.js
build/src/mode-html.js
build/src/mode-java.js
build/src/mode-javascript.js
build/src/mode-json.js
build/src/mode-markdown.js
build/src/mode-ocaml.js
build/src/mode-perl.js
build/src/mode-php.js
build/src/mode-powershell.js
build/src/mode-python.js
build/src/mode-ruby.js
build/src/mode-scad.js
build/src/mode-scala.js
build/src/mode-scss.js
build/src/mode-svg.js
build/src/mode-textile.js
build/src/worker-coffee.js
build/src/worker-css.js
build/src/worker-javascript.js
build/textarea/src/ace-uncompressed.js
build/textarea/src/ace.js
build/textarea/src/mode-c_cpp.js
build/textarea/src/mode-clojure.js
build/textarea/src/mode-coffee.js
build/textarea/src/mode-coldfusion.js
build/textarea/src/mode-csharp.js
build/textarea/src/mode-css.js
build/textarea/src/mode-groovy.js
build/textarea/src/mode-html.js
build/textarea/src/mode-java.js
build/textarea/src/mode-javascript.js
build/textarea/src/mode-json.js
build/textarea/src/mode-markdown.js
build/textarea/src/mode-ocaml.js
build/textarea/src/mode-perl.js
build/textarea/src/mode-php.js
build/textarea/src/mode-powershell.js
build/textarea/src/mode-python.js
build/textarea/src/mode-ruby.js
build/textarea/src/mode-scad.js
build/textarea/src/mode-scala.js
build/textarea/src/mode-scss.js
build/textarea/src/mode-svg.js
build/textarea/src/mode-textile.js
|
2011-11-09 11:56:39 +01:00 |
|
Fabian Jakobs
|
b1f0c74a64
|
add pilot compatibility API
|
2011-11-09 11:34:50 +01:00 |
|
Fabian Jakobs
|
cc91bfd712
|
remove pilot references
|
2011-11-09 11:34:25 +01:00 |
|
mikedeboer
|
a53d984016
|
added a mouse event listener for the 'click' event
|
2011-11-07 18:41:59 +01:00 |
|
Matt
|
36cb2ba463
|
Added ubuntu's new font to the list of default fonts
|
2011-11-07 09:36:45 -08:00 |
|
Fabian Jakobs
|
3930d6da0f
|
revert fix
|
2011-11-07 12:30:17 +01:00 |
|
Fabian Jakobs
|
99446c7759
|
add missing files
|
2011-11-07 12:30:10 +01:00 |
|
Jason O'Neil
|
aac5a0e83a
|
Added mode and highlight rules for haxe, based on C#
|
2011-11-03 13:05:11 +08:00 |
|
Sergi Mansilla
|
e02b43d9c0
|
Merge branch 'master' of http://github.com/ajaxorg/ace
|
2011-11-03 00:12:20 +01:00 |
|
Sergi Mansilla
|
12d125814b
|
Fixed global variable
|
2011-11-03 00:09:51 +01:00 |
|
Fabian Jakobs
|
caac348e10
|
fix remove left
|
2011-11-02 18:26:52 +01:00 |
|
Fabian Jakobs
|
b063b96230
|
move pilot code back into Ace
Conflicts:
.gitmodules
Makefile.dryice.js
build_support/editor_textarea.html
demo/demo.js
kitchen-sink.html
lib/ace/edit_session_test.js
lib/ace/mode/coffee.js
lib/ace/mode/coffee_highlight_rules.js
lib/ace/mode/css.js
lib/ace/mode/javascript.js
lib/ace/model/window.js
lib/ace/mouse/default_handlers.js
lib/ace/theme/clouds.js
lib/ace/theme/clouds_midnight.js
lib/ace/theme/cobalt.js
lib/ace/theme/crimson_editor.js
lib/ace/theme/dawn.js
lib/ace/theme/eclipse.js
lib/ace/theme/idle_fingers.js
lib/ace/theme/kr_theme.js
lib/ace/theme/merbivore.js
lib/ace/theme/merbivore_soft.js
lib/ace/theme/mono_industrial.js
lib/ace/theme/monokai.js
lib/ace/theme/pastel_on_dark.js
lib/ace/theme/solarized_dark.js
lib/ace/theme/solarized_light.js
lib/ace/theme/textmate.js
lib/ace/theme/twilight.js
lib/ace/theme/vibrant_ink.js
lib/ace/view/measure_text.js
lib/ace/virtual_renderer.js
package.json
support/paths.js
|
2011-11-02 18:18:51 +01:00 |
|