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

220 Commits

Author SHA1 Message Date
Doug Kearns dbc99ad956 Revert "Move util.Array to modules.Array_."
This reverts commit d6cdda48a18c9fa05365b50046470fec9935fd3c.

Array_ method chaining needs fixing.
2009-09-15 13:20:06 +10:00
Doug Kearns 7c66dc2b17 Move util.Array to modules.Array_. 2009-09-14 15:19:56 +10:00
Doug Kearns ddfb66e3d8 Vimify "Unknown option" error message. 2009-09-12 23:49:26 +10:00
Doug Kearns 2b7e4dcb67 Remove redundant semicolons. 2009-09-04 21:58:43 +10:00
Doug Kearns 2df0e8ee49 Use extensions.liberator.saved. branch for safe-set preference values. 2009-09-04 12:30:24 +10:00
Doug Kearns 3474036fad Add Options#remove. 2009-09-04 12:30:23 +10:00
Doug Kearns c958616337 Formatting fixes. 2009-08-27 14:46:30 +10:00
Doug Kearns 5f6405be03 Add support for verbose :set querying of options.
Querying of commands, autocommands, mappings, abbreviations, highlight
groups, and styles should also be supported.
2009-08-27 14:46:29 +10:00
Doug Kearns 08ecc21277 Remove some commented-out code from :unlet action. 2009-08-27 14:46:27 +10:00
Doug Kearns 07b2795a08 Add a reference to the *.typeaheadfind.autostart bug. 2009-08-21 23:57:41 +10:00
Kris Maglione 9d77c018ca Fix something to do with <a>. 2009-08-19 14:03:14 -04:00
Doug Kearns 77458e5b8a Whitespace and semicolon fixes. 2009-08-10 02:15:23 +10:00
Doug Kearns e2e31528e2 Normalise the use of "func" vs "fn" for function references.
"func" had the numbers.
2009-06-29 19:09:08 +10:00
Doug Kearns 776f9bb425 Cleanup some references to "Firefox" in common/*. 2009-06-28 16:03:23 +10:00
Doug Kearns a6fde383c0 Fix the :set! completer's title to refer to the host application.
Also fixes a 'pps' value description that refers to Firefox as well.
2009-06-28 16:03:22 +10:00
Doug Kearns ec8d7686fc Move the standard type completers to appropriate modules. 2009-06-18 22:02:21 +10:00
Doug Kearns 64a9c9554c Fix more function formatting faux pas as per the style guide. 2009-06-01 16:46:09 +10:00
Kris Maglione fa16e09a9a Don't setcomm /dev/null <(js -Cv180 options.js |& grep .) browser.startup.page on startup. 2009-05-22 17:01:23 -04:00
Doug Kearns e12af69a09 Add some API docs for liberator. 2009-05-22 10:59:53 +10:00
Doug Kearns 26dabbfd0d Change multiline error message guard clauses to single line formatting.
Also apply similar formattng fixes to conditional blocks as per
standard.
2009-05-22 10:53:17 +10:00
Doug Kearns dfb68bc9f8 Fix case of all references to Option#globalValue. 2009-05-22 10:53:07 +10:00
Doug Kearns f834cfcd6b Add some API documentation for Options and others. 2009-05-22 10:53:06 +10:00
Doug Kearns a97d419fc8 Move events.prefObserver to options.prefObserver. 2009-05-15 22:17:00 +10:00
Doug Kearns 56f1fe6c50 Remove some silly argument guard clauses.
Removed from Command(), Mapping() and Option().

Throw an exception if you care enough to check but we don't do so
anywhere else.
2009-05-15 00:39:47 +10:00
Kris Maglione 43537025c6 Some esthetic and practical changes to modes and a couple of completion functions. 2009-05-05 17:23:04 -04:00
Martin Stubenschrott 5ab1771e3c changed my email address 2009-03-28 23:38:33 +01:00
anekos d3d8e21fa9 Remove empty comment
eb9211b894f384c7a6fda21fd0219378c6e8643f
2009-02-18 00:17:17 +09:00
anekos f0ff9bf2a1 Fix: set! foo="multibyte string" was broken. 2009-02-18 00:11:16 +09:00
janus_wel 688ea844cc Allow setting empty value to some stringlist options
* eventignore
    * activate
    * newtab
    * suggestengines
    * wildoptions

Signed-off-by: Kris Maglione <maglione.k@gmail.com>
2009-02-05 10:12:54 -05:00
Kris Maglione 70022ff0af Stricter number option parsing (and comment out some dump statements) 2009-01-28 09:15:26 -05:00
anekos a381a3947a Fix let-command's extraInfo
'let g:foo="c:\"' raise a error.
  -> E114: Missing quote: "
2009-01-18 03:07:47 +09:00
Ted Pavlic d29013a2fd Three small changes (copyright, template.js copyright, and tildetidy target)
a.) Cleaned up copyright language to match conventions.
(I used the memoir document class documentation as a reference, but
 these conventions are common throughout publishing)

   * The (c) symbol has no legal meaning. Only the word "Copyright" and
     an encircled lowercase c are appropriate. So the word "Copyright"
     was placed before each (c).

   * Each (C) was changed to (c).

   * Kris uses the correct symbols in copyright notices, but those
     symbols can be problematic in terminal-mode editors. Added the word
     "Copyright" as well.

   * Replaced colons/spaces after years with the word "by."

b.) Added a copyright notice to common/content/template.js. It was
    missing one entirely. Please correct if it doesn't need one or if the
    copyright isn't held by Martin.

c.) Also added a "tildetidy" target to Makefile common that includes a
    version of the find line from the existing "clean" target (however,
    this version uses "rm -fv" instead of "rm -f").
2009-01-12 09:14:54 -05:00
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Kris Maglione de9e366f12 Cleanup some docs. Fix completion sizing bug. 2009-01-10 23:15:33 -05:00
anekos 1c6907eb2c Fix Option#get 2009-01-05 13:27:58 +09:00
Kris Maglione 8af1dfb84f Fix liberator.open/browser.tabs.loadInBackground bug 2009-01-02 19:05:28 -05:00
anekos 7923d17aab Fix unlet command. 2009-01-02 04:20:49 +09:00
Doug Kearns e91fbcd754 Add some source documentation for AutoCommands.
Also normalise the use of /* */ and // comments.
2009-01-02 00:56:58 +11:00
Doug Kearns 7363551ac0 Whitespace formatting fixes. 2009-01-01 22:10:01 +11:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Doug Kearns 8691d0c51d Remove redundant return statements from options.{setPref,resetPref}. 2009-01-01 22:01:55 +11:00
anekos 21cf316f99 Fix set(local|global) completer and more 2009-01-01 13:04:37 +09:00
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