See this page for instructions on how to use Flyspray: http://psi-im.org/wiki/Flyspray
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
FS#739 - tab completion in muc removes newlines
Attached to Project:
Psi Jabber Client
Opened by Martin (martin) - Sunday, 09 December 2007, 05:42 GMT-5
Last edited by Martin (martin) - Saturday, 02 August 2008, 19:48 GMT-5
Opened by Martin (martin) - Sunday, 09 December 2007, 05:42 GMT-5
Last edited by Martin (martin) - Saturday, 02 August 2008, 19:48 GMT-5
|
DetailsSteps to reproduce:
Write a line of text, than make a new line (Shift+Enter), then try nick autocompletion. The "newline" is lost. (reported by Spike411, reproduced by albert on 0.11, 0.12-dev) |
This task blocks these from closing
FS#764 - Patch review (META TASK)
FS#772 - bite sized tasks (META TASK)
FS#764 - Patch review (META TASK)
FS#772 - bite sized tasks (META TASK)
Closed by Martin (martin)
Saturday, 02 August 2008, 19:48 GMT-5
Reason for closing: Fixed in SVN
Additional comments about closing: using Norman's patch (r1186)
Saturday, 02 August 2008, 19:48 GMT-5
Reason for closing: Fixed in SVN
Additional comments about closing: using Norman's patch (r1186)
in groupchatdlg.cpp
359a360
>
360a362,363
> int checkTop=cursor.position();
>
408a412,415
> if(checkTop){
> cursor.insertBlock();
> position++;
> }