Just installed epic in eclipse 3.4. install went fine, but for example, when i type in use Data:: and call autocompletion, i do not get anything....
it also does not work for method completion.
my $dbh = DBI->connect ("blablabla");
$dbh-> no autocompletion. error message raises: "Content Assist" did not complete normally. Please see the log for more information.
org.eclipse.ui.ide.FileStoreEditorInput cannot be cast to org.eclipse.ui.IFileEditorInput
used epic testing...
maybe i should try the 5.x branch?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Just installed epic in eclipse 3.4. install went fine, but for example, when i type in use Data:: and call autocompletion, i do not get anything....
it also does not work for method completion.
my $dbh = DBI->connect ("blablabla");
$dbh-> no autocompletion. error message raises: "Content Assist" did not complete normally. Please see the log for more information.
org.eclipse.ui.ide.FileStoreEditorInput cannot be cast to org.eclipse.ui.IFileEditorInput
used epic testing...
maybe i should try the 5.x branch?
I think the problem occurs because the file you are editing is not located within the workspace. Try editing the file as part of a Perl project.
is there any way to bypass this thing??