Entry "YDEBUG: Found file: /path/to/view.php" - can be misleading, as only means expected view location, which in fact can not exist.
Your case seems very regular one. The only comes to mine mind is possible case-sensitivness. Actually I have no Win7 to test this, and not quite sure if "\mmsystem\protected\views\changenotice\view.php" and "\mmsystem\protected\views\changeNotice\view.php" are equivalent. Can you check this?
The correct path is "\mmsystem\protected\views\changeNotice\view.php" but even changing "\mmsystem\protected\views\changenotice\view.php" I have the same error.
Is this extension (current version) working at all?
When trying to install stable version (http://yiiclipse.maz…atesite/STABLE/) I’m getting following error (Installing Software item):
An error occurred while collecting items to be installed
session context was:(profile=epp.package.php, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Comparison method violates its general contract!
Comparison method violates its general contract![size=2]
[size=“2”]When trying DEV version ([/size]http://yiiclipse.maz…updatesite/DEV/[size=“2”]) I’m getting same error as above ([/size]Installing Software[size=“2”] item[/size][size=“2”]) plus additional one ([/size]Install download3 [size=“2”]item):[/size]
[size="2"]
An internal error occurred during: "Install download3".
Comparison method violates its general contract!
[/size][size=“2”]I’m very new to Eclipse, so I have no idea, when has it come from? I tried to install this plugin on brand new Eclipse installation, freshly extracted from ZIP file [/size]acquired[size=“2”] from [/size]official[size=“2”] website, with no other plugins installed or no configuration changes made.[/size]
KEo, forgive me making inproper noise. It was Eclipse problem, not your plugin. Since I installed Helios SR version over JRE 7 version, I was affected with a known Eclipse bug, that prevented me from installing or updating anything. I’ve sent SR to hell and installed SR 2 instead and now everything seems to be fine. I managed to install your plugin without any extra problems.
The thing is, that I don’t see much addition, your plugin brings to the Eclipse and I’m wondering, if I’m getting this wrong or if something failed during install?
I can start a new Yii project, thats OK. I can use option "Configure > Toggle Yii Support", but when I use it I see not much difference.
After toggling Yii support on, I’ve opened my default controller and I was able to go to components/Controller by Ctrl+Click on “extends Controller” line. But this is something, that comes AFAIK from base Eclipse. I wasn’t able to do the same in Controller to display CController. I can’t even hover it with Ctrl pressed. I’ve scrolled few of my classes and views with Ctrl button hold down all the time and I can clearly see, that I can hover or click only class names and functions from current project. I can’t use this functionality for anything that comes from Yii. For example, in standard, auto-generated Yii application, in LoginForm.php model, in authenticate() function I can use Ctrl+hover to display UserIdentity class contents, because this class is part of current project. But I can’t use the same technique to display ERROR_USERNAME_INVALID constant value, because it is part of CUserIdentity (base Yii class), from which UserIdentity, which is unreachable by my Eclipse.
You’re writing about being able to switch between actions and views using Ctrl + hover, but how to use this feature? I’m trying to do this view name in render() function, without any effect.
What should I expect? Maybe I’m expecting too much?
Thank you for this plugin. I copied contents of my existing Yii project to a new project I created in Eclipse PDT and added Yiiclipse nature. I can use the navigation feature but not the autocomplete. Is there any setting I’m missing?
I am new to using Eclipse for PHP development. I also cannot use the autocomplete feature for PHP functions… But I can view the function details by control+click or hover. Please help.