diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-12-31 15:50:48 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-12-31 15:50:48 +1100 |
| commit | f142d93df48c3b9e07edd25425627ddeeb071520 (patch) | |
| tree | f7b50820c0c62966e7a384ec8e5a6e689db44c39 /gtk | |
| parent | 431daa97eb571282cdbc9c787098ad17f811e924 (diff) | |
| download | scintilla-mirror-f142d93df48c3b9e07edd25425627ddeeb071520.tar.gz | |
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
be reused.
Diffstat (limited to 'gtk')
| -rwxr-xr-x | gtk/ScintillaGTK.cxx | 3 | ||||
| -rw-r--r-- | gtk/deps.mak | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 9e51f5c98..f8a2b5c9b 100755 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -3030,9 +3030,6 @@ GType scintilla_object_get_type() { void ScintillaGTK::ClassInit(OBJECT_CLASS *object_class, GtkWidgetClass *widget_class, GtkContainerClass *container_class) { Platform_Initialise(); -#ifdef SCI_LEXER - Scintilla_LinkLexers(); -#endif atomUTF8 = gdk_atom_intern("UTF8_STRING", FALSE); atomString = GDK_SELECTION_TYPE_STRING; atomUriList = gdk_atom_intern("text/uri-list", FALSE); diff --git a/gtk/deps.mak b/gtk/deps.mak index d16f60afa..6970424bc 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -121,6 +121,7 @@ Catalogue.o: \ ../include/Scintilla.h \ ../include/SciLexer.h \ ../lexlib/LexerModule.h \ + ../lexlib/CatalogueModules.h \ ../src/Catalogue.h CellBuffer.o: \ ../src/CellBuffer.cxx \ |
