Bug 192759 - [IRC] highlight channel a different color when your name is referenced
Summary: [IRC] highlight channel a different color when your name is referenced
Status: RESOLVED WONTFIX
Alias: None
Product: ECF
Classification: RT
Component: ecf.ui (show other bugs)
Version: 1.0.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.0.2   Edit
Assignee: Cagatay Calli CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2007-06-14 17:41 EDT by Chris Aniszczyk CLA
Modified: 2014-05-09 12:40 EDT (History)
6 users (show)

See Also:


Attachments
"Null Join Message" Bug Patch (2.43 KB, patch)
2007-07-27 14:53 EDT, Cagatay Calli CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2007-06-14 17:41:23 EDT
Currently we highlight channels when there is activity in them (via bolding them). It would be nice if we used a color to specify that someone in another channel referenced you.
Comment 1 Scott Lewis CLA 2007-07-24 19:30:00 EDT
Setting target milestone.  Would like to have done on bugday.
Comment 2 Cagatay Calli CLA 2007-07-27 11:43:29 EDT
I'm doing this for Eclipse Bugday 27.07.2007.
Comment 3 Chris Aniszczyk CLA 2007-07-27 11:48:18 EDT
ok, it's yours... assigning to you :)
Comment 4 Cagatay Calli CLA 2007-07-27 14:53:44 EDT
Created attachment 74823 [details]
"Null Join Message" Bug Patch
Comment 5 Cagatay Calli CLA 2007-07-27 14:55:28 EDT
Comment on attachment 74823 [details]
"Null Join Message" Bug Patch

Attachment of https://bugs.eclipse.org/bugs/show_bug.cgi?id=198132.
Mistakenly attached here.
Comment 6 Remy Suen CLA 2007-07-29 10:12:15 EDT
Is it even physically possible to change the colour of the text on a CTabItem?
Comment 7 Remy Suen CLA 2007-08-31 11:18:36 EDT
There doesn't appear to be any public API in CTabItem that I could find. You can set the foreground of the parent CTabFolder but that will change the text colour of _all_ CTabItems'.

Alternatively, we could just mark the item as "dirty" like '#eclipse*' to indicate that your name has been referenced. What do you think, Chris?
Comment 8 Chris Aniszczyk CLA 2007-08-31 11:43:38 EDT
How about a bold font?
Comment 9 Remy Suen CLA 2007-08-31 11:59:46 EDT
(In reply to comment #8)
> How about a bold font?

I could live with that. Or we could have images, that works too I s'pose.
Comment 10 Cagatay Calli CLA 2007-08-31 12:40:20 EDT
Actually there had been a method to do what we originally wanted in CTabItem but a breaking change happened in SWT at some point and now that method doesn't exist anymore.

I'll try to solve this by images.
Comment 11 Scott Lewis CLA 2014-05-09 12:40:01 EDT
Resolving as wontfix as resources not available for completion.  If contributor or committer resources become available, then please reopen.