1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-24 09:51:24 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
Kris Maglione 89698e3e05 s/service[(".*?")]/services.get(\1)/g; s/service.get(\w+)/'services.create("' + lcfirst($1) + '")'/ge 2008-12-23 15:07:48 -05:00
Kris Maglione aa27e686c8 Fix :mkv for options with white space 2008-12-23 14:17:15 -05:00
Doug Kearns cf9cb136fc Whitespace fixes. 2008-12-23 22:34:02 +11:00
Doug Kearns 253346dbc3 Remove trailing commas from object initializers. 2008-12-23 22:07:56 +11:00
Martin Stubenschrott feeccb23d2 Undo certain parts from the unfortunate "service" commit, to unbreak Muttator. @Kris: Please try not to
commit unconnected things at once, as it's much harder to revert such commits :( I'll have to revert
the service -> Cc/Ci manually now, as I got lots of conflicts in reverting, and if i didn't, i wouldn't
want to undo the other parts of that commit (like VIMPERATOR_RUNTIME or the added comments)
2008-12-23 03:15:52 +01:00
Doug Kearns f96b522ec1 Handle the silly exception thrown from options.resetPref. 2008-12-23 00:21:38 +11:00
Kris Maglione 3482269980 Fix storage observer weak ref stuff (Gecko is a strange beast) 2008-12-21 18:56:56 -05:00
anekos 9ac029441f Fix typo. 2008-12-21 15:40:12 +09:00
Kris Maglione 872d03808e Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}. 2008-12-20 18:34:14 -05:00
Kris Maglione ef827139e4 Tie storage observers to a weak reference of window so they're automatically destroyed. 2008-12-20 14:36:11 -05:00
Doug Kearns 5b4a1d11f8 prefer let over var in Mappings, Modes, and Options 2008-12-21 00:28:19 +11:00
Doug Kearns 80672176a0 remove unused variable in :set completer 2008-12-21 00:12:23 +11:00
Kris Maglione 74700d3aff Document some more crap. 2008-12-19 13:27:01 -05:00
Doug Kearns d60c81ef23 add missing semicolons 2008-12-19 23:00:14 +11:00
Kris Maglione c094a2dd2b Fix */# 2008-12-18 18:21:01 -05:00
Doug Kearns c11e153766 whitespace fixes 2008-12-18 21:06:51 +11:00
Kris Maglione 6a04a6e7cf Add 'const service' 2008-12-17 16:41:54 -05:00
Kris Maglione 18d4f74b6e Cc/Ci/Cr/Cu 2008-12-16 19:12:04 -05:00
Kris Maglione 672e109c67 Fix joinPaths when stuff dun't exist 2008-12-16 17:24:18 -05:00
Doug Kearns f27c461c7f replace some echo() calls with echomsg() 2008-12-12 14:03:31 +11:00
Daniel Bainton 016770bf7d :prefs needs to be application specific, so moving :prefs to vimperator and adding a new :prefs for muttator 2008-12-11 18:12:58 +02:00
Kris Maglione 6453aa2cdc Offer "Default value" completions for options whose default value is 0 2008-12-07 12:13:52 -05:00
Kris Maglione f10a9e1650 Preserve highlight when pusshing messages to the MOW. 2008-12-07 12:01:04 -05:00
Kris Maglione 7c3f6eb595 Fix async complete bug again. Why did I change it when it was working? It was late. 2008-12-05 13:07:34 -05:00
Kris Maglione e68aaed9c1 Warn user when changing a pref that theyve changed. Dont open 14 error consoles when we break a module. 2008-12-05 12:51:48 -05:00
Daniel Bainton 3bd42aafb5 Fix ':set' to only show the nondefault entries 2008-12-05 09:26:20 +02:00
Kris Maglione 667e1433ec Allow :se foo nobar baz="Foo. No bar in this town." 2008-12-04 12:06:38 -05:00
Daniel Bainton 729854c749 Rename liberator/ to common/ 2008-12-04 07:56:35 +02:00