summaryrefslogtreecommitdiff
path: root/common/content/editor.js
Commit message (Expand)AuthorAge
* 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
* Fix typo noted by stepnem.Kris Maglione2011-02-02
* Make t_^ do something sensible.Kris Maglione2011-02-01
* Remove stale dump statement.Kris Maglione2011-02-01
* Simplify Editor.extendRange somewhat.Kris Maglione2011-02-01
* Adjust buffer.currentWord not to modify the selection. Add 'isk', undocumente...Kris Maglione2011-02-01
* Make t_B, t_W, t_e, and t_E do something sensible.Kris Maglione2011-02-01
* Fix pasting bug.Kris Maglione2011-02-01
* Fix some hinting bugs.Kris Maglione2011-01-24
* Fix v_v and v_V.Doug Kearns2011-01-20
* Use Files rather than strings in io.js where possible. Add some missing docs.Kris Maglione2011-01-20
* Move fallthrough handler proccessing until after all normal key handling. Mak...Kris Maglione2011-01-19
* Get rid of absurd Map#route flag. Consolodate some constants.Kris Maglione2011-01-18
* Fix editor.editFieldExternally.Doug Kearns2011-01-11
* Deal with fallout from 609832.Kris Maglione2011-01-09
* Fix gu on Gecko 2. Closes issue #244.Kris Maglione2011-01-06
* Fix deprecation warning.Kris Maglione2011-01-04
* Fix <S-Insert> when newlines are involved.Kris Maglione2010-12-31
* Deprecate dactyl.mode.Kris Maglione2010-12-30
* Miscellaneous semicolon, whitespace, and formatting fixes.Doug Kearns2010-12-30
* Replace weird mystery meat args of mapping actions with a proper object.Kris Maglione2010-12-29
* Merge changes from bootstrapped.Kris Maglione2010-12-25
* Use :highlight groups for styling input boxes during external editing.Kris Maglione2010-12-22
* Factor out unnecessary and potentially problematic use of threadYield in edit...Kris Maglione2010-12-22
* Fix gF and so forth.Kris Maglione2010-12-22
* Unbind i_<Tab>. Closes issue #199. Closes issue #149.Kris Maglione2010-12-20
* Fix definition link for commands defined on the command-line.Kris Maglione2010-12-18
* Import the bulk of a focus management patch near the top of my queue.Kris Maglione2010-12-18
* Replace %format strings with our standard <macro> format strings in 'editor' ...Kris Maglione2010-12-18
* Typo and general idiocy fixes. Kill 'linksearch'.Kris Maglione2010-12-17