summaryrefslogtreecommitdiff
path: root/common/content/editor.js
Commit message (Collapse)AuthorAge
* Fix editor.editFieldExternally.Doug Kearns2011-01-11
| | | | Broken in revision 40e49837cafd.
* 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 ↵Kris Maglione2010-12-22
| | | | editFieldExternally.
* 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
| | | | | | | and the like. --HG-- extra : rebase_source : b5a658dd9f07e30f7e9cb589bb6efca8fd260a66
* Typo and general idiocy fixes. Kill 'linksearch'.Kris Maglione2010-12-17
|
* Block invalid keys in VISUAL TEXT EDIT mode and add v_x mapping. Closes ↵Kris Maglione2010-12-13
| | | | issue #182.
* Allow specifying line numbers in 'editor'. Take advantage in <C-i> and ↵Kris Maglione2010-12-09
| | | | view-source links.
* Minor mode magic.Kris Maglione2010-12-07
|
* Do away with services.(get|create), and move the prefs module to its own file.Kris Maglione2010-12-01
|
* Don't treat <C-c> specially in pass-through mode. Closes issue #160.Kris Maglione2010-12-01
| | | | | --HG-- extra : rebase_source : 95b34d6df9705042fca26aeaf63f51d57131458b
* Clean up editor.pasteClipboard.Doug Kearns2010-11-11
| | | | | --HG-- extra : rebase_source : 119ea139b97eee94ec195ddf251c00d5ebdf81c0
* Make editor.expandAbbreviation a little more readable.Doug Kearns2010-11-10
| | | | | --HG-- extra : rebase_source : 49d92eb99a1b5a52db7d24696341148f822b773c
* Rip out threading code. Fixes issue #119. Fixes issue #128.Kris Maglione2010-11-12
|
* Fix bug.Kris Maglione2010-11-09
|
* Add external editor mappings to Command Line and Text Edit modes.Doug Kearns2010-11-08
| | | | | | | This is bound to <C-i> in each of these modes as it is for Insert mode. --HG-- extra : rebase_source : 846abe669c943637de39a8def11e30d812f01fc2
* Replace util.isOS with a platform queryable util.OS object.Doug Kearns2010-11-08
| | | | | --HG-- extra : rebase_source : 2a00dd4e3a023c9de11818bb95d86d9901341c6a
* Add missing semicolons.Doug Kearns2010-11-05
| | | | | --HG-- extra : rebase_source : 9b307f142d55c3cd89ea6010ea15f1d26b11846f
* Dispatch events from buffer.followLink as trusted events. Closes issue #124.Kris Maglione2010-11-07
|
* Remove unused editor._lastFindChar{,Func} variables.Doug Kearns2010-11-05
| | | | t_; and t_, aren't implemented.
* Partially clean up count handling in Editor.Doug Kearns2010-11-05
|
* Fix count handling of t_p.Doug Kearns2010-11-05
| | | | | --HG-- extra : rebase_source : bcbb1c42915c0a328e754e55eeb3c7ca6cfc5194
* Remove some useless return statements from Editor.Doug Kearns2010-11-05
| | | | | --HG-- extra : rebase_source : e0d9e68dd782ceaa3bc444333eea62a7add7e215
* End both visual characterwise and linewise modes with either v_V or v_v.Doug Kearns2010-11-05
| | | | | | | | The distinction between these visual modes is barely implemented but having v_V delete characterwise selected text is confusing. --HG-- extra : rebase_source : c44c998f3e5572067cb858193f5fb1f2c82d3d13
* Remove support for t_gI for now.Doug Kearns2010-11-05
| | | | | | | | | It's odd to support just that Vim extension even though its implementation is correct and that of t_I is not. We should look at adding these commands later when the core Vi commands are more accurately implemented. --HG-- extra : rebase_source : f33cc9c9cbe0de8af2640655c0c7f9485f0a8a9d
* Make use of dactyl.assert in t_<C-t> and v_d actions.Doug Kearns2010-11-05
| | | | | --HG-- extra : rebase_source : 7c7275d3695e98034f542c29fda8dafee2378253
* Improve t_u and t_r descriptions.Doug Kearns2010-11-05
| | | | | --HG-- extra : rebase_source : f630111750ec2f2feaf7442534f4528036ea7975
* Whitespace fixes.Doug Kearns2010-11-05
| | | | | --HG-- extra : rebase_source : 7bc98c4cf1a8ca89cfbfb1f96ffe9fa72565c663
* Add missing semicolons.Doug Kearns2010-11-05
| | | | | --HG-- extra : rebase_source : 5fdc6c8e52b982ea4685d97cd7ccfeb184ec3851
* Do something remotely reasonable where designMode documents are concerned. ↵Kris Maglione2010-10-24
| | | | Some fixes for evalInSandbox problems in recent nightlies.
* Don't collapse command-line selection on mode change.Kris Maglione2010-10-23
|
* Typo fixes.Doug Kearns2010-10-20
| | | | | --HG-- extra : rebase_source : ae1f5592e46693439e561f82fdf14b33885071e6
* Replace dactyl.has(OS) with util.isOS.Doug Kearns2010-10-17
|
* Hint mode: Don't be discouraged by a document's lack of a body. Closes issue ↵Kris Maglione2010-10-16
| | | | | | | #40. --HG-- extra : rebase_source : dfdf9cf61af76aa84841ff181f42afcf318bce6d
* Better :yank formatting.Kris Maglione2010-10-14
|
* Miscellaneous formatting fixes.Doug Kearns2010-10-11
| | | | | --HG-- extra : rebase_source : ac84b34db15b95fd5a6ad597a1420ffc4cb35414
* Fix inserting [ '"] as the first character in command-line mode.Kris Maglione2010-10-12
|
* Fix completion list for functions that return augmented arrays.Kris Maglione2010-10-11
|
* Replace spurious modes.replace call that Doug, er, warned be about before I ↵Kris Maglione2010-10-09
| | | | | | | committed it. --HG-- branch : mode-refactoring