kabuman:
--------------------------------------------------------------------------------
I looked a little bit more in detail and it seems that the Code Explorer does
not differentiate between a function definition and a function call.
For instance:
1: fct_A()
2:
3: fct_A(){
4: }
Line 1 calls the function. Line 3 is the function definition.
The Code Explorer contains two references: line 1 and line 3.
But I expect the reference to line 3 only.
Sometimes call references (line 1) are helpful. But in ahk files with a lot of
functions it is not really useful.
Please can you have a look? Many thanks in advance.
Or can I make own definition and rules for the Code Explorer?
Best Regards
kabuman
--------------------------------------------------------------------------------
Can you provide me more complex example? I can modify code explorer as needed,
but I don't know Autohokey syntax.
Can be function definition as:
fct_A()
{
...
}
Or "{" must be on the same line as function name?
--
<https://forum.pspad.com/read.php?2,71336,71983>
PSPad freeware editor https://www.pspad.com