[Github-comments] [geany/geany] Update to Scintilla5 (#2867)

Robert Di Pardo notifications at xxxxx
Mon Aug 23 00:59:46 UTC 2021


@rdipardo commented on this pull request.

Almost there; it should be a simple matter of adding [some missing headers](https://app.travis-ci.com/github/geany/geany/jobs/533113114#L2538):

```diff
diff --git a/scintilla/Makefile.am b/scintilla/Makefile.am
index f866ca48b..d6c85545e 100644
--- a/scintilla/Makefile.am
+++ b/scintilla/Makefile.am
@@ -7,8 +7,15 @@ scintilla_includedir = $(includedir)/geany/scintilla/
 scintilla_include_HEADERS =            \
 include/Scintilla.h                    \
 include/Scintilla.iface                \
+include/ScintillaCall.h                \
+include/ScintillaMessages.h            \
+include/ScintillaStructures.h          \
+include/ScintillaTypes.h               \
 include/ScintillaWidget.h              \
-include/Sci_Position.h
+include/Sci_Position.h                 \
+lexilla/include/LexicalStyles.iface    \
+lexilla/include/Lexilla.h              \
+lexilla/include/SciLexer.h
 
 LEXER_SRCS =                           \
 lexilla/lexers/LexAbaqus.cxx           \
```




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2867#pullrequestreview-735639803
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210822/37997317/attachment-0001.htm>


More information about the Github-comments mailing list