Am 06.03.2011 um 01:35 schrieb Pavel Sanda: > Stephan Witt wrote: >> Am 04.03.2011 um 17:04 schrieb Pavel Sanda: >> >>> Abdelrazak Younes wrote: >>>> #ifdef Q_WS_WIN >>>> int const CursorWidth = 2; >>>> #else >>>> int const CursorWidth = 1; >>>> #endif >>> >>> considering how trivial is this change and how many times it was asked, >>> i would accept patch for RC variable even for 2.0. >> >> Or the zoom related approach... see patch. > > it doesn't meet the requests i have seen up to now. the people asking for this > feature wants generally much wider cursor than you propose - closer to block > cursor.
I cannot believe that a 4 pixel wide cursor makes sense when using 120% zoom. The space between two characters isn't big enough. A possibility - nevertheless I tried to avoid another RC variable - would be to introduce the RC variable with the option to choose automatic cursor width or a arbitrary fixed width. Should I prepare that? Stephan
