Age | Commit message (Collapse) | Author | Files | Lines |
|
to display meaningful error messages
* also cleaned up return value confusion: in GLib world, TRUE means successful
|
|
missing)
|
|
|
|
* currently it saves the quick-open and format-selection directories
|
|
* controlled via checkbox
* if markup is disabled the entered text is only regular expressions
* default text attributes are used according to some constants (in configure.ac, later they will be configurable via config file)
* fixed return value of gtk_experiment_transcript_load_formats()
* care about possible capture mismatches in regular expressions (capture braces are inserted automatically - the user is not allowed specify own captures)
* display state of interactive format via icon (successful/error)
|
|
|
|
|
|
|
|
remain activated (if possible)
* to avoid signal recursions, the store is not automatically refreshed after selecting a format
|
|
|
|
* each transcript widget has its own box, they share their content (via a common GtkListStore)
* currently the filename is displayed in the combo boxes
|