summaryrefslogtreecommitdiff
path: root/common/content/editor.js
Commit message (Expand)AuthorAge
* Fix typo in i_<Insert> definition.Doug Kearns2009-09-16
* fix whitespace from last commitMartin Stubenschrott2009-09-11
* disallow editing of password fieldsMartin Stubenschrott2009-09-11
* Remove redundant semicolons.Doug Kearns2009-09-04
* Formatting fixes.Doug Kearns2009-08-27
* Cleanup some references to "Firefox" in common/*.Doug Kearns2009-06-28
* Split Map.flags into individual properties of Map.Doug Kearns2009-06-28
* Move the standard type completers to appropriate modules.Doug Kearns2009-06-18
* Change multiline beep guard clauses to single line formatting.Doug Kearns2009-06-04
* Add missing semicolons.Doug Kearns2009-06-02
* Change multiline error message guard clauses to single line formatting.Doug Kearns2009-05-22
* Add some API documentation for Options and others.Doug Kearns2009-05-22
* Fix conditional in editor.executeCommandWithMotion.Doug Kearns2009-05-15
* Add 'fileencoding'Kris Maglione2009-05-01
* Fix #247Kris Maglione2009-04-22
* changed my email addressMartin Stubenschrott2009-03-28
* Fix bug #93 the hacky way, thanks to Conrad Irwin for the patch.Daniel Bainton2009-03-15
* Fix editor#pasteClipboard on Windows.Doug Kearns2009-03-13
* Revert "Replace use of editor.pasteClipboard with executeCommand("cmd_paste")."Daniel Bainton2009-03-08
* Replace use of editor.pasteClipboard with executeCommand("cmd_paste").Doug Kearns2009-03-09
* Escaping the error.anekos2009-02-23
* Sorry, stashed changes including:Kris Maglione2009-01-21
* Fixed (:abbr """a b) so it stopped throwing E114 (like Vim).Ted Pavlic2009-01-20
* Setup abbreviation behavior to be like an isk-less Vim.Ted Pavlic2009-01-17
* Fix ":abbr this'is'a'test" to return an error, like Vim.Ted Pavlic2009-01-16
* Change :abbr to parse its args.string itself.Ted Pavlic2009-01-16
* After some investigation, it appears like Vim only outlaws quotes in :abbr.Ted Pavlic2009-01-16
* Fix :abbr with no argument (in future, will be less push happy).Ted Pavlic2009-01-16
* Moved :abbr LHS non-word match to outside RHS check. Want to check LHS always...Ted Pavlic2009-01-16
* Make sure LHS of :abbr is is all word characters. E474 otherwise (mimic Vim).Ted Pavlic2009-01-16
* Change (\S+) to (\w+) in abbreviation matching so that "VIMP<space> expands (...Ted Pavlic2009-01-16
* Small fixes for recent commits.Kris Maglione2009-01-15
* Refactor editor.removeAllAbbreviations.Doug Kearns2009-01-15
* Three small changes (copyright, template.js copyright, and tildetidy target)Ted Pavlic2009-01-12
* Update copyrights for 2009.Ted Pavlic2009-01-11
* Fixed v exiting visual mode, thanks Xie&TianMartin Stubenschrott2009-01-06
* Add some source documentation for AutoCommands.Doug Kearns2009-01-02
* expand a path of editor option when open external editorteramako2009-01-01
* Add some more rough source documentation.Doug Kearns2009-01-01
* Normalise element related temporary variable names (elt -> elem).Doug Kearns2008-12-31
* Document some more crap.Kris Maglione2008-12-19
* add missing semicolonsDoug Kearns2008-12-19
* Use io.withTempFiles in editFieldExternallyKris Maglione2008-12-17
* Cc/Ci/Cr/CuKris Maglione2008-12-16
* prefer let over var in EditorDoug Kearns2008-12-13
* add abbreviation completionDoug Kearns2008-12-13
* allow for partial match filtering in :abbreviation list commandsDoug Kearns2008-12-12
* echo a msg, not an err, from :abbrev when there are no abbreviationsDoug Kearns2008-12-12
* use argCount: "1" with :*unabbrev commandsDoug Kearns2008-12-10
* simplified selection controller usageMartin Stubenschrott2008-12-08