[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New implementation of rich text management
[Thread Prev] | [Thread Next]
- Subject: New implementation of rich text management
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Tue, 22 Sep 2026 09:10:50 +0200
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Hi,In the last commits, rich text implementation has been fully rewritten in Gambas.
The good points are:- Now rich text has exactly the same features and the same result whatever the GUI toolkit.
- Some code will be able to be removed from Qt and GTK+ components. - New features could be added in the future.The bad point is that it may be a little bit slower, and that you may encounter some bugs.
So if you notice any problematic discrepancy in your rich text display, tell me!
Note that the layout of the text will be a little bit different than before anyway. I will fix only bugs.
The documentation on the wiki is not updated yet. Regards, -- Benoît Minisini.