[geany/geany] 81c5a2: Update HACKING

Jiří Techet git-noreply at xxxxx
Sun Feb 7 21:31:43 UTC 2021


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Thu, 19 Nov 2020 10:30:28 UTC
Commit:      81c5a2e0ed653ccc36bd38483647a86d31556aa8
             https://github.com/geany/geany/commit/81c5a2e0ed653ccc36bd38483647a86d31556aa8

Log Message:
-----------
Update HACKING


Modified Paths:
--------------
    HACKING

Modified: HACKING
14 lines changed, 2 insertions(+), 12 deletions(-)
===================================================================
@@ -654,22 +654,12 @@ http://sf.net/projects/ctags - see the tracker.
 
 (You can also try the Anjuta project's anjuta-tags codebase.)
 
-.. note::
-    From Geany 1.22 GLib's GRegex engine is used instead of POSIX
-    regex, unlike CTags. It should be close enough to POSIX to work
-    OK.
-    We no longer support regex parsers with the "b" regex flag
-    option set and Geany will print debug warnings if it's used.
-    CTags supports it but doesn't currently (2011) include any
-    parsers that use it. It should be easy to convert to extended
-    regex syntax anyway.
-
 Method
 ``````
 * Add foo.c to SRCS in Makefile.am.
-* Add Foo to parsers.h
+* Add Foo to src/tagmanager/tm_parsers.h
 * Add TM_PARSER_FOO to src/tagmanager/tm_parser.h.  The list here must follow
-  exactly the order in parsers.h.
+  exactly the order in src/tagmanager/tm_parsers.h.
 
 In src/tagmanager/tm_parser.c:
 Add a map_FOO TMParserMapEntry mapping each kind's letter from foo.c's



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list