Eddy Bruel
215cfbf4bf
Fixed a bug in single line tabbing that caused
...
the tab length not being taken into account.
Added DOM emulation to the unit tests so that they
can be run from node.
Extended the Mockrenderer for the unit tests.
Made the majority of the unit tests work again
(barring those for moveLinesUp, see below).
Fixed a bug in moveLinesUp that caused an empty
line to be inserted. However, this fix causes the
editor to break (need to look at this).
2010-12-02 11:15:21 +00:00
Fabian Jakobs
abb53c3faa
fix editor rendering bugs
2010-12-02 11:05:15 +00:00
Fabian Jakobs
014e5c39f5
fix render update when scrolling and text changes happen at the same time
2010-12-02 11:02:19 +00:00
Fabian Jakobs
ea0b9e3c92
fix default theme
2010-12-02 11:02:19 +00:00
Joe Walker
a2cca9118e
make keybindings use the canon
2010-11-24 15:56:52 +00:00
Joe Walker
efa5909c76
morph ace commands to more closely resemble skywriter commands
2010-11-24 15:56:52 +00:00
Joe Walker
10843ba7e6
remove $ function and property from EventEmitter
2010-11-23 15:52:44 +00:00
Joe Walker
7974ef5a71
s/MEventEmitter/EventEmitter/g
2010-11-23 15:49:02 +00:00
Joe Walker
bd2a2bff98
move event_emitter into pilot
2010-11-23 15:46:59 +00:00
Joe Walker
81cb24ef17
minor tidyups
2010-11-23 14:50:28 +00:00
Joe Walker
be9b8a0f3f
move oop.js into pilot
2010-11-23 14:36:12 +00:00
Joe Walker
5f3beef482
move lang.js into pilot
2010-11-23 14:35:01 +00:00
Joe Walker
0977c392f1
move event.js into pilot
2010-11-23 14:33:38 +00:00
Joe Walker
87a15aaa5a
move dom.js into pilot
2010-11-23 14:27:44 +00:00
Joe Walker
82143b473b
move core into pilot
2010-11-23 14:27:16 +00:00
Joe Walker
fe109276db
convert to use the plugin_manager in pilot
2010-11-19 12:33:22 +00:00
Joe Walker
d074c6b279
basic conversion to new command structure
2010-11-19 12:17:54 +00:00
Joe Walker
bb6854aeeb
adding license headers to some files that got missed
2010-11-18 11:57:18 +00:00
Joe Walker
b32d86fd60
convert VirtualRenderer to exports style
2010-11-17 13:59:53 +00:00
Joe Walker
b8e69a00f7
convert UndoManger to exports style
2010-11-17 13:55:54 +00:00
Joe Walker
16579a9633
convert Search, Selection and TextInput to exports style
2010-11-17 13:50:56 +00:00
Joe Walker
9270a2b409
convert RenderLoop and ScrollBar to exports style
2010-11-17 13:08:22 +00:00
Joe Walker
d38f91d31c
convert Range to exports style
2010-11-17 13:06:25 +00:00
Joe Walker
bd112a4663
convert document, editor, keybinding and plugin_manager to exports style
2010-11-17 13:03:47 +00:00
Joe Walker
1e1374fef0
convert Document to exports style
2010-11-17 12:56:20 +00:00
Joe Walker
fbcb00e129
convert themes to exports style
2010-11-17 12:51:33 +00:00
Joe Walker
7f0930ea51
convert the remaining modes to exports style
2010-11-17 12:16:51 +00:00
Joe Walker
805a181d1a
export style for html mode
2010-11-17 11:56:44 +00:00
Joe Walker
dee4708658
export style for doc comments
2010-11-17 11:48:00 +00:00
Joe Walker
a58e3556b7
fix path left behind due to changeset clash
2010-11-15 15:34:16 +00:00
Joe Walker
4ab7c653cc
converting modules to use exports style rather than return style
2010-11-15 13:50:13 +00:00
Joe Walker
b91f4d0941
adjusting paths to use ace/ rather than ./
2010-11-15 12:45:07 +00:00
Fabian Jakobs
18f58071fb
update packaged ace
2010-11-09 09:51:50 +01:00
Fabian Jakobs
4afbcbec55
pre load default commands
2010-11-09 09:45:37 +01:00
Fabian Jakobs
fde5198af0
use relative module IDs
2010-11-09 09:34:31 +01:00
Fabian Jakobs
89181da423
fix some refactoring bugs
2010-11-09 09:24:24 +01:00
Fabian Jakobs
89537e1bb7
reapply renderloop IE fix
2010-11-09 08:56:04 +01:00
Fabian Jakobs
bb1fe29944
Merge branch 'master' into define
...
Conflicts:
lib/ace/RenderLoop.js
2010-11-09 08:54:34 +01:00
Fabian Jakobs
2c0368ff6c
rename part #2
2010-11-09 08:50:08 +01:00
Fabian Jakobs
3adeac683d
apply Kevin's refactoring
...
- lower case file names
- use define(function(require, exports, module) {..})
2010-11-09 08:48:19 +01:00
martinwittemann
682df4e76d
Fixed IE problem.
2010-11-08 18:50:45 +08:00
Fabian Jakobs
753fc40125
update windows key bindings
2010-11-08 10:03:56 +01:00
Fabian Jakobs
fdb75c0cb9
Fix IE8 issue
2010-11-08 09:57:46 +01:00
Fabian Jakobs
e377e03a82
use lower case file names and use define(function(require, exports, module) {})
2010-11-05 09:45:01 +01:00
Fabian Jakobs
761209c4dd
add more future reserved words to the JS highlighter
2010-11-04 16:19:46 +01:00
Fabian Jakobs
30e3841857
remove use of future reserved words
2010-11-04 16:19:26 +01:00
Fabian Jakobs
63eb385ef5
completely remove top/bottom padding since it causes too many scroll problems
2010-11-03 18:42:08 +01:00
Eddy Bruel
aeb3e63e31
Fixed minor bug in regex highlighting
2010-11-03 18:18:39 +01:00
Eddy Bruel
6df42adcba
Merge branch 'master' of github.com:ajaxorg/ace
2010-11-03 17:27:57 +01:00
Eddy Bruel
95a805048a
Fixed a minor bug in the editor
2010-11-03 17:27:50 +01:00