[Gambas-user] Gambas-0.90 : Problem with cut within the Editor

Nigel Gerrard nigel at ...38...
Thu Mar 4 16:35:49 CET 2004


Benoit,

When editing a class in the IDE and trying to cut several lines, the repaint does not clear the widget correctly.
See the snapshots (Number 1 shows the before, Number 2 shows theselect and Number 3 shows after the cut.)

I have looked at qeditor.cpp to try and find the problem but was unsuccessful.  In the CEditor.cpp I tried to insert
WIDGET->repaint() in the CEDITOR_cut method but to no effect.The only way I could work around the problem
was to add WIDGET->hide() followed by WIDGET->show(); after WIDGET->cut().

Perhaps you can better pin point the problem.

Nigel

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040304/2ef3ce0f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: snapshot3.png
Type: image/png
Size: 25779 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040304/2ef3ce0f/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: snapshot2.png
Type: image/png
Size: 27433 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040304/2ef3ce0f/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: snapshot1.png
Type: image/png
Size: 27435 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040304/2ef3ce0f/attachment-0002.png>


More information about the User mailing list