• R/O
  • SSH
  • HTTPS

commitmonitor: Commit


Commit MetaInfo

Revision1168 (tree)
Time2018-04-21 22:07:40
Authorstefankueng

Log Message

Adjust for new Scintilla version.

Change Summary

Incremental Difference

--- trunk/src/DiffViewer.cpp (revision 1167)
+++ trunk/src/DiffViewer.cpp (revision 1168)
@@ -1,6 +1,6 @@
11 // CommitMonitor - simple checker for new commits in svn repositories
22
3-// Copyright (C) 2007-2009, 2012-2014 - Stefan Kueng
3+// Copyright (C) 2007-2009, 2012-2014, 2018 - Stefan Kueng
44
55 // This program is free software; you can redistribute it and/or
66 // modify it under the terms of the GNU General Public License
@@ -583,7 +583,6 @@
583583 SendEditor(SCI_SETREADONLY, TRUE);
584584
585585 SendEditor(SCI_CLEARDOCUMENTSTYLE, 0, 0);
586- SendEditor(SCI_SETSTYLEBITS, 5, 0);
587586
588587 //SetAStyle(SCE_DIFF_DEFAULT, RGB(0, 0, 0));
589588 SetAStyle(SCE_DIFF_COMMAND, RGB(0x0A, 0x24, 0x36));
Show on old repository browser