Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: Wed, 20 Mar 2024 20:36:54 UTC
Commit: 8320f20cdc874e0489778d7951b666382973c29b
https://github.com/geany/geany/commit/8320f20cdc874e0489778d7951b666382973c…
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).
Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Tue, 19 Mar 2024 22:19:15 UTC
Commit: 34956bc802ebd7cb697612f70cb9422893f6f4e1
https://github.com/geany/geany/commit/34956bc802ebd7cb697612f70cb9422893f6f…
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).