After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 105313 - Create richtext-like format to initialize gtktextbuffer easily
Create richtext-like format to initialize gtktextbuffer easily
Status: RESOLVED DUPLICATE of bug 59390
Product: gtk+
Classification: Platform
Component: Widget: Other
2.2.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-02-05 15:25 UTC by Nguyen Thai Ngoc Duy
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Nguyen Thai Ngoc Duy 2003-02-05 15:25:48 UTC
Register tag table to GtkTextBuffer and then tag the text is time consuming. I would like to have a function like gtk_text_buffer_load_file, which load a formatted file. The format of the files is as simple as possible to allow programmer write the files by a text editor. The format is maybe a simplified html format. Of course, we need a function to register a standard tab table.
Comment 1 Matthias Clasen 2003-02-05 15:31:19 UTC

*** This bug has been marked as a duplicate of 59390 ***