summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/js
Commit message (Expand)AuthorAgeFilesLines
* Update aceTom Needham2012-04-1583-8885/+19884
* Remove google web fontTom Needham2012-04-151-1/+1
* Remove go to lineTom Needham2012-04-141-25/+17
* Add some filetypesTom Needham2012-04-071-0/+2
* Give editor focus after savingTom Needham2012-04-061-0/+1
* Provide undo when closing editor with unsaved changesTom Needham2012-04-061-45/+55
* confirm close when there are unsaved changesTom Needham2012-04-021-1/+14
* add * to filename when changes have been madeTom Needham2012-04-021-26/+42
* use OC_Dialogs instead of alert()Tom Needham2012-04-021-1/+1
* spaces to tabsTom Needham2012-03-111-25/+25
* Text editor will now wrap text based on window sizeTom Needham2012-03-101-0/+1
* update file extensions in editorTom Needham2012-03-101-3/+9
* Editor fixed.Marvin Thomas Rabe2012-02-231-2/+3
* Update breadcrumb css on closeTom Needham2012-02-141-0/+1
* Fix editing shared files and file opening bug. Fixes oc-209 and oc-195Tom Needham2012-02-141-14/+14
* disable keyboard shortcuts as temp fixTom Needham2012-01-231-1/+2
* some minor changes to the text editor loadingRobin Appelman2012-01-141-33/+32
* Fix breadcrumb issue when closing editorTom Needham2012-01-141-1/+1
* fix editor jsTom Needham2012-01-141-2/+2
* improved ui for go to line buttonTom Needham2012-01-091-2/+2
* update page titleTom Needham2012-01-091-0/+4
* Added live searchTom Needham2012-01-091-16/+52
* Added 'Go to line' functionalityTom Needham2012-01-091-4/+24
* improved ui and save button actionTom Needham2012-01-091-19/+8
* hide save button for read-only filesTom Needham2012-01-091-3/+6
* fixed saving bugTom Needham2012-01-091-0/+3
* Handles file permissions. Protect against overwriting changes.Tom Needham2012-01-081-87/+58
* added ace sourceTom Needham2012-01-0133-0/+45276
* Removed old codeTom Needham2012-01-013-19824/+0
* Added ace license fileTom Needham2012-01-011-0/+476
* Added support for more file typesTom Needham2012-01-011-1/+8
* Updated ace-editor softwareTom Needham2012-01-0136-28/+26377
* Fixed keyboard shortcutsTom Needham2011-12-311-11/+8
* Disable save button whilst saving. Refined code.Tom Needham2011-11-291-1/+1
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-59/+54
* Keyboard shortcuts for saving. Refined code.Tom Needham2011-11-111-13/+46
* Fixed problem closing the editor.Tom Needham2011-11-071-2/+4
* Fixed error where saving message appears twice.Tom Needham2011-11-071-29/+22
* Merged from master and fixed issue with opening multiple editorsTom Needham2011-10-211-14/+8
|\
| * Little trick to avoid editor loading twice on double clickBrice Maron2011-10-191-6/+4
* | Fixed issue with opening editor multiple times.Tom Needham2011-10-141-45/+52
* | Updated bug messageTom Needham2011-10-091-1/+1
|/
* Fixed editor loading and file saving issueTom Needham2011-10-081-25/+28
* Updated saving feedbackTom Needham2011-10-051-3/+21
* Cleanup of code. Fixed breadcrumb removal issueTom Needham2011-10-051-6/+3
* use texteditor for search resultsRobin Appelman2011-10-051-0/+11
* move some code to where it belongs and remove duplicated editor appRobin Appelman2011-10-051-0/+13
* Added all the remaining extensions to filetypesFlorian Jacob2011-10-051-5/+21
* Control events are now bound on the page load rather than everytime the edito...Tom Needham2011-10-041-1/+4
* Save button now removed after closing editorTom Needham2011-10-041-0/+1