[anjuta-extras] bgo #711771 - The edge-column variable is not taken into account by anjuta for scintilla editor
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta-extras] bgo #711771 - The edge-column variable is not taken into account by anjuta for scintilla editor
- Date: Mon, 11 Nov 2013 09:56:38 +0000 (UTC)
commit 959807c25e3547b019448b0877bae54dd6c04a9d
Author: Sébastien Granjoux <seb sfo free fr>
Date: Mon Nov 11 10:51:05 2013 +0100
bgo #711771 - The edge-column variable is not taken into account by anjuta for scintilla editor
plugins/scintilla/aneditor.cxx | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/scintilla/aneditor.cxx b/plugins/scintilla/aneditor.cxx
index 0fa9acc..d61e4e1 100644
--- a/plugins/scintilla/aneditor.cxx
+++ b/plugins/scintilla/aneditor.cxx
@@ -2656,7 +2656,6 @@ void AnEditor::ReadProperties(const char *fileForExt, char **typedef_hl) {
int visibleLines = props->GetInt("visible.policy.lines");
SendEditor(SCI_SETVISIBLEPOLICY, visibleStrict | visibleSlop, visibleLines);
- SendEditor(SCI_SETEDGECOLUMN, props->GetInt("edge.column", 0));
SendEditor(SCI_SETEDGEMODE, props->GetInt("edge.mode", EDGE_NONE));
SendEditor(SCI_SETEDGECOLOUR,
ColourOfProperty(props, "edge.colour", ColourDesired(0xff, 0xda, 0xda)));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]