From e2ac8b7e987becbdeb6333f07d4627bce168cb55 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Jun 2017 15:53:47 +1000 Subject: Backport: Add a DefaultLexer class which lexers can subclass if they want reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e. --- gtk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/makefile b/gtk/makefile index 8854a823a..a987d6be1 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -125,7 +125,7 @@ deps: deps.mak deps.mak: $(CXX) -MM $(CONFIGFLAGS) $(CXXTFLAGS) $(DEPSRCS) | sed -e 's/\/usr.* //' | grep [a-zA-Z] > $@ -$(COMPLIB): Accessor.o CharacterSet.o LexerBase.o LexerModule.o LexerSimple.o StyleContext.o WordList.o \ +$(COMPLIB): Accessor.o CharacterSet.o DefaultLexer.o LexerBase.o LexerModule.o LexerSimple.o StyleContext.o WordList.o \ CharClassify.o Decoration.o Document.o PerLine.o Catalogue.o CallTip.o CaseConvert.o CaseFolder.o \ ScintillaBase.o ContractionState.o EditModel.o Editor.o EditView.o ExternalLexer.o MarginView.o \ PropSetSimple.o PlatGTK.o \ -- cgit v1.2.3