Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Mon, 14 Oct 2024 16:54:06 UTC Commit: 78f1f3f516f14ac7f6088fe07c77fc3842497d8f https://github.com/geany/geany/commit/78f1f3f516f14ac7f6088fe07c77fc3842497d...
Log Message: ----------- Merge pull request #3991 from techee/hacking_patch
Update HACKING to better describe what has to be changed in scintilla_changes.patch
Modified Paths: -------------- HACKING
Modified: HACKING 5 lines changed, 3 insertions(+), 2 deletions(-) =================================================================== @@ -585,8 +585,9 @@ LexFoo.cxx. Try the official Scintilla project first. When adding a lexer:
* add LexFoo.cxx to scintilla/lexilla/lexers -* add `&lmFoo` to scintilla/lexilla/src/Lexilla.cxx and - scintilla/scintilla_changes.patch +* add ``&lmFoo`` to scintilla/lexilla/src/Lexilla.cxx +* update scintilla/scintilla_changes.patch to contain ``+ &lmFoo,`` and + increment ``s`` in the hunk header ``@@ -R,r +S,s @@`` above the added line * update scintilla/Makefile.am and meson.build
For syntax highlighting, you will need to edit highlighting.c and
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).