When doubleclicking on a function in the funtion-list of the classes-display, the active line will not move to the correct line. This only happens in some files.
If figured out that this problem is obviously caused by commands in multiple lines e.g.
$ThisFails = 'line1
line2
line3';
When trying to jump to function above such kind of code, it will work properly. Trying to jump to a function below such code fails.
Hi,
You're right. This discrepancy in line numbers comes from the SynEdit component. It is also encountered with the Heredoc syntax:
$myMsg = <<<END_MESSAGE
Hello
world
END_MESSAGE;
Thanks for your report (I am obliged to work on it now)
Pierre.
In fact this was an issue with my own parser. Sorry.
Fixed version 2.4.1.345
.exe alone http://devphp2.free.fr/files/devphp.exe [1.3 MB]
Installer http://devphp2.free.fr/files/devphp2_nsis.exe [1.7 MB]
Best regards,
Pierre.
Seems fine now.