summaryrefslogtreecommitdiff
path: root/common/content/modes.js
Commit message (Collapse)AuthorAge
* Different 'passunknown' default for now.Kris Maglione2011-03-15
| | | | | --HG-- extra : rebase_source : a717735081e0b6a7e4f9e0254dcd1e6bac0c66c2
* Localitize deprecation warnings.Kris Maglione2011-03-14
|
* Shuffle some key bindings and mode inheritance around.Kris Maglione2011-03-14
|
* Fix a typo in options.jsm.Kris Maglione2011-03-14
|
* Some 'passunknown' enhancements.Kris Maglione2011-03-13
|
* Make 'passunknown' a stringlist and localizate mode descriptions.Kris Maglione2011-03-12
|
* Tweak revision 13f6e3a205d4 to be less lenient in Input modes by default.Kris Maglione2011-03-12
| | | | | --HG-- extra : rebase_source : efa3bfb79a40002ff21e2006974ad9c142ae2187
* Add 'passunknown' option, currently undocumented.Kris Maglione2011-03-12
|
* Apply 'timeout' to unbound keys too.Kris Maglione2011-03-12
|
* Move some more message strings to the properties file.Doug Kearns2011-03-10
|
* Fix some initialization order issues.Kris Maglione2011-03-09
|
* Move some more message strings to the properties file.Doug Kearns2011-03-08
|
* Fix local mapping bug. Change statusline API slightly.Kris Maglione2011-02-28
|
* Move some event-based code into observers in the modules it affects.Kris Maglione2011-02-27
|
* Fix a silly error in modes.set.Kris Maglione2011-02-23
|
* Fix confusing, duplicate help index entries.Kris Maglione2011-02-22
|
* 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
|
* Make 'showmode' a regexplist to satisfy whiny pansies who can't tolerate ↵Kris Maglione2011-02-19
| | | | seeing -- EX -- in the status line.
* Add missing function name. Fix cleanup on window close. Fix minor mode ↵Kris Maglione2011-02-19
| | | | change bug and add guards.
* Fix key event stringification letter-case issue for non-keypress events. ↵Kris Maglione2011-02-18
| | | | Closes issue #258.
* Add AUTOCOMPLETE mode.Kris Maglione2011-02-17
|
* Properly blur the command line when leaving command line mode. Closes issue ↵Kris Maglione2011-02-17
| | | | #285.
* Minor key processing tweaks.Kris Maglione2011-02-15
|
* Fix typos. Closes issue #381.Kris Maglione2011-02-14
|
* Fix "Edit Element Style", "New Attribute", etc. in Firebug.Kris Maglione2011-02-14
|
* Fix "Edit Element Style", "New Attribute", etc. in Firebug.Kris Maglione2011-02-14
|
* Fix a race.Kris Maglione2011-02-10
| | | | | --HG-- branch : groups
* Fix some bugs.Kris Maglione2011-02-07
| | | | | --HG-- branch : groups
* Unhide COMMAND mode.Kris Maglione2011-02-07
| | | | | --HG-- branch : groups
* Skip setting elem.dactylKeyPress in passthrough-type modes. Closes issue #341.Kris Maglione2011-02-03
|
* Hopefully fix load order bug.Kris Maglione2011-02-03
|
* Run stylebot -- semicolons.Doug Kearns2011-02-01
|
* Get rid of stale dump statements.Kris Maglione2011-01-26
| | | | | --HG-- branch : key-processing
* Kludgily make it possible to use Text Edit mode from Command Line mode.Kris Maglione2011-01-26
| | | | | --HG-- branch : key-processing
* INPUT_MULTILINE ⊄ COMMAND_LINE.Kris Maglione2011-01-26
| | | | | --HG-- branch : key-processing
* Fix remapping <C-v>. Closes issue #297.Kris Maglione2011-01-26
| | | | | --HG-- branch : key-processing
* First work towards cleaning up the commandline.js rat's nest. Don't expect ↵Kris Maglione2011-01-26
| | | | | | | any of these new interfaces to stay remotely as they are. --HG-- branch : key-processing
* Get rid of horrible coalesced event handlers in commandline.js.Kris Maglione2011-01-24
| | | | | --HG-- branch : key-processing
* Make MENU mode a "main" mode.Kris Maglione2011-01-24
| | | | | --HG-- branch : key-processing
* Update copyright headers.Kris Maglione2011-01-23
|
* Merge changes from key-processing branch.Kris Maglione2011-01-23
|
* Don't force help initialization until we see something that looks like a ↵Kris Maglione2011-01-21
| | | | help link. Other small interface changes.
* Get rid of spurious <Esc> mappings.Kris Maglione2011-01-20
|
* Fix hint key processing.Kris Maglione2011-01-19
|
* Make <Esc> a normal mapping rather than a grotesque hack.Kris Maglione2011-01-19
|
* Move fallthrough handler proccessing until after all normal key handling. ↵Kris Maglione2011-01-19
| | | | Make MOW mode a COMMAND mode. Move most input processing into INPUT mode. Fixes unnecessary closing of the MOW on :.
* Key processing cleanup and bug fixes.Kris Maglione2011-01-19
|
* Fix typing numbers in input modes.Kris Maglione2011-01-18
|
* Fix mapping : in insert modes.Kris Maglione2011-01-18
|