[anjuta-extras] scintilla: Fix selection, caret and calltip color settings
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta-extras] scintilla: Fix selection, caret and calltip color settings
- Date: Sat, 24 Sep 2011 20:09:23 +0000 (UTC)
commit 8dee163ffe69c1c355f8de05ba0dab4751694592
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Sat Sep 24 22:08:52 2011 +0200
scintilla: Fix selection, caret and calltip color settings
plugins/scintilla/text_editor.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/scintilla/text_editor.h b/plugins/scintilla/text_editor.h
index 06dd05d..8f2ae20 100644
--- a/plugins/scintilla/text_editor.h
+++ b/plugins/scintilla/text_editor.h
@@ -319,10 +319,10 @@ void text_editor_scintilla_command (TextEditor *te, gint command,
#define STRIP_TRAILING_SPACES "strip-trailing-spaces"
#define FOLD_ON_OPEN "fold-on-open"
-#define CARET_FORE_COLOR "caret-fore"
-#define CALLTIP_BACK_COLOR "calltip-back"
-#define SELECTION_FORE_COLOR "selection-fore"
-#define SELECTION_BACK_COLOR "selection-back"
+#define CARET_FORE_COLOR "caret.fore"
+#define CALLTIP_BACK_COLOR "calltip.back"
+#define SELECTION_FORE_COLOR "selection.fore"
+#define SELECTION_BACK_COLOR "selection.back"
#define VIEW_LINENUMBERS_MARGIN "margin-linenumber-visible"
#define VIEW_MARKER_MARGIN "margin-marker-visible"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]