John McLear
04f609752f
actually works
2013-02-17 18:05:25 +00:00
John McLear
140ff6f1bf
dont lose focus on key up, doesn't work yet
2013-02-15 12:24:16 +00:00
John McLear
a37d396577
fix issue where opera was doing stupid things but still an issue w/ double tabs exists
2013-02-12 19:04:43 +00:00
Peter 'Pita' Martischka
0953a5ac33
Brought scheduler back completly, fixes #1502
2013-02-11 20:51:40 +00:00
Peter 'Pita' Martischka
1fbd408e82
replaced opera regex check with jquery browser check
2013-02-10 21:21:22 +00:00
Peter 'Pita' Martischka
500c451ba1
removed hack, because its uncessary now that scheduler is back
2013-02-10 21:19:48 +00:00
John McLear
a45a8a837d
stop opera doing stupid things
2013-02-09 19:44:13 +00:00
John McLear
a93ff37879
fix opera by recreating a scheduler object
2013-02-09 16:42:47 +00:00
John McLear
adaded343d
better fix for IE8 page up down
2013-02-06 20:09:30 +00:00
John McLear
dd49c71af9
fixes IE8 error by only redifining if firefox
2013-02-06 19:43:28 +00:00
Peter 'Pita' Martischka
eaa835630c
Support Page Up and Page Down in ace
2013-02-03 17:39:49 +00:00
Peter 'Pita' Martischka
cba001341f
Remove legacy mozilla specific code from ace inner
2013-02-03 14:03:10 +00:00
Peter 'Pita' Martischka
d30daccb10
Don't handle selections that are not from the inner frame
2013-02-03 13:44:37 +00:00
Simon Leblanc
38b14c40f0
Add same color in pad and chat for author
2012-12-03 03:43:56 +01:00
John McLear
3dcbd8dd4e
fix the control S to save a revision
2012-11-30 23:28:34 +00:00
John McLear
a4c4d11cd4
fix letter s...
2012-11-30 15:26:51 -08:00
John McLear
93e9d7c852
remove control S comment
2012-11-28 17:20:58 +00:00
John McLear
8c7939ec9f
catch control S and send an event to save a revision
2012-11-28 17:17:35 +00:00
John McLear
6239c66e36
remove alert on line wrap as it doesnt mean anything
2012-11-26 20:19:27 +00:00
Hyacinthe Cartiaux
d6027726e6
Fix urls, use github.com/ether
...
Signed-off-by: Hyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu>
2012-11-22 01:12:30 +01:00
NAGOYA, Yoshihiko
957a0aa873
fix Pita/etherpad-lite #1032
...
refact inInternationalComposition
2012-10-12 01:12:15 +09:00
Chad Weider
622819ba93
Make intialization of Ace2Inner analogous to other page controllers.
2012-09-21 22:09:55 -07:00
John McLear
e9e3ea305b
Merge pull request #992 from gedion/develop
...
Added hooks and made some ace functions available to editorInfo Object
2012-09-14 04:51:17 -07:00
John McLear
ba8177fc6f
Merge pull request #999 from lepidum/develop
...
Fixed international composition issues (e.g., Japanese Input method)
2012-09-14 04:50:08 -07:00
NAGOYA, Yoshihiko
71c9444694
fix for InternationalComposition(e.g., Japanese Input)
...
moved inInternationalComposition from Ace2Inner to top window
fix bindTheEventHandlers() because ie9 implement CompositionEvent
when inInternationalComposition, NEW_CHANGES msg and ACCEPT_COMMIT msg
are pushed msgQueue.
when handleUserChanges(), apply msgQueue.
2012-09-13 23:37:26 +09:00
Chad Weider
1258ed3a0d
Split client and server plugin functionality.
...
There is virtually no shared code for the client, extract it into its own
module and do away with the switches.
2012-09-11 21:16:47 -07:00
Gedion
3364eb131e
fixed comments
2012-09-11 17:02:53 -05:00
Gedion
9be69ef258
fixed plugins
2012-09-11 16:21:14 -05:00
Gedion
c37c48cd12
added hooks and made some functions available to editor info object in ace
2012-09-08 13:45:33 -05:00
NAGOYA, Yoshihiko
55cf1cabb5
fix prevent ESC key patch
2012-08-30 13:24:35 +09:00
NAGOYA, Yoshihiko
521e76ae44
prevent ESC key
2012-08-30 12:00:27 +09:00
Marcel Klehr
9e9cbd5ffa
Fix typo.
2012-07-13 08:24:02 +02:00
Egil Moeller
27f25b8c61
Added hook to catch edit events
2012-05-30 17:18:43 +02:00
Matthias Bartelmeß
a557f2414e
cssManager top is not used, so drop it
2012-04-21 13:47:11 +02:00
Matthias Bartelmeß
8593b1905c
getRepHTML seems to be unused. Removing
2012-04-20 14:24:44 +02:00
Egil Moeller
3a62c6d2ab
Bugfix for this being wrong in editorInfo.ace_performDocumentApplyAttributesToRange
2012-04-17 22:32:46 +02:00
Jordan Hollinger
06f36664b8
Fix re-enabling line numbers. issue #618
2012-04-13 17:21:07 -04:00
Matthias Bartelmeß
a0235126e4
syntax candy
2012-04-07 02:13:26 +02:00
Matthias Bartelmeß
34f07efcfb
Delete key removes line attributes if prev line is not emtpy
2012-04-07 01:07:25 +02:00
Matthias Bartelmeß
7418f08dc7
Added 2 new Hooks
...
+ aceInitialized is called when ace has been fully initialized
+ aceRegisterBlockElements allows to register new Block Elements with ace.
2012-04-07 01:02:50 +02:00
Matthias Bartelmeß
ff9e407092
Minor coding style improvement. Does the same as before
2012-04-05 15:26:51 +02:00
Matthias Bartelmeß
2ccc70daf6
documented lineAndColumnFromChar
2012-04-05 15:25:17 +02:00
Matthias Bartelmeß
5833cb1037
renamed performDocumentApplyAttributesToRange to setAttributesOnRange and moved it to AttributeManager
2012-04-05 15:22:22 +02:00
Matthias Bartelmeß
9f02972af4
remove debugger statement
2012-04-05 01:08:01 +02:00
Matthias Bartelmeß
60942b09a4
fixing lineHasMarker
2012-04-05 01:07:47 +02:00
Matthias Bartelmeß
23cda77b65
added AttributeManager, ChangesetUtils
2012-04-05 00:50:04 +02:00
Matthias Bartelmeß
2dd60b0b6d
Merge branch 'develop' into ace2_refactoring
2012-04-03 19:30:57 +02:00
John McLear
9ecd864ac6
Merge pull request #557 from redhog/master
...
Templating system built on top of EJS and plugin installer
2012-04-02 12:42:38 -07:00
Egil Moeller
6120a0b7aa
Merge branch 'develop' of git://github.com/Pita/etherpad-lite
2012-03-27 22:36:48 +02:00
Egil Moeller
8402cb118a
One more exposed ace function
2012-03-27 22:24:16 +02:00