Closed
Bug 63621
Opened 25 years ago
Closed 24 years ago
[RFE] Shortcut to reply to the last IRC message
Categories
(Other Applications Graveyard :: ChatZilla, enhancement)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: studer, Assigned: samuel)
References
Details
(Whiteboard: on-branch)
Attachments
(1 file, 1 obsolete file)
15.71 KB,
patch
|
Details | Diff | Splinter Review |
There should be a shortcut (for example ctrl+l) to automatically inserts the
name of the person who wrote the last IRC message
-addressed to you
or
-that was unaddressed
plus ": " (or something like that) into the msg-textfield.
Comment 1•25 years ago
|
||
Changed Summary to include RFE. Maybe it should be tab like in most IRC clients.
Anyway marking NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: shortcut to reply to the last IRC message → [RFE] Shortcut to reply to the last IRC message
Reporter | ||
Comment 2•25 years ago
|
||
tab is already used for auto-complete feature of chatzilla ("chs" [tab] ->
"chstuder: "). Maybe something like shift+tab.
When the input field is blank, tab autocomplete gives very floody output.
changing the handler to check for an empty input field would be acceptable.
Comment 4•25 years ago
|
||
If you tab twice within a half second, you get a list of all the possible
completions. If you do this with the input field blank, you'll see everyone on
the channel (I assume this is what timeless meant by "very floody output".)
I could change it so that if you tab with an empty input field, it completes the
last nick to say something in your /stalk list.
Status: NEW → ASSIGNED
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•24 years ago
|
||
Assignee | ||
Comment 7•24 years ago
|
||
The patch changes the action for a tab with no text to insert the last nick to
say a stalk trigger.
Comment 8•24 years ago
|
||
hey, that's a pretty neat hack.
Comment 10•24 years ago
|
||
I did a big refactor on the tab complete code, and rolled up a similar fix for
this bug along with it.
This version will make [tab] on an empty line work as follows...
from a channel view...
if someone has triggered a /stalk match, "nickName: "
if someone has sent you a message "/msg nickName "
otherwise, nothing.
from a query view... "/msg nickName"
from the client view... "/help "
from a network view... nothing.
Tab completion now works when the word being completed is in the middle of the
line too. This took alot longer than I expected ;)
I'll attach a patch here, it's already checked into the branch.
Comment 11•24 years ago
|
||
Updated•24 years ago
|
Attachment #47468 -
Attachment is obsolete: true
Comment 12•24 years ago
|
||
The chatzilla 0.8.5 branch has landed, if you believe this bug is not actually
fixed, and you are sure you are running chatzilla 0.8.5-rc1, please reopen the
bug for further consideration.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•4 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•