Kevin Dangoor
0439f93487
updated build
2011-01-11 23:19:31 -05:00
Kevin Dangoor
2a2a05bab3
modules weren't being cached (so doing require("foo") twice would
...
return two independent copies of the foo module, thus messing up
any state stored in that module)
the visible evidence of this is that commands (such as keyboard
movements) could not be found
2011-01-11 23:18:23 -05:00
Kevin Dangoor
bcf8ad2457
updated module that fixes error
2011-01-11 23:16:30 -05:00
Kevin Dangoor
8465d733d7
switch to using the mozilla cockpit module
2011-01-11 23:15:56 -05:00
Joe Walker
c13e39c672
adding dryice submodule
2011-01-12 01:19:49 +00:00
Joe Walker
da32d7dc36
adding new dryice build files
2011-01-12 01:18:58 +00:00
Joe Walker
d984ebbec4
added temporary static web server
2011-01-12 01:16:37 +00:00
Joe Walker
e9327b1ebb
new partially working build setup
2011-01-12 01:15:59 +00:00
Joe Walker
ce503c7470
catchup with cockpit (pilot really)
2011-01-12 01:15:13 +00:00
Joe Walker
e6faa6ab06
tweak require lines for absolute paths to simplify startup
2011-01-12 01:14:40 +00:00
Joe Walker
3b8cc5e37d
simplify startup options for easy re-impl of require
2011-01-12 01:13:54 +00:00
Irakli Gozalishvili
b133fa0874
Porting ace to teleport + requirejs
2011-01-11 13:35:42 +01:00
Julian Viereck
40472b71fc
Implement Document.getScreenRowLength and fix bug if full line seleciton is turned off
2011-01-11 13:34:34 +01:00
Julian Viereck
45f27b3fae
Don't perform a replace operation in Document.replace if there is nothing to replace. Increases performance in wrapMode if inserting many lines
2011-01-11 20:05:07 +08:00
Julian Viereck
6db9e31ab6
Use e.clipboardData.getData to get the pasted data if available. Increases speed if pasting a lot of lines
2011-01-11 20:03:43 +08:00
Julian Viereck
0a0db83072
Use e.clipboardData.getData to get the pasted data if available. Increases speed if pasting a lot of lines
2011-01-11 09:35:06 +01:00
Julian Viereck
b59155af7d
Fix bug in Document.. If there are no lines after trimming off the spaces/tabs from the end return directly.
2011-01-11 09:20:57 +01:00
Julian Viereck
cb79193eff
Don't perform a replace operation in Document.replace if there is nothing to replace. Increases performance in wrapMode if inserting many lines
2011-01-11 09:13:03 +01:00
Fabian Jakobs
f89ed9a319
fix gh issue #30
...
https://github.com/ajaxorg/ace/issues/#issue/30
2011-01-10 23:26:29 +01:00
Fabian Jakobs
7b07851c8f
IE fixes
2011-01-10 23:13:45 +01:00
Joe Walker
6807a9c7dd
removing old build system
2011-01-10 21:11:09 +00:00
Julian Viereck
1c6b0d47d5
Don't send changeDelta when calling $insertLines from $insert. Update $wrapData only for changed lines.
2011-01-10 20:02:54 +01:00
Julian Viereck
ddd5b3093d
Add changeDelta event on the document
2011-01-10 17:18:14 +01:00
Fabian Jakobs
26053fc0af
update pilot
2011-01-10 15:28:03 +01:00
nightwing
21d2d83af1
allow layers to be sized automatically
2011-01-10 15:21:07 +01:00
Fabian Jakobs
83f3f81928
make boot script packager friendly
2011-01-10 13:57:54 +01:00
Fabian Jakobs
d4c11fc3dd
update package for demo app
2011-01-10 13:56:16 +01:00
Fabian Jakobs
a8ba592fd2
fix typo
2011-01-10 13:29:42 +01:00
Fabian Jakobs
59133faa2c
make rhino happy
2011-01-10 13:22:01 +01:00
Fabian Jakobs
35d29af778
update package
2011-01-10 13:21:47 +01:00
Fabian Jakobs
8e85ac83ab
fix packaging and re-add packaged demo
2011-01-10 13:21:12 +01:00
Fabian Jakobs
32d7246abd
streamline demo startup
2011-01-10 13:19:14 +01:00
Fabian Jakobs
a5eb376e4c
update packaged ace
2011-01-10 13:17:14 +01:00
Fabian Jakobs
5cc67ba146
Merge remote branch 'mozilla/master'
...
Conflicts:
.gitignore
support/cockpit
2011-01-10 12:50:28 +01:00
nightwing
a4e6e77106
marker.type=="text" should be one character longer to account for endofline character
2011-01-10 11:21:34 +01:00
Fabian Jakobs
1c432b976c
fix toggle show invisibles and add it to the demo
2011-01-10 11:18:57 +01:00
nightwing
9ddc3dbc3b
don't scroll on selectAll
2011-01-10 10:30:33 +01:00
Fabian Jakobs
4ca58558f1
move setInnerHtml to pilot/dom
2011-01-10 10:29:22 +01:00
nightwing
cf5b3eadcf
delete node and set innerhtml on new node
2011-01-10 09:45:40 +01:00
Fabian Jakobs
b6498028e5
fix typo
2011-01-10 08:38:26 +01:00
Fabian Jakobs
3c4157a09a
fix typo
2011-01-10 08:35:30 +01:00
Julian Viereck
a71f50ac9a
Fix bug in Selection.moveCursorBy. Use desiredColumn only if chars == 0.
2011-01-09 23:56:42 +01:00
Julian Viereck
0ca8d22c7f
Add support for wrapMode + realTabs
2011-01-09 23:54:15 +01:00
Julian Viereck
d9771ae5d8
Remove a console.log. Update contributor entries
2011-01-09 21:03:51 +01:00
Julian Viereck
46ecdc3b7c
TextLayer: Set height on each subline
2011-01-09 20:50:47 +01:00
Julian Viereck
a601630905
Fix typo in Renderer.textToScreenCoordinates(). window.jump works now again
2011-01-09 19:51:04 +01:00
Julian Viereck
be957fd2c1
Clamp column returned by Document.screenToDocumentPosition
2011-01-09 19:46:37 +01:00
Julian Viereck
c6b32c96ef
Compute wrappings, don't just split after wrapLimit chars.
2011-01-09 19:34:57 +01:00
Julian Viereck
2df81fffae
VirtualRenderer: Fix buggy offset
2011-01-09 11:20:00 +01:00
Julian Viereck
8b6ba9f702
Add LoreIpsum TextDocument in editor.html. Fix bug in Document.documentToScreenRow() and set Document.wrapLimit to 80.
2011-01-09 11:18:03 +01:00