My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 09, 2009
    issue 23 (Editor steals focus on long lines) reported by curtistee   -   What steps will reproduce the problem? 1. Create a velocity template with long single lines of code, preferably containing a velocimacro 2. Edit the line to the right of the viewport by scrolling to it 3. Note the viewport scrolls back to the left edge and your cursor is hidden off-screen to the right. What is the expected output? What do you see instead? Focus should stay with the cursor, not be reset to the left-visible portion of the viewport What version of the product are you using? On what operating system? 2.0.8, Eclipse Galileo 64-bit, Mac OSX Snow Leopard Please provide any additional information below. This is as annoying as it gets. Is there a setting available to prevent this from happening?
    What steps will reproduce the problem? 1. Create a velocity template with long single lines of code, preferably containing a velocimacro 2. Edit the line to the right of the viewport by scrolling to it 3. Note the viewport scrolls back to the left edge and your cursor is hidden off-screen to the right. What is the expected output? What do you see instead? Focus should stay with the cursor, not be reset to the left-visible portion of the viewport What version of the product are you using? On what operating system? 2.0.8, Eclipse Galileo 64-bit, Mac OSX Snow Leopard Please provide any additional information below. This is as annoying as it gets. Is there a setting available to prevent this from happening?

Older

  • Nov 29, 2009
    issue 21 (Can't open velocity file with veloeclipse - error) commented on by kunal.kishan   -   Thanks . long looking for the solution
    Thanks . long looking for the solution
  • Nov 23, 2009
    issue 22 (support for #literal()) reported by oliver.kohll   -   What steps will reproduce the problem? 1. #literal() 2. This line should $render verbatim 3. #end What is the expected output? What do you see instead? The code works but there is an error message in Eclipse: Encountered "#end" at test.vm [line x column y] The parser doesn't seem to realise that #literal() and #end go together. It thinks there is a syntax error. What version of the product are you using? On what operating system? OS X Snow Leopard, latest version of plugin at current date, Eclipse Ganymede Please provide any additional information below.
    What steps will reproduce the problem? 1. #literal() 2. This line should $render verbatim 3. #end What is the expected output? What do you see instead? The code works but there is an error message in Eclipse: Encountered "#end" at test.vm [line x column y] The parser doesn't seem to realise that #literal() and #end go together. It thinks there is a syntax error. What version of the product are you using? On what operating system? OS X Snow Leopard, latest version of plugin at current date, Eclipse Ganymede Please provide any additional information below.
  • Nov 01, 2009
    issue 21 (Can't open velocity file with veloeclipse - error) commented on by frank.schwarz.78   -   Veloeclipse seems to be compiled with JDK 1.6. You are most likely running your eclipse ide with a Java version below 1.6. Therefore the UnsupportedClassVersionError. Try running Eclipse with a JDK version 1.6. If you already have a JDK 1.6 installed, put these two(!) lines at the beginning of your eclipse.ini: -vm C:/path/to/jdk-1.6.0_16/bin/javaw.exe
    Veloeclipse seems to be compiled with JDK 1.6. You are most likely running your eclipse ide with a Java version below 1.6. Therefore the UnsupportedClassVersionError. Try running Eclipse with a JDK version 1.6. If you already have a JDK 1.6 installed, put these two(!) lines at the beginning of your eclipse.ini: -vm C:/path/to/jdk-1.6.0_16/bin/javaw.exe
  • Oct 10, 2009
    changes Wiki page commented on by calebjones   -   Could it be possible to provide a downloadable zip file that you can unzip in your plugins and/or features folders to install?
    Could it be possible to provide a downloadable zip file that you can unzip in your plugins and/or features folders to install?
  • Oct 08, 2009
    issue 21 (Can't open velocity file with veloeclipse - error) reported by kristine.estes   -   What steps will reproduce the problem? 1. Attempt to open velocity file (.vm) with veloeclipse 2. 3. What is the expected output? What do you see instead? Expected - File open in editor. Receive error: Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml. Details at bottom of email What version of the product are you using? On what operating system? veloeclipse: 2.0.8 velocity: 1.3.1 windows xp - sp2 Please provide any additional information below. java.lang.UnsupportedClassVersionError: com/googlecode/veloeclipse/editor/VelocityEditor (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:183) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:576) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:546) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:477) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockCla ssLoader(ClasspathManager.java:465) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:445) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:211) at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass (BundleLoader.java:381) at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal (BundleLoader.java:457) at org.eclipse.osgi.internal.loader.BundleLoader.findClass (BundleLoader.java:410) at org.eclipse.osgi.internal.loader.BundleLoader.findClass (BundleLoader.java:398) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:105) at java.lang.ClassLoader.loadClass(Unknown Source) at org.eclipse.osgi.internal.loader.BundleLoader.loadClass (BundleLoader.java:326) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass (BundleHost.java:231) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass (AbstractBundle.java:1193) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutab leExtension(RegistryStrategyOSGI.java:160) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtens ion(ExtensionRegistry.java:874) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExt ension(ConfigurationElement.java:243) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecuta bleExtension(ConfigurationElementHandle.java:51) at org.eclipse.ui.internal.WorkbenchPlugin$1.run (WorkbenchPlugin.java:267) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension (WorkbenchPlugin.java:263) at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor (EditorDescriptor.java:235) at org.eclipse.ui.internal.EditorManager.createPart (EditorManager.java:845) at org.eclipse.ui.internal.EditorReference.createPartHelper (EditorReference.java:606) at org.eclipse.ui.internal.EditorReference.createPart (EditorReference.java:462) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:595) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible (PresentablePart.java:180) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select (PresentablePartFolder.java:270) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select (LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPa rt(TabbedStackPresentation.java:473) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:1256) at org.eclipse.ui.internal.PartStack.setSelection (PartStack.java:1209) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608) at org.eclipse.ui.internal.PartStack.add(PartStack.java:499) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103) at org.eclipse.ui.internal.PartStack.add(PartStack.java:485) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112) at org.eclipse.ui.internal.EditorSashContainer.addEditor (EditorSashContainer.java:63) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout (EditorAreaHelper.java:225) at org.eclipse.ui.internal.EditorAreaHelper.addEditor (EditorAreaHelper.java:213) at org.eclipse.ui.internal.EditorManager.createEditorTab (EditorManager.java:778) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor (EditorManager.java:677) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:638) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched (WorkbenchPage.java:2854) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor (WorkbenchPage.java:2762) at org.eclipse.ui.internal.WorkbenchPage.access$11 (WorkbenchPage.java:2754) at org.eclipse.ui.internal.WorkbenchPage$10.run (WorkbenchPage.java:2705) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:2701) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:2685) at org.eclipse.ui.actions.OpenWithMenu.openEditor (OpenWithMenu.java:344) at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent (OpenWithMenu.java:192) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run (EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    What steps will reproduce the problem? 1. Attempt to open velocity file (.vm) with veloeclipse 2. 3. What is the expected output? What do you see instead? Expected - File open in editor. Receive error: Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml. Details at bottom of email What version of the product are you using? On what operating system? veloeclipse: 2.0.8 velocity: 1.3.1 windows xp - sp2 Please provide any additional information below. java.lang.UnsupportedClassVersionError: com/googlecode/veloeclipse/editor/VelocityEditor (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:183) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:576) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:546) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:477) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockCla ssLoader(ClasspathManager.java:465) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:445) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:211) at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass (BundleLoader.java:381) at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal (BundleLoader.java:457) at org.eclipse.osgi.internal.loader.BundleLoader.findClass (BundleLoader.java:410) at org.eclipse.osgi.internal.loader.BundleLoader.findClass (BundleLoader.java:398) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:105) at java.lang.ClassLoader.loadClass(Unknown Source) at org.eclipse.osgi.internal.loader.BundleLoader.loadClass (BundleLoader.java:326) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass (BundleHost.java:231) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass (AbstractBundle.java:1193) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutab leExtension(RegistryStrategyOSGI.java:160) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtens ion(ExtensionRegistry.java:874) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExt ension(ConfigurationElement.java:243) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecuta bleExtension(ConfigurationElementHandle.java:51) at org.eclipse.ui.internal.WorkbenchPlugin$1.run (WorkbenchPlugin.java:267) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension (WorkbenchPlugin.java:263) at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor (EditorDescriptor.java:235) at org.eclipse.ui.internal.EditorManager.createPart (EditorManager.java:845) at org.eclipse.ui.internal.EditorReference.createPartHelper (EditorReference.java:606) at org.eclipse.ui.internal.EditorReference.createPart (EditorReference.java:462) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:595) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible (PresentablePart.java:180) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select (PresentablePartFolder.java:270) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select (LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPa rt(TabbedStackPresentation.java:473) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:1256) at org.eclipse.ui.internal.PartStack.setSelection (PartStack.java:1209) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608) at org.eclipse.ui.internal.PartStack.add(PartStack.java:499) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103) at org.eclipse.ui.internal.PartStack.add(PartStack.java:485) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112) at org.eclipse.ui.internal.EditorSashContainer.addEditor (EditorSashContainer.java:63) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout (EditorAreaHelper.java:225) at org.eclipse.ui.internal.EditorAreaHelper.addEditor (EditorAreaHelper.java:213) at org.eclipse.ui.internal.EditorManager.createEditorTab (EditorManager.java:778) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor (EditorManager.java:677) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:638) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched (WorkbenchPage.java:2854) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor (WorkbenchPage.java:2762) at org.eclipse.ui.internal.WorkbenchPage.access$11 (WorkbenchPage.java:2754) at org.eclipse.ui.internal.WorkbenchPage$10.run (WorkbenchPage.java:2705) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:2701) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:2685) at org.eclipse.ui.actions.OpenWithMenu.openEditor (OpenWithMenu.java:344) at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent (OpenWithMenu.java:192) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run (EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
  • Sep 11, 2009
    changes Wiki page commented on by bauzys   -   Great plugin, except one annoying issue. My velocity file have javascript in it and this javascript block has very unreadable color. Just wondering, is it possible to change javascript color?
    Great plugin, except one annoying issue. My velocity file have javascript in it and this javascript block has very unreadable color. Just wondering, is it possible to change javascript color?
  • Sep 04, 2009
    issue 20 (Veloeclipse damages sublipse plugin) reported by jgrzebyta   -   After installing veloclipse the subclipse was damaged. Also after removing both plugins still I have bug in org.eclipse.team.core: eclipse.buildId=I20090611-1540 java.version=1.6.0_14 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=pl_PL Framework arguments: -product org.eclipse.epp.package.java.product Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.java.product Error Sat Sep 05 04:45:21 BST 2009 Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project Sequences. org.eclipse.team.core.TeamException: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project Sequences. at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:165) at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:235) at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:507) at org.eclipse.team.internal.core.TeamHookDispatcher.getProvider(TeamHookDispatcher.java:97) at org.eclipse.team.internal.core.TeamHookDispatcher.getRuleFactory(TeamHookDispatcher.java:105) at org.eclipse.core.internal.resources.Rules.factoryFor(Rules.java:92) at org.eclipse.core.internal.resources.Rules.modifyRule(Rules.java:136) at org.eclipse.core.internal.resources.Project.touch(Project.java:1103) at org.eclipse.jdt.internal.core.SetContainerOperation.executeOperation(SetContainerOperation.java:115) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:728) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:793) at org.eclipse.jdt.internal.core.JavaModelManager$11.run(JavaModelManager.java:2538) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers(JavaModelManager.java:2554) at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1773) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:2652) at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2561) at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2662) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1861) at org.eclipse.jdt.internal.core.JavaProject.isOnClasspath(JavaProject.java:2164) at org.eclipse.jdt.internal.ui.BuildpathIndicatorLabelDecorator.getOverlay(BuildpathIndicatorLabelDecorator.java:47) at org.eclipse.jdt.internal.ui.BuildpathIndicatorLabelDecorator.decorate(BuildpathIndicatorLabelDecorator.java:34) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:269) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:371) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:331) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    After installing veloclipse the subclipse was damaged. Also after removing both plugins still I have bug in org.eclipse.team.core: eclipse.buildId=I20090611-1540 java.version=1.6.0_14 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=pl_PL Framework arguments: -product org.eclipse.epp.package.java.product Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.java.product Error Sat Sep 05 04:45:21 BST 2009 Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project Sequences. org.eclipse.team.core.TeamException: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project Sequences. at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:165) at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:235) at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:507) at org.eclipse.team.internal.core.TeamHookDispatcher.getProvider(TeamHookDispatcher.java:97) at org.eclipse.team.internal.core.TeamHookDispatcher.getRuleFactory(TeamHookDispatcher.java:105) at org.eclipse.core.internal.resources.Rules.factoryFor(Rules.java:92) at org.eclipse.core.internal.resources.Rules.modifyRule(Rules.java:136) at org.eclipse.core.internal.resources.Project.touch(Project.java:1103) at org.eclipse.jdt.internal.core.SetContainerOperation.executeOperation(SetContainerOperation.java:115) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:728) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:793) at org.eclipse.jdt.internal.core.JavaModelManager$11.run(JavaModelManager.java:2538) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers(JavaModelManager.java:2554) at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1773) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:2652) at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2561) at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2662) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1861) at org.eclipse.jdt.internal.core.JavaProject.isOnClasspath(JavaProject.java:2164) at org.eclipse.jdt.internal.ui.BuildpathIndicatorLabelDecorator.getOverlay(BuildpathIndicatorLabelDecorator.java:47) at org.eclipse.jdt.internal.ui.BuildpathIndicatorLabelDecorator.decorate(BuildpathIndicatorLabelDecorator.java:34) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:269) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:371) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:331) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
  • Aug 10, 2009
    issue 11 (Drag and drop vm file from outside project doesn't work) commented on by a.woess   -   even simpler, I guess (untested) replacing your VelocityDocumentProvider class with the following code fragment would solve this issue: public class VelocityDocumentProvider extends TextFileDocumentProvider { @Override public void connect(Object element) throws CoreException { super.connect(element); IDocument document = getDocument(element); if (document != null) { if (document.getDocumentPartitioner() == null) { IDocumentPartitioner partitioner = new FastPartitioner(new VelocityPartitionScanner(), VelocityPartitionScanner.TYPES); partitioner.connect(document); document.setDocumentPartitioner(partitioner); } } } }
    even simpler, I guess (untested) replacing your VelocityDocumentProvider class with the following code fragment would solve this issue: public class VelocityDocumentProvider extends TextFileDocumentProvider { @Override public void connect(Object element) throws CoreException { super.connect(element); IDocument document = getDocument(element); if (document != null) { if (document.getDocumentPartitioner() == null) { IDocumentPartitioner partitioner = new FastPartitioner(new VelocityPartitionScanner(), VelocityPartitionScanner.TYPES); partitioner.connect(document); document.setDocumentPartitioner(partitioner); } } } }
  • Aug 10, 2009
  • Jul 30, 2009
    issue 19 (JavaScript syntax highlighting) reported by malik.amurlayev   -   This is a great plugin. But i would like to have some features... New feature request: javascript syntax highlighting in script tag New feature request: html & velocity syntax highlighting in script tag of type other than javascript (ex: text/html) Thanks in advance
    This is a great plugin. But i would like to have some features... New feature request: javascript syntax highlighting in script tag New feature request: html & velocity syntax highlighting in script tag of type other than javascript (ex: text/html) Thanks in advance
  • Jul 04, 2009
    issue 16 (no folding in eclipse-3.5) commented on by rupert.thurner   -   for me as well ...
    for me as well ...
  • Jun 29, 2009
    issue 16 (no folding in eclipse-3.5) commented on by sualeh.fatehi   -   Works for me with the official Eclipse 3.5 release.
    Works for me with the official Eclipse 3.5 release.
  • Jun 29, 2009
    issue 16 (no folding in eclipse-3.5) commented on by srmelody   -   Code folding works fine for me with the official 3.5 / Galileo release. Rupert, can you re-test with the official 3.5 release?
    Code folding works fine for me with the official 3.5 / Galileo release. Rupert, can you re-test with the official 3.5 release?
  • Jun 26, 2009
    issue 18 (Option to configure auto indentation) reported by dssjoblom   -   What steps will reproduce the problem? 1. Edit any html file with velocity markup 2. 3. What is the expected output? What do you see instead? The autoindent feature, while useful is not always desirable. The main problem is that the indentation is not configurable (e.g. indent with tabs/spaces, how many spaces). It should at least be possible to disable the autoindent altogether. What version of the product are you using? On what operating system? Veloeclipse 2.0.8 with Eclipse 3.5 Please provide any additional information below.
    What steps will reproduce the problem? 1. Edit any html file with velocity markup 2. 3. What is the expected output? What do you see instead? The autoindent feature, while useful is not always desirable. The main problem is that the indentation is not configurable (e.g. indent with tabs/spaces, how many spaces). It should at least be possible to disable the autoindent altogether. What version of the product are you using? On what operating system? Veloeclipse 2.0.8 with Eclipse 3.5 Please provide any additional information below.
  • May 26, 2009
    issue 17 (Everything after a #* should be treated as a comment until *...) reported by richard....@tibetserver.com   -   To reproduce the problem 1. Write a #* in the middle of a velocity file. You would expect that as soon as you write #* the editor will automaticly grey out the entire file or until it finds a *#. This should be consistent with how the java editor renders java comments. Eclipse 3.4.1 Veloeclipse: 2.0.8 OS: Windows Vista x32
    To reproduce the problem 1. Write a #* in the middle of a velocity file. You would expect that as soon as you write #* the editor will automaticly grey out the entire file or until it finds a *#. This should be consistent with how the java editor renders java comments. Eclipse 3.4.1 Veloeclipse: 2.0.8 OS: Windows Vista x32
  • May 22, 2009
    issue 16 (no folding in eclipse-3.5) reported by rupert.thurner   -   there seems to be no code-folding in eclipse-3.5, with #if e.g.
    there seems to be no code-folding in eclipse-3.5, with #if e.g.
  • May 02, 2009
    issue 15 (Empty comment #**# is treated as start of multiline comment) changed by byron.foster   -  
    Status: Accepted
    Owner: byron.foster
    Status: Accepted
    Owner: byron.foster
  • May 02, 2009
    issue 14 (how to preview html code) commented on by byron.foster   -   This functionality was removed because it had become stale, and it was causing exceptions when loading up velocity files. I'll look into it, but if It's added it will not be implemented as a multieditor, but will rather open it in the browser. I wonder in general how useful this feature is given that only in specific circumstances will it render anything useful. Most of the time you are only working on a page fragment, or the rendering does not have the benefit of the entire application to set the velocity context properly.
    This functionality was removed because it had become stale, and it was causing exceptions when loading up velocity files. I'll look into it, but if It's added it will not be implemented as a multieditor, but will rather open it in the browser. I wonder in general how useful this feature is given that only in specific circumstances will it render anything useful. Most of the time you are only working on a page fragment, or the rendering does not have the benefit of the entire application to set the velocity context properly.
  • Apr 29, 2009
    issue 15 (Empty comment #**# is treated as start of multiline comment) reported by juergen.avian   -   What steps will reproduce the problem? 1. Enter something like #**##if (${name} == "ABC") //some code #**##end in your VSL file. Although the velocity code between #**# and #**# is no comment, it is rendered as a multiline comment. Veloeclipse Version 2.0.8 OS: Windows XP Eclipse: 3.3.2 Maybe it is sufficient to remove the line rules.add(new WordPatternRule(new EmptyCommentDetector(), "#**#", null, cp.getToken(MULTI_LINE_COMMENT, true))); from the file VelocityPartitionScanner.java (and the corresponding line for the empty comment #***#)?
    What steps will reproduce the problem? 1. Enter something like #**##if (${name} == "ABC") //some code #**##end in your VSL file. Although the velocity code between #**# and #**# is no comment, it is rendered as a multiline comment. Veloeclipse Version 2.0.8 OS: Windows XP Eclipse: 3.3.2 Maybe it is sufficient to remove the line rules.add(new WordPatternRule(new EmptyCommentDetector(), "#**#", null, cp.getToken(MULTI_LINE_COMMENT, true))); from the file VelocityPartitionScanner.java (and the corresponding line for the empty comment #***#)?
  • Apr 27, 2009
    issue 14 (how to preview html code) reported by lankerscu   -   in the early version of this tool, we can preview html code.
    in the early version of this tool, we can preview html code.
  • Apr 20, 2009
    issue 6 (Error when escaped backslash at the end of a quoted string) Labels changed by byron.foster   -   A bug with Velocity concering this has been filed here: http://issues.apache.org/jira/browse/VELOCITY-709
    Labels: Priority-Low Priority-Medium
    A bug with Velocity concering this has been filed here: http://issues.apache.org/jira/browse/VELOCITY-709
    Labels: Priority-Low Priority-Medium
  • Apr 20, 2009
    issue 7 (JSP format - Improper indentation when Java generics encount...) Labels changed by byron.foster   -   The parser Interprets the '<' and '>' in generic definitions as xml characters, and indents accordingly. Kind of a PITA to fix. I' going to leave this on low priority for now.
    Labels: Priority-Low Priority-Medium
    The parser Interprets the '<' and '>' in generic definitions as xml characters, and indents accordingly. Kind of a PITA to fix. I' going to leave this on low priority for now.
    Labels: Priority-Low Priority-Medium
  • Apr 20, 2009
    issue 13 (Validation problem when adding user directive with Underscor...) Status changed by byron.foster   -  
    Status: Accepted
    Status: Accepted
  • Apr 12, 2009
    issue 13 (Validation problem when adding user directive with Underscor...) reported by dsl...@langui.com   -   What steps will reproduce the problem? 1. In VeloEclipse preferences pages, adding a user directive with an underscore is not accepted due to validation. For example, css_style. What is the expected output? What do you see instead? In Velocity 1.5, a user with an underscore appears to be allowed (at least, I'm able to register one and add it to Velocity). But, there is a validation error (stemming form DirectiveDialog.DirectiveValidator). What version of the product are you using? On what operating system? 2.0.8 in JBuilder 2008 R2 (Eclipse 3.4.1) on Windows XP Pro
    What steps will reproduce the problem? 1. In VeloEclipse preferences pages, adding a user directive with an underscore is not accepted due to validation. For example, css_style. What is the expected output? What do you see instead? In Velocity 1.5, a user with an underscore appears to be allowed (at least, I'm able to register one and add it to Velocity). But, there is a validation error (stemming form DirectiveDialog.DirectiveValidator). What version of the product are you using? On what operating system? 2.0.8 in JBuilder 2008 R2 (Eclipse 3.4.1) on Windows XP Pro
  • Mar 30, 2009
    issue 10 ('Error opening the editor') commented on by byron.foster   -   Thanks for the feedback. I can confirm your results above when a vm file is drag and dropped into Eclipse, but the vm file is not in the current project. However, it does seem to work when a vm file is in the current project. I created a new Issue 11 for this problem since it seems different for this one.
    Thanks for the feedback. I can confirm your results above when a vm file is drag and dropped into Eclipse, but the vm file is not in the current project. However, it does seem to work when a vm file is in the current project. I created a new Issue 11 for this problem since it seems different for this one.
  • Mar 30, 2009
    issue 12 (Status bar column and line numbers broken) reported by byron.foster   -   This status line and column numbers where broken in the last release (2.0.8) for the vm editor.
    This status line and column numbers where broken in the last release (2.0.8) for the vm editor.
  • Mar 30, 2009
    issue 11 (Drag and drop vm file from outside project doesn't work) reported by byron.foster   -   Dragging and dropping a vm file from outside the project creates a screen with a blue line, and the text "ERROR" below it. Also, the status line contains '?' for column and line number.
    Dragging and dropping a vm file from outside the project creates a screen with a blue line, and the text "ERROR" below it. Also, the status line contains '?' for column and line number.
  • Mar 30, 2009
    issue 10 ('Error opening the editor') commented on by numberonesuperguy   -   (Hi Byron - sorry for the silence, I've been on holiday and I've had my PC reformatted...) Installed Eclipse 3.4.2 (J2EE). Installed Subclipse. Installed Veloeclipse 2.0.8. Drag - dropped from Windows Explorer a 'test.vm' file consisting of two lines: Hello World Eclipse editor shows just a blue line and 'ERROR' beneath it. ...however, if I open the same file from within a Project, it opens fine. (perhaps this is the cause of the original issue)
    (Hi Byron - sorry for the silence, I've been on holiday and I've had my PC reformatted...) Installed Eclipse 3.4.2 (J2EE). Installed Subclipse. Installed Veloeclipse 2.0.8. Drag - dropped from Windows Explorer a 'test.vm' file consisting of two lines: Hello World Eclipse editor shows just a blue line and 'ERROR' beneath it. ...however, if I open the same file from within a Project, it opens fine. (perhaps this is the cause of the original issue)
  • Mar 30, 2009
    issue 10 ('Error opening the editor') commented on by numberonesuperguy   -   (Hi Byron - sorry for the silence, I've been on holiday and I've had my PC reformatted...) Installed Eclipse 3.4.2 (J2EE). Installed Subclipse. Installed Veloeclipse 2.0.8. Drag - dropped from Windows Explorer a 'test.vm' file consisting of two lines: Hello World Eclipse editor shows just a blue line and 'ERROR' beneath it.
    (Hi Byron - sorry for the silence, I've been on holiday and I've had my PC reformatted...) Installed Eclipse 3.4.2 (J2EE). Installed Subclipse. Installed Veloeclipse 2.0.8. Drag - dropped from Windows Explorer a 'test.vm' file consisting of two lines: Hello World Eclipse editor shows just a blue line and 'ERROR' beneath it.
  • Mar 21, 2009
    issue 10 ('Error opening the editor') Status changed by byron.foster   -  
    Status: Fixed
    Status: Fixed
  • Mar 17, 2009
    issue 8 (Not compliant with Eclipse 3.4.1) Status changed by byron.foster   -  
    Status: WontFix
    Status: WontFix
  • Mar 17, 2009
    r24 (Fix status bar column and line number) committed by byron.foster   -   Fix status bar column and line number
    Fix status bar column and line number
  • Mar 17, 2009
    r23 (Release 2.0.8 tag ) committed by byron.foster   -   Release 2.0.8 tag
    Release 2.0.8 tag
  • Mar 14, 2009
    changes Wiki page edited by byron.foster
  • Mar 14, 2009
    changes Wiki page edited by byron.foster
  • Mar 14, 2009
    changes Wiki page edited by byron.foster
  • Mar 14, 2009
    issue 10 ('Error opening the editor') Status changed by byron.foster   -   There is a new version 2.0.8, see if an update doesn't fix it.
    Status: Accepted
    There is a new version 2.0.8, see if an update doesn't fix it.
    Status: Accepted
  • Mar 14, 2009
    r19 (Version 2.0.8) committed by byron.foster   -   Version 2.0.8
    Version 2.0.8
  • Mar 14, 2009
    r18 (Fix issues, and improve go to definition) committed by byron.foster   -   Fix issues, and improve go to definition
    Fix issues, and improve go to definition
  • Mar 13, 2009
    issue 10 ('Error opening the editor') commented on by jealtstatt   -   I'm running 3.4.2, and get exactly the same stack trace when I try to open a .html file. I also tried the "Do not show editor preview tab" suggestion but got the same results. Any suggestions you may offer will be appreciated.
    I'm running 3.4.2, and get exactly the same stack trace when I try to open a .html file. I also tried the "Do not show editor preview tab" suggestion but got the same results. Any suggestions you may offer will be appreciated.
  • Mar 13, 2009
    issue 10 ('Error opening the editor') commented on by numberonesuperguy   -   Tried it, but got the same stack strace. (com.googlecode.veloeclipse.editor.MultiPageEditor.pageChange(MultiPageEditor.java:219)) This is the same with my existing files, and a 0 byte 'test.vm' file. I'm on holiday now for 2 weeks, and when I get back I will be upgrading to the latest Eclipse, so perhaps this particular problem will go away... :)
    Tried it, but got the same stack strace. (com.googlecode.veloeclipse.editor.MultiPageEditor.pageChange(MultiPageEditor.java:219)) This is the same with my existing files, and a 0 byte 'test.vm' file. I'm on holiday now for 2 weeks, and when I get back I will be upgrading to the latest Eclipse, so perhaps this particular problem will go away... :)
  • Mar 12, 2009
    issue 10 ('Error opening the editor') commented on by byron.foster   -   Hmm, if you got to Preferences > Veloeclipse > General Preferences, and check 'Do not show editor preview tab' then restart Eclipse, does it still fail? I tried to reproduce this with no luck, but I'm using Eclipse 3.4.
    Hmm, if you got to Preferences > Veloeclipse > General Preferences, and check 'Do not show editor preview tab' then restart Eclipse, does it still fail? I tried to reproduce this with no luck, but I'm using Eclipse 3.4.
  • Mar 12, 2009
    issue 8 (Not compliant with Eclipse 3.4.1) commented on by byron.foster   -   Thanks for reporting back, I'll leave this issue open for a while to see if anyone else gets tripped up on this. Maybe skyway updates will fix this...
    Thanks for reporting back, I'll leave this issue open for a while to see if anyone else gets tripped up on this. Maybe skyway updates will fix this...
  • Mar 12, 2009
    issue 8 (Not compliant with Eclipse 3.4.1) commented on by blankser   -   Hm I tried installing veloeclipse on a clean eclipse, and this worked. After some trial and error, it turned out that I could install veloeclipse after I removed the "Skyway Builder Community Edition" (http://www.skywayperspectives.org). Apparently, there was some kind of conflict. All is well now. Thanks for your trouble!
    Hm I tried installing veloeclipse on a clean eclipse, and this worked. After some trial and error, it turned out that I could install veloeclipse after I removed the "Skyway Builder Community Edition" (http://www.skywayperspectives.org). Apparently, there was some kind of conflict. All is well now. Thanks for your trouble!
  • Mar 12, 2009
    issue 10 ('Error opening the editor') reported by numberonesuperguy   -   What steps will reproduce the problem? This is an 'install and try for the first time' error. What is the expected output? What do you see instead? 'Error opening the editor' What version of the product are you using? On what operating system? Eclipse 3.3.0 Please provide any additional information below. This stack trace occurred after I installed Veloeclipse, restarted Eclipse, made a file association of '.ass' to Veloeclipse, and opened my text file with Velocity code in it. Same result after creating a new empty text file from windows explorer. java.lang.NullPointerException at com.googlecode.veloeclipse.editor.MultiPageEditor.pageChange(MultiPageEditor.java:219) at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:697) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:287) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2739) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651) at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:2643) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2595) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2590) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2574) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2557) at org.eclipse.ui.ide.IDE.openEditorOnFileStore(IDE.java:1090) at org.eclipse.ui.internal.ide.EditorAreaDropAdapter.asyncDrop(EditorAreaDropAdapter.java:134) at org.eclipse.ui.internal.ide.EditorAreaDropAdapter.access$0(EditorAreaDropAdapter.java:87) at org.eclipse.ui.internal.ide.EditorAreaDropAdapter$1.run(EditorAreaDropAdapter.java:81) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    What steps will reproduce the problem? This is an 'install and try for the first time' error. What is the expected output? What do you see instead? 'Error opening the editor' What version of the product are you using? On what operating system? Eclipse 3.3.0 Please provide any additional information below. This stack trace occurred after I installed Veloeclipse, restarted Eclipse, made a file association of '.ass' to Veloeclipse, and opened my text file with Velocity code in it. Same result after creating a new empty text file from windows explorer. java.lang.NullPointerException at com.googlecode.veloeclipse.editor.MultiPageEditor.pageChange(MultiPageEditor.java:219) at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:697) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:287) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2739) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651) at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:2643) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2595) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2590) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2574) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2557) at org.eclipse.ui.ide.IDE.openEditorOnFileStore(IDE.java:1090) at org.eclipse.ui.internal.ide.EditorAreaDropAdapter.asyncDrop(EditorAreaDropAdapter.java:134) at org.eclipse.ui.internal.ide.EditorAreaDropAdapter.access$0(EditorAreaDropAdapter.java:87) at org.eclipse.ui.internal.ide.EditorAreaDropAdapter$1.run(EditorAreaDropAdapter.java:81) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
  • Mar 11, 2009
    issue 8 (Not compliant with Eclipse 3.4.1) commented on by byron.foster   -   Hmm, I'm confused why this would be happening, there is no requirement in 2.0.7 for 'org.eclipse.equinox.p2.iu', there was in 2.0.5, but it was fixed in 2.0.6.
    Hmm, I'm confused why this would be happening, there is no requirement in 2.0.7 for 'org.eclipse.equinox.p2.iu', there was in 2.0.5, but it was fixed in 2.0.6.
  • Mar 11, 2009
    issue 8 (Not compliant with Eclipse 3.4.1) commented on by blankser   -   Yes, I'm using 2.0.7 and install from the specified site.
    Yes, I'm using 2.0.7 and install from the specified site.
  • Feb 26, 2009
    issue 6 (Error when escaped backslash at the end of a quoted string) commented on by byron.foster   -   This appears to be an escape parse change in 1.6, It looks like a bug to me.
    This appears to be an escape parse change in 1.6, It looks like a bug to me.
  • Feb 26, 2009
    r17 (Issue 9, Works with 2.0 velocity jars, and specifying block ...) committed by byron.foster   -   Issue 9 , Works with 2.0 velocity jars, and specifying block user directives
    Issue 9 , Works with 2.0 velocity jars, and specifying block user directives
 
Hosted by Google Code