1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 07:21:26 +02:00
Commit Graph

76 Commits

Author SHA1 Message Date
Kris Maglione fbb6af43ed Add dom.jsm. And stuff. 2011-08-22 01:16:14 -04:00
Kris Maglione 1ad3fdf195 Import part of top patch in queue: Add no-op option hive for plugin API reasons, cleanup some related code. 2011-08-16 21:17:52 -04:00
Kris Maglione d877fa5fea Push location stack on //?/n/N/[/]. 2011-08-11 03:44:22 -04:00
Kris Maglione 4470f63f74 Keep browser from exploding on <C-i> in Command Line mode. 2011-08-08 15:26:24 -04:00
Štěpán Němec cc03bfadf8 Use [foo] instead of foo[] consistently in source doc type annotations. 2011-07-22 12:33:36 +02:00
Doug Kearns 96469e9f47 Add group filtering to :command and :autocommand listings. 2011-07-21 01:39:40 +10:00
Kris Maglione d7b68c66af Fix error dispatching fullscreen autocmd again. 2011-03-10 09:53:57 -05:00
Doug Kearns 086255acef Fix an autocmd message key typo. 2011-02-26 12:59:58 +11:00
Kris Maglione 7c7a7c4865 Move some messages to properties file. Local and modules directories still to be done. 2011-02-25 20:23:15 -05:00
Kris Maglione 885b16d7db Fix autocommand bug. 2011-02-24 21:25:16 -05:00
Kris Maglione bcb2d3e7c9 Fix bug in autocommands. 2011-02-24 16:00:45 -05:00
Kris Maglione 80ca9194ec Fix a silly error in modes.set. 2011-02-23 16:41:26 -05:00
Kris Maglione 7eb6761dbe Hack to get rid of error on switching to/from fullscreen. 2011-02-14 04:28:07 -05:00
Kris Maglione aba1a13961 Fix :au grouping bug. 2011-02-12 22:26:44 -05:00
Kris Maglione 2aeb0030cd Fix :au listing. Yay tests. 2011-02-11 10:33:55 -05:00
Kris Maglione 30e2971424 Experimentally move contexts.js to contexts.jsm.
--HG--
branch : groups
rename : common/content/contexts.js => common/modules/contexts.jsm
2011-02-10 21:36:03 -05:00
Kris Maglione 9189715e9c Also add events groups for the use of plugins.
--HG--
branch : groups
2011-02-06 23:02:36 -05:00
Kris Maglione 83d86f7f02 Also groupify commands. Usage examples are in official plugins.
--HG--
branch : groups
2011-02-06 22:26:25 -05:00
Kris Maglione 2a99de96a0 Adjust some API names to make things more consistent and less confusing.
--HG--
branch : groups
2011-02-06 20:18:12 -05:00
Kris Maglione 4211f6ee07 More groups work, including -args flag and proper serialization.
--HG--
branch : groups
2011-02-06 14:07:18 -05:00
Kris Maglione 5a00fb0c62 Make :rehash|echomsg "foo" work as expected.
--HG--
branch : groups
2011-02-05 08:46:35 -05:00
Kris Maglione 2e27dc3571 Highlighting and stuff.
--HG--
branch : groups
2011-02-05 08:26:38 -05:00
Kris Maglione 0cc69f8932 Also group :autocmds.
--HG--
branch : groups
2011-02-05 08:13:56 -05:00
Kris Maglione 9b3ad1c7c6 imported patch groups
--HG--
branch : groups
2011-02-05 03:02:36 -05:00
Kris Maglione e9fd99dafa Reset progress indicator on location change. 2011-02-04 20:24:50 -05:00
Kris Maglione fb7d6c9809 Update copyright headers. 2011-01-23 23:34:24 -05:00
Kris Maglione 47f98a3a6a Fix quoting issues in :au. 2011-01-18 21:32:30 -05:00
Kris Maglione 5b56624043 Make buffer.URL a string again. Use buffer.uri and buffer.documentURI internally. Fix loading Object stores. 2011-01-16 12:14:43 -05:00
Kris Maglione 67e2a23c5a Fix zoom level display for fractional percentages. 2011-01-14 23:32:27 -05:00
Kris Maglione d661d60cb6 Make buffer.UR[LI] nsIURI objects. Fix bug in chrome-data:. 2011-01-03 22:00:53 -05:00
Kris Maglione 91f02c9763 Allow multiple patterns for :autocommands. 2011-01-02 15:27:14 -05:00
Kris Maglione c671cc84e0 Allow using heredocs with :abbr/:au/:com/:map. 2010-12-30 14:24:18 -05:00
Kris Maglione dca9f2df86 Merge changes from bootstrapped. 2010-12-25 16:00:56 -05:00
Kris Maglione 556c5b1903 Pass proper objects to -js autocommands rather than stringified imitations. 2010-12-17 13:21:55 -05:00
Kris Maglione f07f067309 Rename util.(escapeRegexp|regexpSource) to util.regexp.(escape|getSource). 2010-12-15 06:06:42 -05:00
Štěpán Němec a219601931 Provide util.regexpSource to avoid escaping slash when not necessary. 2010-12-06 03:54:22 +01:00
Štěpán Němec b765c5e96c Typos and whitespace fixes. 2010-12-06 02:29:52 +01:00
Doug Kearns c89df81725 Typo fixes. 2010-10-23 23:14:08 +11:00
Doug Kearns 4f14857d66 Normalise regex -> regexp.
This is what JS uses and using both is confusing.
2010-10-22 12:03:03 +11:00
Doug Kearns 377f8b01d4 Replace use of <b>arg</b> in API docs with *arg*.
--HG--
extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
2010-10-21 22:55:15 +11:00
Doug Kearns 48dd94773e Employ dactyl.assert where appropriate in Melodactyl. 2010-10-21 15:25:54 +11:00
Kris Maglione cd60cf81f6 Don't show the "all" item in the sanitize dialog. 2010-10-14 04:18:00 -04:00
Kris Maglione 4351bb675b Make "all" toggle other items in "activate", "eventignore", "newtab", and "sanitizeitems". 2010-10-12 14:29:11 -04:00
Kris Maglione 4efc6a3972 Allow things like :com! foo\n \ echo 1\n \ echo 2 2010-10-11 02:47:07 -04:00
Kris Maglione 7f574a512f Preserve file/line information with saved ex commands (:au, :com, :map -ex). 2010-10-05 15:29:18 -04:00
Kris Maglione c747734f1e Allow negating the regular expression in :autocmd. 2010-10-04 23:48:19 -04:00
Kris Maglione 69ed86178d Take focus from elements when they collapse. Small naming fix for Doug's sake. Closes issue #36.
--HG--
extra : rebase_source : aa0f776bafdeddc8a8b45ca3430de18ab535babc
2010-10-03 10:24:01 -04:00
Kris Maglione 634a26c98d Fix :macros. 2010-09-30 14:54:42 -04:00
Doug Kearns 87b29aa609 Camel-case array#{iteritems,itervalues}. 2010-09-26 11:54:28 +10:00
Doug Kearns 0d2b1b6dfd Whitespace fixes. 2010-09-24 16:26:08 +10:00