summaryrefslogtreecommitdiff
path: root/src/static/js/ace2_inner.js
AgeCommit message (Expand)Author
2013-03-14remove pointless +John McLear
2013-03-08fix indent on chrome in linuxJohn McLear
2013-03-06Fix ace rtlIsTrue property setterMarcel Klehr
2013-03-05allow chrome to do control z type functionality, not sure why this was never ...John McLear
2013-02-20resolve merge conflictJohn McLear
2013-02-18dont jump pagesJohn McLear
2013-02-18dont jump pagesJohn McLear
2013-02-18Merge pull request #1531 from ether/fix-for-long-stringsJohn McLear
2013-02-18Try to add some sanity to indentationJohn McLear
2013-02-18allow colon to indent lineJohn McLear
2013-02-17better support for other browsersJohn McLear
2013-02-17make the focus jump back to the left if it's requiredJohn McLear
2013-02-17actually worksJohn McLear
2013-02-17seems to be working pretty wellJohn McLear
2013-02-15dont lose focus on key up, doesn't work yetJohn McLear
2013-02-12fix issue where opera was doing stupid things but still an issue w/ double ta...John McLear
2013-02-11Brought scheduler back completly, fixes #1502Peter 'Pita' Martischka
2013-02-10replaced opera regex check with jquery browser checkPeter 'Pita' Martischka
2013-02-10removed hack, because its uncessary now that scheduler is backPeter 'Pita' Martischka
2013-02-09stop opera doing stupid thingsJohn McLear
2013-02-09fix opera by recreating a scheduler objectJohn McLear
2013-02-06better fix for IE8 page up downJohn McLear
2013-02-06fixes IE8 error by only redifining if firefoxJohn McLear
2013-02-03Support Page Up and Page Down in acePeter 'Pita' Martischka
2013-02-03Remove legacy mozilla specific code from ace innerPeter 'Pita' Martischka
2013-02-03Don't handle selections that are not from the inner framePeter 'Pita' Martischka
2012-12-03Add same color in pad and chat for authorSimon Leblanc
2012-11-30fix the control S to save a revisionJohn McLear
2012-11-30fix letter s...John McLear
2012-11-28remove control S commentJohn McLear
2012-11-28catch control S and send an event to save a revisionJohn McLear
2012-11-26remove alert on line wrap as it doesnt mean anythingJohn McLear
2012-11-22Fix urls, use github.com/etherHyacinthe Cartiaux
2012-10-12fix Pita/etherpad-lite #1032NAGOYA, Yoshihiko
2012-09-21Make intialization of Ace2Inner analogous to other page controllers.Chad Weider
2012-09-14Merge pull request #992 from gedion/developJohn McLear
2012-09-14Merge pull request #999 from lepidum/developJohn McLear
2012-09-13fix for InternationalComposition(e.g., Japanese Input)NAGOYA, Yoshihiko
2012-09-11Split client and server plugin functionality.Chad Weider
2012-09-11fixed commentsGedion
2012-09-11fixed pluginsGedion
2012-09-08added hooks and made some functions available to editor info object in aceGedion
2012-08-30fix prevent ESC key patchNAGOYA, Yoshihiko
2012-08-30prevent ESC keyNAGOYA, Yoshihiko
2012-07-13Fix typo.Marcel Klehr
2012-05-30Added hook to catch edit eventsEgil Moeller
2012-04-21cssManager top is not used, so drop itMatthias Bartelmeß
2012-04-20getRepHTML seems to be unused. RemovingMatthias Bartelmeß
2012-04-17Bugfix for this being wrong in editorInfo.ace_performDocumentApplyAttributesT...Egil Moeller
2012-04-13Fix re-enabling line numbers. issue #618Jordan Hollinger