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

5216 Commits

Author SHA1 Message Date
Kris Maglione 63899b7598 Remove useless conditional. 2011-01-04 11:31:44 -05:00
Kris Maglione c833f864d3 Make last commit less sucky. 2011-01-04 11:26:20 -05:00
Kris Maglione e7ae04749c Get the statusline color right after a :rehash. 2011-01-04 11:23:48 -05:00
Kris Maglione e533bdbc3d Fix StatusLineExtended style. 2011-01-04 11:14:20 -05:00
Kris Maglione 8e563fb3bc Autocomplete magic. 2011-01-04 11:11:15 -05:00
Kris Maglione 3350f3d4bf Fix completion.listCompleter. 2011-01-04 11:07:37 -05:00
Doug Kearns 80def7bfe9 Set the Vim ft in the modeline of the new modules.
--HG--
extra : rebase_source : 931647ac0dc0fb21d33d5f03b2d7267a73c0bb45
2011-01-05 02:41:06 +11:00
Kris Maglione 78bdfd6d9d Import styles into io.jsm.
--HG--
extra : rebase_source : 223f8ca11ef6d79c9cba2c43d937da646891c9a9
2011-01-04 10:28:40 -05:00
Doug Kearns bb8192d7ea Update Bookmarks#isBookmarked docs. 2011-01-04 21:24:10 +11:00
Kris Maglione 89f50168ae Fix typo. 2011-01-04 02:24:33 -05:00
Kris Maglione 27f5f16aa9 Experimentally move finder.js to finder.jsm.
--HG--
rename : common/content/finder.js => common/modules/finder.jsm
2011-01-04 02:20:52 -05:00
Kris Maglione 8e498ed52f Style the Add-on Bar rather than the statusbar where applicable. 2011-01-04 01:50:22 -05:00
Kris Maglione f8476edbbd Fix cleanup issue. 2011-01-04 01:44:59 -05:00
Kris Maglione 0d9292f09b Fix deprecation warning. 2011-01-04 00:38:37 -05:00
Kris Maglione 361fa347b9 Fix :colo. 2011-01-04 00:04:21 -05:00
Kris Maglione 20b34f607d Fix FF36. 2011-01-03 23:45:22 -05:00
Kris Maglione ee2bba53ca Experimentally move more modules to global modules.
--HG--
rename : common/content/completion.js => common/modules/completion.jsm
rename : common/content/javascript.js => common/modules/javascript.jsm
2011-01-03 23:41:48 -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 ec554ac6c9 Fix oversights in last commit. 2011-01-03 21:29:11 -05:00
Kris Maglione 43458d4432 Automagically generate DTDs. One more step towards dropping the chrome: protocol.
--HG--
rename : common/content/io.js => common/modules/io.jsm
2011-01-03 21:11:28 -05:00
Kris Maglione 30ec5fc393 Fix about:pentadactyl by registering the component manually. Et cetera. 2011-01-03 17:06:28 -05:00
Kris Maglione e8c5664c8f Fix issues with grabbing dactyl.version and also improve startup time, especially when running from an hg repo. 2011-01-03 15:28:47 -05:00
Kris Maglione f41e245cb1 Match only complete words in :lk filters. Should we maybe support regexps instead? 2011-01-03 15:22:34 -05:00
Kris Maglione 5aa7450973 Fix command serialization bug. 2011-01-03 12:29:51 -05:00
Doug Kearns 60abec35ae Add TODO item for error message clean up. 2011-01-04 03:32:15 +11:00
Doug Kearns 28d1524229 Fix :run on FF 3.6.
Closes issue #233.
2011-01-04 01:45:53 +11:00
Doug Kearns 835fabb62d Fix "invalid character class" error on FF 3.6.
Closes issue #230.
2011-01-03 22:24:14 +11:00
Doug Kearns 6117ad098a Fix -pentadactyl command-line argument parsing.
Closes issue #224.
2011-01-03 21:42:41 +11:00
Doug Kearns 2649952ef2 Add argument validation to state changing :ext* commands. 2011-01-03 21:18:12 +11:00
Kris Maglione 27e3681673 Search engines keyword updates. 2011-01-02 22:51:45 -05:00
Kris Maglione edb444640c Fix toggling the same. 2011-01-02 22:30:48 -05:00
Kris Maglione 20906772ce Fix displaying the labels of our sidebar entries in :sbar completion before the menu has been opened. 2011-01-02 22:17:25 -05:00
Kris Maglione 3ef94f5861 Fix mappings.getCandidates(). Closes issue #227. 2011-01-02 19:49:13 -05:00
Kris Maglione 7605c0ed54 Memoize config.browser and config.tabbrowser. 2011-01-02 19:48:10 -05:00
Kris Maglione c26d3f3218 Remove accidentally committed debugging code. "Fix" a bug. Probably: Fixes issue #226. 2011-01-02 17:08:13 -05:00
Kris Maglione fbd7556a76 Move iteration utility functions to the iter namespace. 2011-01-02 16:56:18 -05:00
Kris Maglione 91f02c9763 Allow multiple patterns for :autocommands. 2011-01-02 15:27:14 -05:00
Kris Maglione c010e45876 Fix toggling our custom sidebars. Closes issue #225. 2011-01-02 12:06:53 -05:00
Kris Maglione 8a0331f698 Remove static syntax files. 2011-01-01 10:32:34 -05:00
Doug Kearns 053ef86016 Add <A-F1> to open the single unchunked help page. 2011-01-01 20:28:14 +11:00
Kris Maglione d8bb3f4b32 Add input:true to modes.MENU, just for the hell of it. 2011-01-01 03:21:30 -05:00
Kris Maglione ac8347dc03 Experimental new Hint style. Lets see how vitriolic the reaction is. 2010-12-31 22:40:33 -05:00
Kris Maglione 54a3974a2a Fix highlighting and reporting of unknown command. 2010-12-31 21:39:31 -05:00
Kris Maglione 5438c7d61d Fix error not solved by last commit. 2010-12-31 21:34:41 -05:00
Kris Maglione 0d6e0a1d6b Don't offer value completions for boolean options. Fix spellcheck highlighting of invalid option names. Closes issue #209. 2010-12-31 21:33:44 -05:00
Kris Maglione 937d7ff3af Added tag pentadactyl-1.0b4.2 for changeset 962d8a1e823d 2010-12-31 17:47:36 -05:00
Kris Maglione b3ef9eeee4 Release 1.0 βeta 4.2. 2010-12-31 17:47:30 -05:00
Kris Maglione 3c80d33c67 Fix <C-v> in PASS THROUGH mode. Closes issue #223. 2010-12-31 17:19:40 -05:00
Kris Maglione ce6d472a76 Fix some recent bugs in the special casing of :!. 2010-12-31 16:25:40 -05:00
Kris Maglione 9f7ef8634c Fix <S-Insert> when newlines are involved. 2010-12-31 16:12:05 -05:00