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

2893 Commits

Author SHA1 Message Date
Ted Pavlic 7f4431361f Add comments to TODO similar to comments that were posted (but have yet to appear) on newsgroup and comments on Trac. 2009-01-03 15:30:23 -05:00
Martin Stubenschrott 7bf0481345 added 2 more things to the style guide 2009-01-03 14:49:16 +01:00
Martin Stubenschrott b20f740d30 added simple style guide in HACKING file 2009-01-03 14:45:49 +01:00
Martin Stubenschrott 4d272ccc35 update NEWS and TODO 2009-01-03 14:22:47 +01:00
Martin Stubenschrott 5a139df797 Add ;F back again. Kris is right, that we are in feature freeze, but
this really just is a small commit which looks done right and satisfies
the need of a lot of people.

This reverts commit 969feba9355bdc148dc9403992facb314a30d1be.
2009-01-03 14:10:34 +01:00
Martin Stubenschrott 14b566422b updated Donors 2009-01-03 14:09:38 +01:00
Doug Kearns 7e2461cd90 Use the services cache in liberator.profileName. 2009-01-03 22:36:17 +11:00
Doug Kearns 172900fff2 Declare a variable in "gi" action. 2009-01-03 21:59:44 +11:00
Kris Maglione 81e0ae4bb5 Wait for completion to finish before processing <Tab> 2009-01-03 00:14:48 -05:00
Kris Maglione f4b8edbb67 Hashes are better than arrays 2009-01-02 20:47:46 -05:00
Kris Maglione f36b293e0d Shorten last commit (and s/'/"/g) 2009-01-02 20:28:56 -05:00
anekos 2604c7df16 Merge branch 'fixInfo' 2009-01-03 09:44:16 +09:00
anekos 3263b34a8b Fix the info path in liberator.startup. 2009-01-03 09:42:24 +09:00
Kris Maglione 0e22f0e4fd Make echoerr, throw Error in liberator.open 2009-01-02 19:13:11 -05:00
Kris Maglione 8af1dfb84f Fix liberator.open/browser.tabs.loadInBackground bug 2009-01-02 19:05:28 -05:00
Kris Maglione fa56f3058c Revert "Implement http://vimperator.org/trac/ticket/92 (restore ;F) (revert if want)"
This should have been discussed first, especially given the current feature
freeze. This could easily have been implemented as a plugin. Feel free to
re-commit to the dev branch *after* discussing it, though.

This reverts commit da2ab0f1abe0f110d71fbed5c10c165565f76100.
2009-01-02 18:44:47 -05:00
Kris Maglione 6d8194232f Fix help link bugs, needs cleanup 2009-01-02 18:40:32 -05:00
Ted Pavlic 5d1f9db967 Modified .gitignore to exclude Vim swp files and Mac DS_Store files 2009-01-02 15:33:00 -05:00
Ted Pavlic 7ec7bb15dd Implement http://vimperator.org/trac/ticket/92 (restore ;F) (revert if want)
The implementation provides the same functionality as ;F while still
maintaining the Vimp2.0 style hints. There is definitely room for
refactoring here.
2009-01-02 15:24:05 -05:00
Ted Pavlic f70344be50 Better grouping of extended hints in help. Also made completion list consistent with help list. 2009-01-02 14:44:23 -05:00
Ted Pavlic 211613d2c2 Some help list updates. Among other things, got rid of explicit numbering. 2009-01-02 14:32:15 -05:00
Ted Pavlic d5a28b5b37 Made consitent {arg} typesetting in help. 2009-01-02 14:16:11 -05:00
Ted Pavlic 451b094c21 Document ;V in :help and in completion. 2009-01-02 12:30:18 -05:00
Ted Pavlic 2e0f25449b Clarification about browser.tabs.lIB pref in hints help. 2009-01-02 12:20:27 -05:00
Ted Pavlic 0a67d035f8 Help copyedit to make Note: match convention. 2009-01-02 12:18:01 -05:00
Ted Pavlic 254bb5c8ef Added :set! alias to help options.txt 2009-01-02 12:11:21 -05:00
Ted Pavlic c56ba42693 Added ;* tags to list items under :h ; 2009-01-02 12:06:36 -05:00
Ted Pavlic 1facfe407f Several edits to help docs to clarify when plugins are loaded and what can cause them to not be loaded. 2009-01-02 11:37:07 -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
teramako 0653d64448 expand a path of editor option when open external editor 2009-01-01 22:01:39 +09:00
Doug Kearns 7363551ac0 Whitespace formatting fixes. 2009-01-01 22:10:01 +11:00
Doug Kearns 0be4723b91 Fix HTMLDocument guard clause in buffer.shiftFrameFocus. 2009-01-01 22:02:00 +11:00
Doug Kearns c57a97741d Fix multiple arg parsing in util.stringToUrlArray. 2009-01-01 22:01:59 +11:00
Doug Kearns cb5fca695f Rename the misspelled util.interruptableRange to util.interruptibleRange. 2009-01-01 22:01:58 +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
Doug Kearns 1e25799ef1 Use a Struct for autocommands.
This is marginally clearer and will be helpful for autocommand groups
etc.
2009-01-01 22:01:53 +11:00
Doug Kearns 5f846990bc Trivial refactoring of tabs.{getTab,getLocalStore}. 2009-01-01 22:01:51 +11:00
anekos 21cf316f99 Fix set(local|global) completer and more 2009-01-01 13:04:37 +09:00
Martin Stubenschrott b7bc245430 teramako: please follow our rules of intention, whitespace, etc. (same
for Ted, but Kris already said that)
2008-12-31 16:31:35 +01:00
teramako 5988c4fbf4 not display the command when autocommand triggered 2009-01-01 00:23:15 +09:00
Kris Maglione 763059641d Fix formatting. Ted: Please try to format your code consistently with the rest of the codebase. 2008-12-30 22:41:34 -05:00
Doug Kearns f878307b34 Fix part of #110.
Fix #110 (;b and ;t don't respond to 'activate'. Behavior spec'd in
:help is unclear).

I've fixed the inverted ;b/;t behaviour (the bug), closed the ticket,
and added 'activate' support as a TODO.
2008-12-31 13:19:48 +11:00
Doug Kearns 6e6b601a42 Don't highlight comments in RC file :set lines as they're not supported. 2008-12-31 13:08:44 +11:00
Doug Kearns 22744e80fa -TODO: can't reverse tab through the vimperator toolbar. 2008-12-31 13:08:43 +11:00
Doug Kearns 0f0d26d504 Normalise element related temporary variable names (elt -> elem). 2008-12-31 13:08:41 +11:00
Doug Kearns f7b110e45f TODO: message system needs a spec if it's going to be incompatible. 2008-12-31 13:08:38 +11:00
Doug Kearns ef34a5b71d Trivial refactoring of io.readDirectory. 2008-12-31 13:08:35 +11:00
Doug Kearns 2828b47b65 Search recursively for plugins in liberator.loadPlugins. 2008-12-31 13:08:32 +11:00