aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-07-31 15:51:53 +1000
committerNeil <nyamatongwe@gmail.com>2022-07-31 15:51:53 +1000
commit926cb6f7d228b347db16a45e1f2632da475da1f0 (patch)
tree6263662cb8c023502d61b61eed34baa93ed35843 /gtk
parent535e20189d5a2dd9b43a6ea0a74749a50678d631 (diff)
downloadscintilla-mirror-926cb6f7d228b347db16a45e1f2632da475da1f0.tar.gz
Added change history which can display document changes (modified, saved, ...)
in the margin or in the text.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/deps.mak13
-rw-r--r--gtk/makefile1
2 files changed, 14 insertions, 0 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak
index d22c22fe3..83b9482d8 100644
--- a/gtk/deps.mak
+++ b/gtk/deps.mak
@@ -138,8 +138,21 @@ CellBuffer.o: \
../src/Position.h \
../src/SplitVector.h \
../src/Partitioning.h \
+ ../src/RunStyles.h \
+ ../src/SparseVector.h \
+ ../src/ChangeHistory.h \
../src/CellBuffer.h \
../src/UniConversion.h
+ChangeHistory.o: \
+ ../src/ChangeHistory.cxx \
+ ../include/ScintillaTypes.h \
+ ../src/Debugging.h \
+ ../src/Position.h \
+ ../src/SplitVector.h \
+ ../src/Partitioning.h \
+ ../src/RunStyles.h \
+ ../src/SparseVector.h \
+ ../src/ChangeHistory.h
CharacterCategoryMap.o: \
../src/CharacterCategoryMap.cxx \
../src/CharacterCategoryMap.h
diff --git a/gtk/makefile b/gtk/makefile
index 03a2b074e..a641f18e4 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -128,6 +128,7 @@ SRC_OBJS = \
CaseConvert.o \
CaseFolder.o \
CellBuffer.o \
+ ChangeHistory.o \
CharacterCategoryMap.o \
CharacterType.o \
CharClassify.o \