C
|
cgphp 5/15/2012 |
Did you close and restart PHPrunner after renaming the files? |
A
|
acpan author 5/15/2012 |
Did you close and restart PHPrunner after renaming the files?
|
D
|
Dale 5/15/2012 |
A quick stab at this. I have seen this with other applications. |
A
|
acpan author 5/15/2012 |
Thanks DaleM, It still does not work. |
![]() |
Sergey Kornilov admin 5/15/2012 |
Intellisense cannot be turned off. Even if you rename/delete those files it still provides a popup with local variables names i.e. event parameters. |
A
|
acpan author 5/15/2012 |
Thanks for your clarification. If you can make it an option for future release at the MISC menu it will be helpful. Intellisense cannot be turned off. Even if you rename/delete those files it still provides a popup with local variables names i.e. event parameters. However if you keep typing your variable name intellisense popup disappears wtihout adding anything to your code. If for some reason it doesn't work as expected contact support directly explaining how this issue can be reproduced and we'll gladdly fix this. |
P
|
procheck 5/16/2012 |
Please POST the fix because I've been having the same problem. I dislike this option (like autocomplete) in any application that uses it. If I try to type something like $string I'll get something like $_SESSION instead. A good typist might notice that right away but many of us still need to look at the keyboard and we end of with a bug. |
![]() |
Sergey Kornilov admin 5/16/2012 |
I wonder if anyone can explain the scenario when typing $string may lead to you to enter $SESSION instead. |
P
|
procheck 5/16/2012 |
My fault. I didn't explain myself correctly. When you start to type a variable name and press $, the first thing that Intellisense will show on the list is $_SESSION. If you don't notice that the list has appeared and keep typing your variable name and press enter, then $_SESSION is selected. Sorry for the misunderstanding. |
A
|
acpan author 5/17/2012 |
Hi, |
![]() |
Sergey Kornilov admin 5/17/2012 |
@acpan, |
P
|
procheck 5/17/2012 |
Hi Sergey, |