Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Tue, 19 Mar 2024 22:19:15 UTC Commit: 34956bc802ebd7cb697612f70cb9422893f6f4e1 https://github.com/geany/geany/commit/34956bc802ebd7cb697612f70cb9422893f6f4...
Log Message: ----------- Update HACKING with find_shebang() and ditor_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).