Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
470d99ee
Kaydet (Commit)
470d99ee
authored
Haz 11, 2016
tarafından
Jiří Techet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update various comments mentioning tagmanager/src
üst
03becc77
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
HACKING
HACKING
+1
-1
parsers.h
ctags/main/parsers.h
+1
-1
create_php_tags.py
scripts/create_php_tags.py
+2
-2
filetypes.h
src/filetypes.h
+1
-1
No files found.
HACKING
Dosyayı görüntüle @
470d99ee
...
...
@@ -650,7 +650,7 @@ Method
* Add foo.c to SRCS in Makefile.am.
* Add foo.o to OBJS in makefile.win32.
* Add Foo to parsers.h
* Add TM_PARSER_FOO to
tagmanager/src
/tm_parser.h. The list here must follow
* Add TM_PARSER_FOO to
src/tagmanager
/tm_parser.h. The list here must follow
exactly the order in parsers.h.
In tagmanager/src/tm_parsers.c:
...
...
ctags/main/parsers.h
Dosyayı görüntüle @
470d99ee
...
...
@@ -14,7 +14,7 @@
#define _PARSERS_H
/* Add the name of any new parser definition function here */
/* keep
tagmanager/src
/tm_parser.h in sync */
/* keep
src/tagmanager
/tm_parser.h in sync */
#define PARSER_LIST \
CParser, \
CppParser, \
...
...
scripts/create_php_tags.py
Dosyayı görüntüle @
470d99ee
...
...
@@ -18,13 +18,13 @@ import re
UPSTREAM_TAG_DEFINITION
=
'http://doc.php.net/downloads/json/php_manual_en.json'
PROTOTYPE_RE
=
r'^(?P<return_type>.*) {tag_name}(?P<arg_list>\(.*\))$'
# (from
tagmanager/src
/tm_tag.c:90)
# (from
src/tagmanager
/tm_tag.c:90)
TA_NAME
=
200
TA_TYPE
=
204
TA_ARGLIST
=
205
TA_SCOPE
=
206
TA_VARTYPE
=
207
# TMTagType (
tagmanager/src
/tm_tag.h:49)
# TMTagType (
src/tagmanager
/tm_tag.h:49)
TYPE_CLASS
=
1
TYPE_FUNCTION
=
16
TYPE_MEMBER
=
64
...
...
src/filetypes.h
Dosyayı görüntüle @
470d99ee
...
...
@@ -142,7 +142,7 @@ typedef struct GeanyFiletype
{
GeanyFiletypeID
id
;
/**< Index in @ref filetypes. */
/* Represents the TMParserType of tagmanager (see the table
* in
tagmanager/src
/tm_parser.h). */
* in
src/tagmanager
/tm_parser.h). */
TMParserType
lang
;
/** Untranslated short name, such as "C", "None".
* Must not be translated as it's used for hash table lookups - use
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment