Hello,
CTAGs does not work properly with Pascal unfortunately, only functions and procedures are displayed here.
That's why I wanted to adapt the function list accordingly, unfortunately I can't get it to work properly and can't find the right documentation for it.
Apparently there are problems with the parser from UEStudio.
Wordfile snippet:
This code is shown to me as CONST, that would be correct, but unfortunately also as VAR.
Thorsten
CTAGs does not work properly with Pascal unfortunately, only functions and procedures are displayed here.
That's why I wanted to adapt the function list accordingly, unfortunately I can't get it to work properly and can't find the right documentation for it.
Apparently there are problems with the parser from UEStudio.
Wordfile snippet:
Code: Select all
/TGBegin "Type"
/TGFindStr = "^([a-z_0-9^$]+^)[ ^t]+=[ ^t^p]+record"
/TGEnd
/TGBegin "Const"
/TGFindStr = "^([a-z_0-9^$]+^)[ ^t]+:[ ^t^p]^([a-z_0-9^$]+^)[ ^t]+=[ ^t^p];++"
/TGFindBEnd = ";"
/TGEnd
/TGBegin "VAR"
/TGFindStr = "^([a-z_0-9^$]+^)[ ^t]+:[ ^t^p]^([a-z_0-9^$]+^)[ ^t]+=[ ^t^p];++"
/TGFindBEnd = ";"
/TGEnd
Code: Select all
CONST
// Flankenauswertung
RTrick : boolean = false; // RTRICK
FTrick : boolean = true; // FTRICK
- 20210324_AVRco.zip (9.48 KiB) 0