+ Reply to Thread
Page 1 of 8 1 2 3 ... LastLast
Results 1 to 10 of 76

Thread: new plugin: message highlighting

  1. #1
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default new plugin: message highlighting

    Ive created a new plugin named Message Highlight. It allows you to match a string on from/subject/to/cc and change the background color of the message index for that match. For example all emails from the roundcube dev list get a yellow background in the message index row.

    This is a first beta release, feedback and comments are welcome.

    Important: this only works with 0.4-STABLE (not beta)

    You can get it here: Downloads - roundcube-plugins - Project Hosting on Google Code

    Screenshot:

    Last edited by corbosman; 08-08-2010 at 10:01 AM.

  2. #2
    dziobak is offline Registered User
    Join Date
    Dec 2009
    Location
    Poland
    Posts
    184
    Downloads
    4
    Uploads
    0

    Default

    I'll try it!

  3. #3
    dziobak is offline Registered User
    Join Date
    Dec 2009
    Location
    Poland
    Posts
    184
    Downloads
    4
    Uploads
    0

    Default

    1. The highlight doesn't work on FF 3.6.3
    2. The highlighting looks terrible for me. When using dark colors I can't see letters... Maybe you can change it from highlight to text color and disable from choosing bright colors.
    3. Change the choosing color popup to this like in Rosali's calendar. It fits more to RC
    4. Attached polish translation
    Attached Files
    Last edited by dziobak; 06-22-2010 at 03:59 PM.

  4. #4
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    The highlighting works fine on FF 3.6.3. Ive been doing all development on FF 3.6.3. Just tried it on windows as well, no problem. Also works in Safari, Chrome and IE. At least for me it does. As long as you have current SVN (as in, today's SVN would be fine).

    What about just using light colors instead of dark colors If you pick only light colors, does that make you happier? I may be able to limit the colors to light colors. I dont think it's a good idea to use the font color instead of the row color. You can not see different shades of a color well in font colors. I think it looks fine with light colors.

    Im not quite sure what makes a specific color picker 'fit rc more'. I hadnt seen the one in the calendar plugin, but im more than happy to give that one a go, especially because it looks like that one is easier to limit to light colors. But it kind of annoys me to use a color picker that just fills in a form with hex codes. I think it's designwise nicer to not show the end user the sadness of HTML hex color numbers. Does your mother understand hex color codes?

    Also, I really dont like how you have to click twice in that color picker. You have to click to lock in a color, and then click again outside the color picker to close the picker. It's not very intuitive.

    What is 'more rc' about it? Or what dont you like about this one?

  5. #5
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    If you'd like to try, check out this css file, some changes that may help:

    http://wa.ter.net/download/message_highlight.css

    Just replace the original css file and shift-reload.

  6. #6
    dziobak is offline Registered User
    Join Date
    Dec 2009
    Location
    Poland
    Posts
    184
    Downloads
    4
    Uploads
    0

    Default

    1. You are right with FF. I had to have something wrong with cache... it works
    2. Yes I set the lithe colors and it looks better. it should be limited to light colors.
    3. There should be used color pickup box the same in all plugins. This looks bad when one plugin use different box then the other... Maybe put it to core?
    4. The new css looks better

  7. #7
    dziobak is offline Registered User
    Join Date
    Dec 2009
    Location
    Poland
    Posts
    184
    Downloads
    4
    Uploads
    0

    Default

    What do you thing about setting highlight from addressbook too? Setting a color to specific contact

  8. #8
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    1. Ok, cool, phew I had a similar issue in Chrome that was fixed when I reloaded
    2. With the new css it's limited to light colors. The only darkish color is in the blues, but even those seem light enough.

    3. I agree it would be nice to have consistent UI elements. As a matter of fact, I just posted a feature request on the RC tracker a few days ago to have RC support Jquery-UI. (#1486809 (jquery UI support) ? Roundcube Webmail) from the core, so plugins dont all load their own versions of jquery-ui and possibly even wrongly interact with eachother. (what happens if 5 plugins load different versions of jquery-ui?). The calendar color picker isn't jquery based. That doesnt have to be bad, but i would personally prefer a community supported jquery color picker. (mine doesnt seem to be actively developed either, and the only reason I used it is cause I thought it looked the least invasive of all the jquery color pickers I could find). Im perfectly happy using a different color picker if RC would suggest using a specific one.

    4. I released a 0.11 version with the new css.

  9. #9
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    Where in the addressbook? In the 'Edit Contact' frame? I suppose it's possible to hook in there using render_page. But what would you match on? Display Name? First/Last? Email?

  10. #10
    dziobak is offline Registered User
    Join Date
    Dec 2009
    Location
    Poland
    Posts
    184
    Downloads
    4
    Uploads
    0

    Default

    Yes, in the 'Edit Contact' frame.
    I would match email. The plugin works correctly when using names ("Test user" <test@test.com>) and email address ("Test user" <test@test.com>). It could check both ;-)

+ Reply to Thread
Page 1 of 8 1 2 3 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts