i have a 'problem' with functionlist 2.0 alpha - can anybody help me to create php rules witch will correctly display funcions list (1 class, 2 functions) for this test file:
<?php
class class_test {
function test1() {
//comment {
}
function test2() {
}
}
?>
commented line make test2 dissapear from funtction list :(
i`ve tried with diffrent settings (even those from c++ rules) and so far i`m out ideas. i don`t know is it my fault, or it`s a bug in functionlist 2.0 alpha.
any help is welcome :)
best regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have a 'problem' with functionlist 2.0 alpha - can anybody help me to create php rules witch will correctly display funcions list (1 class, 2 functions) for this test file:
<?php
class class_test {
function test1() {
//comment {
}
function test2() {
}
}
?>
commented line make test2 dissapear from funtction list :(
here is my php config from FunctionListRules.xml :
http://pastebin.4programmers.net/4202
i`ve tried with diffrent settings (even those from c++ rules) and so far i`m out ideas. i don`t know is it my fault, or it`s a bug in functionlist 2.0 alpha.
any help is welcome :)
best regards
i`ve forgot to write: i use notepad++ 5.0.2 :)