summaryrefslogtreecommitdiff
path: root/src/static/js/ace2_inner.js
AgeCommit message (Expand)Author
2014-02-01allow tabs to be cycled when focus is in editorJohn McLear
2013-12-18expose update browser selection functionJohn McLear
2013-12-18dont error when pressing del on rep 0 0John McLear
2013-12-17better handling for attribute queriesJohn McLear
2013-12-09Merge pull request #2028 from webzwo0i/remove-deadcodeJohn McLear
2013-12-09Merge pull request #2013 from ether/getAttributeOnSelectionJohn McLear
2013-12-08[virtual_lines] remove traces of virtual_lines/makeVirtualLineView. this code...webzwo0i
2013-12-08[ace2_inner] init() has replaced setup(), reflect this change in the comments...webzwo0i
2013-12-08remove empty&unused overlaysdivwebzwo0i
2013-12-08[ace2inner] remove unused function boldColorFromColorwebzwo0i
2013-12-08[ace2inner] remove unused recolorLineByKey that was part of old recolor modulewebzwo0i
2013-12-08[ace2_inner] remove unused getLineKeyForOffset that was part of old recolor m...webzwo0i
2013-12-08[ace2_inner] remove unused function htmlForRemovedChildwebzwo0i
2013-12-08[ace2_inner] remove incorpIfQuick because its unused since Julywebzwo0i
2013-12-07resolve issue where first char showed all formattingJohn McLear
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
2013-12-01dont assume formatting is on the start of any lineJohn McLear
2013-12-01remove white spaceJohn McLear
2013-12-01remove post ace eventJohn McLear
2013-12-01ends of line shouldn't show incorrect formatted statusJohn McLear
2013-12-01handle logic for line lengths with 0John McLear
2013-11-28getAttributeOnSelection functionJohn McLear
2013-09-25sanity also control home supportJohn McLear
2013-09-25vast improvement on movement of caret due to isolation of cause of problem - ...John McLear
2013-07-14Make pads with long lines usable with chrome.Dave Longley
2013-06-15allow cssmanager to manage outer_aceChia-liang Kao
2013-06-06new hook: aceSetAuthorStyleChia-liang Kao
2013-06-06refactor setAuthorStyleChia-liang Kao
2013-04-07only try to redraw the line height of lines that exist..John McLear
2013-04-04 dont use top, use the schedulerJohn McLear
2013-03-30Merge pull request #1640 from ether/caret-refactorJohn McLear
2013-03-29remove messy bitsJohn McLear
2013-03-28Make revision button glow on ctrl-s and increase durationMarcel Klehr
2013-03-28more settimeout to top windowJohn McLear
2013-03-28show light yellow for .5 secs on save revision keypressJohn McLear
2013-03-26expose ace document, reqjired for various pluginsJohn McLear
2013-03-18stop start point going negativeJohn McLear
2013-03-18page up, down etc all working, still no shift page up/down for highlight but ...John McLear
2013-03-18refactored arrow keys now work after paste in chromeJohn McLear
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