From d76fdf9cb931d6d189938102a98a71030ea907ad Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 31 May 2012 19:07:16 +0200 Subject: allow transcript formatting without markup (like search-as-you type) * 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) --- src/experiment-player.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/experiment-player.h') diff --git a/src/experiment-player.h b/src/experiment-player.h index a7cda8a..018cabd 100644 --- a/src/experiment-player.h +++ b/src/experiment-player.h @@ -37,7 +37,9 @@ extern gchar *quickopen_directory; void format_selection_init(const gchar *dir); extern GtkWidget *transcript_wizard_combo, - *transcript_proband_combo; + *transcript_proband_combo, + *transcript_wizard_entry_check, + *transcript_proband_entry_check; #define BUILDER_INIT(BUILDER, VAR) do { \ VAR = GTK_WIDGET(gtk_builder_get_object(BUILDER, #VAR)); \ -- cgit v1.2.3