[geany/geany] 8b3142: PHP: use "::" as the scope separator

Colomban Wendling git-noreply at xxxxx
Wed Jul 3 17:42:27 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Wed, 17 Apr 2013 15:07:18 UTC
Commit:      8b3142ef4db44c48d48f60c44771b75edd74b576
             https://github.com/geany/geany/commit/8b3142ef4db44c48d48f60c44771b75edd74b576

Log Message:
-----------
PHP: use "::" as the scope separator


Modified Paths:
--------------
    src/symbols.c
    tagmanager/ctags/php.c

Modified: src/symbols.c
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -296,6 +296,7 @@ const gchar *symbols_get_context_separator(gint ft_id)
 		case GEANY_FILETYPES_CPP:
 		case GEANY_FILETYPES_GLSL:	/* for structs */
 		/*case GEANY_FILETYPES_RUBY:*/ /* not sure what to use atm*/
+		case GEANY_FILETYPES_PHP:
 			return "::";
 
 		/* avoid confusion with other possible separators in group/section name */


Modified: tagmanager/ctags/php.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -20,7 +20,7 @@
 #include "entry.h"
 
 
-#define SCOPE_SEPARATOR "." /* "::" */
+#define SCOPE_SEPARATOR "::"
 
 
 typedef enum {



--------------
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