[gnome-builder] buildlog: hide insertion cursor



commit fbacd1b38d2839a3500b09e9669eea519b7e19e9
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 8 14:12:35 2017 -0700

    buildlog: hide insertion cursor
    
    We are not editable and we primarily intend to look similar to console
    output. Therefore, we can just hide the insertion cursor.
    
    We may reevaluate this based on how people use the log in practice,
    especiailly during a11y, but I think this is probably fine for now.

 libide/buildui/ide-build-log-panel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/buildui/ide-build-log-panel.c b/libide/buildui/ide-build-log-panel.c
index 334ebf6..c5cec4a 100644
--- a/libide/buildui/ide-build-log-panel.c
+++ b/libide/buildui/ide-build-log-panel.c
@@ -515,6 +515,7 @@ ide_build_log_panel_reset_view (IdeBuildLogPanel *self)
   self->text_view = g_object_new (GTK_TYPE_TEXT_VIEW,
                                   "bottom-margin", 3,
                                   "buffer", self->buffer,
+                                  "cursor-visible", FALSE,
                                   "editable", FALSE,
                                   "left-margin", 3,
                                   "monospace", TRUE,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]