Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Wed, 20 Mar 2024 20:36:54 UTC Commit: 8320f20cdc874e0489778d7951b666382973c29b https://github.com/geany/geany/commit/8320f20cdc874e0489778d7951b666382973c2...
Log Message: ----------- Merge pull request #3795 from techee/hacking2
Update HACKING with find_shebang() and editor_set_indentation_guides()
Modified Paths: -------------- HACKING
Modified: HACKING 5 lines changed, 5 insertions(+), 0 deletions(-) =================================================================== @@ -649,6 +649,11 @@ indentation after ':' is done from on_new_line_added(). If the Scintilla lexer supports user type keyword highlighting (e.g. SCLEX_CPP), update document_highlight_tags() in document.c.
+If the filetype is a scripting language and the interpreter can be started +using a shebang, update find_shebang() in filetypes.c. + +Update editor_set_indentation_guides() in editor.c if needed. + Adding a CTags parser ^^^^^^^^^^^^^^^^^^^^^ This assumes the filetype for Geany already exists.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).