Closed
Bug 303805
Opened 19 years ago
Closed 19 years ago
RFE: tab switching via command+option arrows (like Camino and Deer Park2 on Mac)
Categories
(Other Applications :: ChatZilla, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: micklweiss, Assigned: rginda)
Details
(Whiteboard: [cz-0.9.69])
Attachments
(1 file, 1 obsolete file)
|
1.45 KB,
patch
|
samuel
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+ This is a patch to allow tab switching via command+option arrows (like Camino and Deer Park2 on Mac). Reproducible: Always
Comment 2•19 years ago
|
||
Comment on attachment 191906 [details] [diff] [review] this adds option+command+ arrow tab switching I'd set additional-review-, but since you haven't asked for review yet, that's impossible. The break statements inside the if-blocks are redundant, they should be removed. Furthermore, patches are a lot more readable if you use cvs diff with the -uN option, where N is the number of lines of context diff will generate. Generally I use 6 or 8, but that's a matter of personal preference. I've seen people use 12, I've seen them use 2... just make sure there's enough context to understand where this code ends up and what it does.
| Reporter | ||
Updated•19 years ago
|
Attachment #191906 -
Flags: review+
| Reporter | ||
Comment 3•19 years ago
|
||
Comment on attachment 191906 [details] [diff] [review] this adds option+command+ arrow tab switching sorry, made the wrong change before.
Attachment #191906 -
Flags: review+ → review?(gijskruitbosch+bugs)
Comment 4•19 years ago
|
||
Comment on attachment 191906 [details] [diff] [review] this adds option+command+ arrow tab switching You misunderstood. I'm not a module owner / peer, and therefor not the appropriate person to ask for review - but I can say what I think about it, and then set an *additional* review. Which is what I've done now, and I've asked for a 'real' review from one of rginda's peers (rginda is module owner for ChatZilla, as far as I'm aware. Please consider submitting a new patch which copes with the problems I pointed out (even though my opinion doesn't matter as much as that of the 'real' reviewer). If you disagree with me, reply here or ask on IRC :-).
Attachment #191906 -
Flags: review?(samuel)
Attachment #191906 -
Flags: review?(gijskruitbosch+bugs)
Attachment #191906 -
Flags: review-
| Reporter | ||
Comment 5•19 years ago
|
||
It is pretty straight forward what it does (so didn't think it would matter too much, how it was diff'ed - it is still readable)... for reference, it is taken from the latest stable. Quite frankly, you could just cut-n-paste :-P I did misunderstand you, I thought that you had suggestions and wanted to review it and make your changes (that you mentioned) - before sending it for review to the module owner. Feel free to upload a newer version of this with the things that you pointed out (I agree with the points -btw). IMHO I think that a decent patch should be made before sending it for review to a module owner. I'm not running a version from cvs, so that diff may break something. When I get back from the airport, I'll grab a version from cvs and do what you said, if you haven't already updated it. for reference: I'm mick_(home|work|laptop|lweiss) on irc. - Mick
Comment 6•19 years ago
|
||
Seeing as the original maker of this patch seems not to care anymore, here is a new patch. I *would* want to request *someone* with a mac (*cough* reporter *cough*) to test this patch. I can't get it to work on this Linux machine (at uni), but I'm guessing that's catching the commands to do 'something'. Then again, I presumed the logic of the original patch was sound. The question is, was that assumption correct?
Attachment #191906 -
Attachment is obsolete: true
Attachment #197694 -
Flags: review?(samuel)
Updated•19 years ago
|
Attachment #191906 -
Flags: review?(samuel)
Comment 7•19 years ago
|
||
I suppose it might as well be confirmed. :-) Is someone going to test it?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 8•19 years ago
|
||
Mick tested the patch, and told me it worked on IRC. He's too busy to comment on the bug (that's what he says, anyway :-) ).
Comment 10•19 years ago
|
||
Comment on attachment 197694 [details] [diff] [review] Patch with my own nits fixed. works on Linux too ;-)
Attachment #197694 -
Flags: review?(samuel) → review+
Comment 11•19 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Whiteboard: [cz-0.9.69]
You need to log in
before you can comment on or make changes to this bug.
Description
•