I'm not having much luck, either. I got it installed, and created a new project, but opening some files just hangs, and adding new files results in the following error:
Errors occurred during the build.
Errors running builder 'Script Builder' on project 'xxxxx'.
org.eclipse.dltk.compiler.problem.DefaultProblem.<init>(Ljava/lang/String;Ljava/lang/String;I[Ljava/lang/String;IIIII)V
I'm also seeing some really bizarre syntax highlighting on the files I am able to open. For example, I have an "IsNullOrEmpty" function, and it's highlighting like this:
If Not IsNullOrEmpty(favorites) Then
I also have a RemoveFavorite function in this same file that's highlighting bizarrely in both the declaration and implementation...
config.RemoveFavorite = Configuration_RemoveFavorite
Sub Configuration_RemoveFavorite(favorite As Object)
I'd think it might have something to do with the word "favorite", but I've got a number of other "favorite" functions that don't highlight the same, and other IsNullOrEmpty's that do.