Feature #219
Option to Left-Align 'chatter' in chat-window to eliminate crag
| Status: | New | Start: | 10/17/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Frontend GNOME | |||
| Target version: | - | |||
| Resolution: | Complexity: | High |
||
| Votes: | 0 |
Description
Vertical separator separating timestamp/nick from chatter.
Also, option to show/hide timestamps (is it there yet? didn't see it!)
example:
http://www.flamedesktop.com/wp-content/bf_data/apps/web/im-chat/x/xchat.png
History
Updated by Mirco Bauer 208 days ago
- Complexity set to Medium
I would really really love this feature, but I haven't found out yet to align text in a Gtk.TextView! :(
Updated by Chris Le Sueur 171 days ago
I would very much like to implement this. It looks like it will be pretty non-trivial to do, and require basically indenting the main text a suitable amount then drawing the timestamps and nicks in the gap at the appropriate place.
It has the potential to get pretty complex to handle resizing the columns appropriately, and line overflows in the main chat.
Updated by Mirco Bauer 170 days ago
Chris Le Sueur wrote:
I would very much like to implement this. It looks like it will be pretty non-trivial to do, and require basically indenting the main text a suitable amount then drawing the timestamps and nicks in the gap at the appropriate place. It has the potential to get pretty complex to handle resizing the columns appropriately, and line overflows in the main chat.
I don't think thats the right thing to do as Smuxi allows to use non-monospace fonts too. TextView has support for columns somehow, but I have no idea how to make use of them.