Fabian Jakobs
|
29c553a45e
|
add changes bit mask
|
2010-09-29 14:54:48 +02:00 |
|
Fabian Jakobs
|
ec9796f329
|
fix github issue #4
|
2010-09-28 13:51:27 +02:00 |
|
Fabian Jakobs
|
5b8ca67333
|
fix github issue #2
|
2010-09-28 12:37:44 +02:00 |
|
Fabian Jakobs
|
4e4458199d
|
add support for already attached breakpoints
|
2010-09-28 12:11:12 +02:00 |
|
Fabian Jakobs
|
dac8bdea76
|
fix iteration over breakpoints
|
2010-09-28 12:10:52 +02:00 |
|
Fabian Jakobs
|
ce6bfe2f65
|
never send empty strings to the document
|
2010-09-28 12:10:35 +02:00 |
|
Fabian Jakobs
|
c4ccc2200f
|
fix initialization sequence
|
2010-09-28 08:10:41 +02:00 |
|
Fabian Jakobs
|
116b88fbc1
|
add listbreakpoints function
|
2010-09-28 08:10:24 +02:00 |
|
Fabian Jakobs
|
82e6335383
|
Merge branch 'master' of github.com:ajaxorg/editor
|
2010-09-27 09:39:49 +02:00 |
|
Fabian Jakobs
|
afa975e4ec
|
Fix: sometimes the cursor is not visible
|
2010-09-27 09:38:44 +02:00 |
|
rikarends
|
52c53515db
|
invisibles off
|
2010-09-26 20:43:58 +02:00 |
|
Fabian Jakobs
|
fb917b3965
|
fix copy and paste issue in Safari
Safari would not fire a "copy" event if the selection
is empty
|
2010-09-25 22:34:44 +02:00 |
|
Fabian Jakobs
|
d16c6cf385
|
don't show a space character while composing a character
|
2010-09-25 22:33:35 +02:00 |
|
Fabian Jakobs
|
53ea2aeb17
|
Fix key repeat workaround for Safari.
Typing "(" now works in Safari
|
2010-09-26 19:56:32 +02:00 |
|
Fabian Jakobs
|
7ddb4d728c
|
fix undo manager
|
2010-09-25 12:23:30 +02:00 |
|
Fabian Jakobs
|
111c75b158
|
fix module names
|
2010-09-25 11:23:37 +02:00 |
|
Fabian Jakobs
|
a330594890
|
don't use the global ace module so often
|
2010-09-25 10:52:58 +02:00 |
|
Fabian Jakobs
|
4b98351e50
|
fix requireJS
|
2010-09-25 10:14:55 +02:00 |
|
Fabian Jakobs
|
cc38fe6200
|
we cannot cache the tokenized state all the time :(
|
2010-09-25 10:14:24 +02:00 |
|
mikedeboer
|
e32c471f8e
|
Merge branch 'master' of github.com:ajaxorg/editor
|
2010-09-24 21:41:12 +02:00 |
|
mikedeboer
|
6c6292380c
|
fixed some default keybindings
|
2010-09-24 21:40:50 +02:00 |
|
Fabian Jakobs
|
2115813cb4
|
Merge branch 'master' of github.com:ajaxorg/editor
Conflicts:
src/debug/ChromeDebugMessageStream.js
src/debug/NodeSocket.js
src/debug/StandaloneV8DebuggerService.js
src/debug/V8DebuggerService.js
src/debug/WSV8DebuggerService.js
|
2010-09-24 19:54:11 +02:00 |
|
Fabian Jakobs
|
02f8ea5af5
|
Merge branch 'dump'
Conflicts:
src/debug/ChromeDebugMessageStream.js
src/debug/NodeSocket.js
src/debug/StandaloneV8DebuggerService.js
src/debug/V8DebuggerService.js
src/debug/WSV8DebuggerService.js
|
2010-09-24 19:51:59 +02:00 |
|
Fabian Jakobs
|
797f9680e9
|
rename
|
2010-09-24 19:43:42 +02:00 |
|
Fabian Jakobs
|
93ec4217f1
|
resolve
|
2010-09-24 19:40:26 +02:00 |
|
Fabian Jakobs
|
61908b99f7
|
dump
|
2010-09-24 19:36:39 +02:00 |
|
Fabian Jakobs
|
65d3586d45
|
disable timer
|
2010-09-24 07:52:36 +02:00 |
|
Fabian Jakobs
|
01ed920ebe
|
Merge branch 'master' of github.com:ajaxorg/editor into HEAD
|
2010-09-24 07:38:33 +02:00 |
|
Fabian Jakobs
|
411058a6c3
|
make debugger node compatible
|
2010-09-24 07:38:01 +02:00 |
|
Ruben Daniels
|
c04aca0ebd
|
* Added evaluate method
|
2010-09-24 01:17:42 +02:00 |
|
Fabian Jakobs
|
abcabf0dcf
|
minor change
|
2010-09-23 18:40:27 +02:00 |
|
Fabian Jakobs
|
b38222c995
|
key binding fixes
|
2010-09-23 13:49:10 +02:00 |
|
Fabian Jakobs
|
1e42b60282
|
Merge branch 'master' of github.com:ajaxorg/editor into HEAD
|
2010-09-22 22:28:14 +02:00 |
|
Fabian Jakobs
|
d39974d34f
|
don't fire break events twice
|
2010-09-22 22:27:53 +02:00 |
|
mikedeboer
|
ee295ae563
|
fixed default bindings
|
2010-09-22 16:22:08 +02:00 |
|
mikedeboer
|
1fdc39d0c3
|
added package.json for NPM
|
2010-09-22 16:08:40 +02:00 |
|
mikedeboer
|
a533874b84
|
Merge branch 'master' of github.com:ajaxorg/editor
Conflicts:
src/ace/layer/Marker.js
|
2010-09-22 14:56:43 +02:00 |
|
mikedeboer
|
6f8f346e40
|
added license info (LGPL) to editor files
|
2010-09-22 14:55:30 +02:00 |
|
Fabian Jakobs
|
649d6cf3e8
|
Merge branch 'master' of github.com:ajaxorg/editor into HEAD
|
2010-09-22 14:15:12 +02:00 |
|
Fabian Jakobs
|
bf5d5315fe
|
requireJS fixes
|
2010-09-22 14:14:55 +02:00 |
|
mikedeboer
|
b3f5211851
|
made several changes/ fixes to the search
|
2010-09-22 12:44:27 +02:00 |
|
Fabian Jakobs
|
e1c8930427
|
fix typo
|
2010-09-21 21:34:40 +02:00 |
|
Fabian Jakobs
|
46bf8f4e4f
|
externalize commands and make them pluggable
|
2010-09-21 17:03:30 +02:00 |
|
Fabian Jakobs
|
e28a08cefd
|
requireJS fixes
|
2010-09-21 15:28:20 +02:00 |
|
Fabian Jakobs
|
05289bb159
|
el does not always have an onwnerDocument part2
|
2010-09-21 11:14:25 +02:00 |
|
Fabian Jakobs
|
3519fb8c5d
|
el does not always have an onwnerDocument
|
2010-09-21 11:02:44 +02:00 |
|
Fabian Jakobs
|
edf46ebd56
|
fix scroll orientation for webkit based browsers
|
2010-09-21 10:38:49 +02:00 |
|
Fabian Jakobs
|
4e9c8aae48
|
double clicks need to be close to each other
|
2010-09-21 10:38:31 +02:00 |
|
Fabian Jakobs
|
00b225f124
|
fix restoring of the scroll position
|
2010-09-20 20:16:58 +02:00 |
|
Fabian Jakobs
|
fab6d40471
|
Merge branch 'master' of github.com:ajaxorg/editor into HEAD
|
2010-09-20 19:47:34 +02:00 |
|