summaryrefslogtreecommitdiff
path: root/common/content/editor.js
Commit message (Expand)AuthorAge
* Move DOM and config properties from the util namespace to the DOM and config ...Kris Maglione2011-08-14
* Add experimental jQuery-ish DOM object.Kris Maglione2011-08-14
* Fix Firefox exploding on <C-i>Kris Maglione2011-08-09
* Remove stale dump statement.Kris Maglione2011-08-09
* Keep browser from exploding on <C-i> in Command Line mode.Kris Maglione2011-08-08
* Re-enable Text Edit mode in non-Google editable windows.Kris Maglione2011-08-06
* Don't derive Text Edit mode from Operator mode. Allow escaping from Operator ...Kris Maglione2011-08-06
* Reconcile the format of 'sanitizeitems' with most other list options.Kris Maglione2011-08-06
* Add 'spelllang'. Closes issue #530.Kris Maglione2011-08-06
* Fallback to count of parent mapping in motion maps. 2dw == d2w == 8d2w.Kris Maglione2011-08-05
* Add operator mode per Vim. Wrap most editor commands in transactions. And stu...Kris Maglione2011-08-05
* Bah.Kris Maglione2011-08-03
* Don't offer Text Edit mode for non-input elements. Closes issue #590.Kris Maglione2011-07-29
* Further mode names normalisation in docs.Doug Kearns2011-07-29
* Don't explicitly pop Menu mode on menu_<Esc>. Closes issue #527. Normalize mo...Kris Maglione2011-07-29
* Normalise mode name references in command/option/mapping descriptions.Doug Kearns2011-07-21
* Closes issue #610.Kris Maglione2011-07-28
* Dispatch input event after external editing.Kris Maglione2011-07-21
* s/\bset\b/Set/gKris Maglione2011-07-16
* Move QI inside try-catch.Kris Maglione2011-07-05
* Some 'timeout' compromises: Guess whether there are native bindings for a key...Kris Maglione2011-06-27
* Fix doc typo.Kris Maglione2011-06-27
* Update buffer.viewSource and buffer.viewSourceExternally prototypes. Update d...Kris Maglione2011-06-27
* Remove Window special casing from Editor#pasteClipboard.Doug Kearns2011-06-22
* Closes issue #469.Kris Maglione2011-06-12
* More polyglotization.Kris Maglione2011-04-29
* More ad hoc i18n work.Doug Kearns2011-04-01
* Fix variable collision in editor.js.Kris Maglione2011-03-26
* Annotate most strings which need to be explicitly localified.Kris Maglione2011-03-25
* Run style bot.Doug Kearns2011-03-19
* Different 'passunknown' default for now.Kris Maglione2011-03-15
* Use globbed modifiers for pass through keys.Kris Maglione2011-03-14
* Some 'passunknown' enhancements.Kris Maglione2011-03-13
* Move input prompt strings to the properties file.Doug Kearns2011-03-13
* Add missing <Tab>/<S-Tab> bindings.Kris Maglione2011-03-12
* Make 'strictfocus' a currently undocumented sitemap option.Kris Maglione2011-03-12
* Tweak revision 13f6e3a205d4 to be less lenient in Input modes by default.Kris Maglione2011-03-12
* Fix t_f issues. Closes issue #424.Kris Maglione2011-03-10
* Fix c_e.Kris Maglione2011-03-08
* Fix hint generation after closing a window.Kris Maglione2011-03-06
* Move some messages to properties file. Local and modules directories still to...Kris Maglione2011-02-25
* Add descriptions to the remaining editor mappings.Štěpán Němec2011-02-20
* Cleanup motion maps somewhat. Add descriptions to other editor mappings.Kris Maglione2011-02-19
* Fix t_p broken in revision 650be38ccc54. Closes issue #391.Kris Maglione2011-02-19
* Fix closing menus on <Esc> broken in revision bf712a2498ed.Kris Maglione2011-02-19
* Fix typos. Ugh.Kris Maglione2011-02-17
* Add some mappings to AUTOCOMPLETE mode.Kris Maglione2011-02-17
* Preliminary REPL mode.Kris Maglione2011-02-17
* Fix pressing <Space> in content-editable windows. Closes issue #not-in-the-tr...Kris Maglione2011-02-12
* Fix a race.Kris Maglione2011-02-10