Comments on Eclipse plugin: QuickImage
add comment plugin-details
pages: 1 2 Next>
Anonymous on Feb 19, 2008 9:16 AM
New version with minor fixes,
1.0.2
----------------------------------------------------------------------
* Images can be opened using "File | Open File..." and by
drag/dropping them from an external location on to the
editors area.
Per Salomonsson on Dec 29, 2007 2:25 PM
1.0.1 is out, from changelog:
* Images can now be opened from views where there are no
physical filesystem, for example CVS/SVN history view
* changed background color to white (same as "compare with" uses)
Per Salomonsson on Dec 20, 2007 5:28 PM
QuickImage 1.0.0 is out.
More info and screenshots: http://www.psnet.nu/eclipse/
Update manager: http://psnet.nu/eclipse/updates
From the changelog:
* Zoom in, out, original and fit added.
* Display "broken image" when for some reason the original image cannot be displayed
* Background color (transparens) handled more correctly when displaying images in fullsize
Anonymous on Dec 29, 2005 4:34 AM
i am running quickimage with plugin ecsplorer. with ecsplorer i can browse through the filesystem. i am trying to open an image, double-click i get following error (the image should normally loaded with quickimage. i am running eclipse 3.1.0, jdk1.5.0_06, quickimage 0.2.0):
Unable to create editor ID nu.psnet.quickimage.editors.QuickImageEditor: ecsplorer.view.resources.SimpleEditorInput
java.lang.ClassCastException: ecsplorer.view.resources.SimpleEditorInput
at nu.psnet.quickimage.editors.QuickImageEditor.createPartControl(QuickImageEditor.java:68)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:585)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
at de.loskutov.eclipseskins.presentation.VSStackPresentation.selectPart(VSStackPresentation.java:608)
at de.loskutov.eclipseskins.presentation.VSStackPresentation.addPart(VSStackPresentation.java:818)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1253)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:753)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2323)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)
at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2204)
at ecsplorer.view.contextmenu.OpenAction.openFile(OpenAction.java:78)
at ecsplorer.view.EcSplorerView.handleDoubleClick(EcSplorerView.java:314)
at ecsplorer.view.EcSplorerView.access$0(EcSplorerView.java:308)
at ecsplorer.view.EcSplorerView$1.doubleClick(EcSplorerView.java:110)
at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:720)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:718)
at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:950)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1057)
at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:219)
at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:216)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:275)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2572)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Per Salomonsson on Nov 30, 2005 5:07 PM
Update site up and running again!
Per Salomonsson on Nov 22, 2005 6:12 PM
Yes, there have been some hardware problems.
The server will be up and running within a few days!
kankorou on Nov 21, 2005 2:48 PM
The update and homepage of this plugin seem to be down. Anybody know where I can download this editor other than the homepage??
Thanks
Anonymous on Jul 20, 2005 11:33 AM
Not a bad plug-in, but why is this an Editor? This should be a view.
No support for TIFF is a showstopper for me, so I think I will have to write my own. Too bad, the functionality is exactly what I need.
Why isn't the source available?
Thorsten Heit on Feb 14, 2005 10:43 AM
Very useful plugin :-)
Unfortunately it doesn't support TIFF images (which can be read by Java if Sun's JAI is installed) and animated GIFs, and the source code doesn't seem to be available.
How about a zoom function for large images?
If you want I'd like to contribute some code to improve the plugin, for example handle TIFF files and multi-page GIFs.
Regards
Thorsten
deathbyaclown on Jul 21, 2004 12:23 PM
mhm - strange - its correctly installed (eclipse shows it when I open the installed plugins).
But also in the File Association Menu I cant find it.....
pages: 1 2 Next>

