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

3272 Commits

Author SHA1 Message Date
Kris Maglione 0cb74ad157 Comment on 'new' in HACKING 2009-01-06 21:56:50 -05:00
Martin Stubenschrott 99150247f9 added comments to ui.js, thanks cirmin. Note: Please try
to avoid trailing whitespace, I had to remove 18 of these things, but
otherwise nice job, thanks :)
2009-01-07 03:18:29 +01:00
Martin Stubenschrott 7b37b4d1c8 added my opinion about new in HACKING, please respond 2009-01-07 03:10:00 +01:00
Martin Stubenschrott 473c461d3f fixed :open completions for slow computers. We now yield
incremental results, and the user gets more completion, the more often
he presses tab. Need to find out, how to change the "Waiting..." message
to "More results...". Also reminds me, how ugly the completion context
code is partly. We should try to clean it up and remove/merge useless
function to make it's interface smaller and more side-effect free.
2009-01-07 03:07:29 +01:00
Ted Pavlic db97184fa4 Added comment about modeline to HACKING 2009-01-06 19:12:09 -05:00
Ted Pavlic ed1b052a25 HACKING modeline 2009-01-06 19:09:45 -05:00
Ted Pavlic 7485dbba4d Added TODO: document remote git branches in HACKING 2009-01-06 19:06:14 -05:00
anekos cefc994115 s/\t/ / 2009-01-07 09:00:49 +09:00
Ted Pavlic 318dd6a5a6 Change contition to condition in HACKING 2009-01-06 16:56:50 -05:00
Kris Maglione 5004614ab0 Add comment about 'new' to HACKING 2009-01-06 12:45:27 -05:00
Kris Maglione e7f86f893d Cleanup liberator.open. Ted, please, just once, format your code correctly. Thanks. 2009-01-06 12:41:55 -05:00
Kris Maglione 850722d335 Add to HACKING 2009-01-06 11:48:29 -05:00
Kris Maglione 343a40f71b Add CompletionContextcompletion.jscancelAll 2009-01-06 11:44:36 -05:00
Kris Maglione ffd69033f7 Add to HACKING 2009-01-06 11:40:12 -05:00
Ted Pavlic a07394e16c Added to TODO: reformat HACKING so that git diff can parse it prettilly 2009-01-06 12:12:49 -05:00
Ted Pavlic 025c85e576 Added MDC link to HACKING explaining JS1.7's let 2009-01-06 12:11:02 -05:00
Martin Stubenschrott f09ad33e28 Fixed v exiting visual mode, thanks Xie&Tian 2009-01-06 14:00:27 +01:00
Martin Stubenschrott 2b404b74a0 Allow canceling of asynchronous completions. Some other small completion cleanups. NOTE to myself: The completion/commandline code is quite spaghetti code again, need to reduce unused functions, and reduce side effects inside functions like resetCompletions 2009-01-05 23:58:34 +01:00
Doug Kearns 54bc277231 Finish resolving HACKING conflicts. 2009-01-05 22:04:56 +11:00
Doug Kearns e004668572 Access the console service via the services cache in liberator.log. 2009-01-05 21:53:55 +11:00
Doug Kearns 698cdb19c2 Add "io" to the services cache. 2009-01-05 21:47:49 +11:00
Doug Kearns 49e0c091c1 s/stylesheet/style sheet/g in documentation. 2009-01-05 21:10:57 +11:00
Doug Kearns ea04b2b2be Add a couple of points to the style guide. 2009-01-05 21:10:55 +11:00
Doug Kearns 0d3d8ce63b Remove old heredoc parsing cruft from commands.parseCommand. 2009-01-05 21:09:17 +11:00
Martin Stubenschrott 153536799a dont output continous "Waiting for page to load..." as a message 2009-01-05 06:09:57 +01:00
Martin Stubenschrott 41d8cf47dd fixed multiline output display in regressions.js 2009-01-05 06:04:17 +01:00
anekos f8ffc1b482 Fix 'online' option's getter 2009-01-05 13:59:58 +09:00
anekos 1c6907eb2c Fix Option#get 2009-01-05 13:27:58 +09:00
Martin Stubenschrott 5e8e1b0507 fixed markFolderRead for newer thunderbirds 2009-01-05 05:06:28 +01:00
Ted Pavlic ad4b9b89f9 Clarification to :help for :open, :tabopen, and :winopen about what happens to first and next URLs. 2009-01-04 22:15:29 -05:00
Ted Pavlic 1112440269 Corrected correction 'Copyedit to :help winopen for clarity.' 2009-01-04 22:07:56 -05:00
Ted Pavlic 166d60abd0 Added lines to HACKING and vimp/TODO requesting testing/optimization info. 2009-01-04 22:02:26 -05:00
Ted Pavlic b644259f83 HACKING spelling stuff 2009-01-04 21:55:49 -05:00
Ted Pavlic 3befa0120b Fixed ":winopen a, b, c" so that a, b, and c all open in the new window.
Before, only a opened in the new window. b and c opened in background
tabs.

Please review this patch. Feel free to refactor or revert. I'm not
entirely comfortable with the solution, but it was small.

Bug reported in http://vimperator.org/trac/ticket/119
2009-01-04 21:49:08 -05:00
Martin Stubenschrott bc0c985a49 Revert "Copyedit to :help winopen for clarity."
Ted: Read the help again, :tabopen is just like :open, but opens in a
new tab.

This reverts commit 9f199106abf90dec0a2de6235dad0cf50a8e7722.
2009-01-05 00:46:51 +01:00
Ted Pavlic 20617543f2 Copyedit to :help winopen for clarity. 2009-01-04 18:13:42 -05:00
Ted Pavlic b503518702 Changed :set {option}* in help to :set {option}? 2009-01-04 16:19:10 -05:00
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