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

Last 30 days

  • Dec 03, 2009
    issue 18 (missing status bar) reported by geertsmichael   -   What steps will reproduce the problem? 1. Go into full screen mode What is the expected output? What do you see instead? We are developing a rcp application. We use the (bottom) status bar to show the status of some services while running our application. Is it possible to enable this statusbar in full screen mode by a preference? Also the progress bar dissapears and is actually very usefull for our application when running in full screen mode. Thanks in advance. What version of the product are you using? On what operating system? v. 1.0.7 Please provide any additional information below.
    What steps will reproduce the problem? 1. Go into full screen mode What is the expected output? What do you see instead? We are developing a rcp application. We use the (bottom) status bar to show the status of some services while running our application. Is it possible to enable this statusbar in full screen mode by a preference? Also the progress bar dissapears and is actually very usefull for our application when running in full screen mode. Thanks in advance. What version of the product are you using? On what operating system? v. 1.0.7 Please provide any additional information below.
  • Dec 01, 2009
    issue 17 (Progress bar docked on the left/right side can not be seen) commented on by balazs.kollar   -   Also the progress bar is hidden from the bottom.
    Also the progress bar is hidden from the bottom.
  • Dec 01, 2009
    issue 17 (Progress bar docked on the left/right side can not be seen) reported by balazs.kollar   -   What steps will reproduce the problem? 1. Dock the Eclipse progress bar to the right or left side. 2. Switch to full-screen mode. What is the expected output? What do you see instead? ----------------------------------------------------- I expect the progress bar to be shown. (Since left-right docked button bars are shown.) Instead it is hidden. What version of the product are you using? On what operating system? -------------------------------------------------------------------- 1.0.7 on Windows XP SP2, Eclipse 3.5
    What steps will reproduce the problem? 1. Dock the Eclipse progress bar to the right or left side. 2. Switch to full-screen mode. What is the expected output? What do you see instead? ----------------------------------------------------- I expect the progress bar to be shown. (Since left-right docked button bars are shown.) Instead it is hidden. What version of the product are you using? On what operating system? -------------------------------------------------------------------- 1.0.7 on Windows XP SP2, Eclipse 3.5

Earlier this year

  • Nov 18, 2009
    issue 16 (Leaving fullscreen mode doesn't work) reported by chris.stangier   -   When trying to leave fullscreen mode I get the following exception: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3884) at org.eclipse.swt.SWT.error(SWT.java:3799) at org.eclipse.swt.SWT.error(SWT.java:3770) at org.eclipse.swt.widgets.Widget.error(Widget.java:619) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:462) at org.eclipse.swt.widgets.Control.setVisible(Control.java:3620) at cn.pande.eclipsex.fullscreen.internal.FullScreenActivator.showTrimControls(FullScreenActivator.ja va:86) at cn.pande.eclipsex.fullscreen.internal.FullScreenActivator.setFullScreen(FullScreenActivator.java:67 ) at cn.pande.eclipsex.fullscreen.internal.FullScreenActionDelegate.run(FullScreenActionDelegate.java :32) at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.execute(ActionDelegateHandlerProx y.java:289) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedComman d.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.j ava:569) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard .java:125) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:965) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3542) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1250) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1273) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1287) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1283) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1385) at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:906) at org.eclipse.swt.widgets.Display.fieldEditorProc(Display.java:4460) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:202) at org.eclipse.swt.widgets.Widget.superKeyDown(Widget.java:1635) at org.eclipse.swt.widgets.Widget.keyDown(Widget.java:912) at org.eclipse.swt.widgets.Control.keyDown(Control.java:2023) at org.eclipse.swt.widgets.Display.fieldEditorProc(Display.java:4452) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:202) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1753) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:1825) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4713) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4285) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4352) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:101) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3097) 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(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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) I'm using Cocoa Eclipse on Mac OSX 10.6.
    When trying to leave fullscreen mode I get the following exception: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3884) at org.eclipse.swt.SWT.error(SWT.java:3799) at org.eclipse.swt.SWT.error(SWT.java:3770) at org.eclipse.swt.widgets.Widget.error(Widget.java:619) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:462) at org.eclipse.swt.widgets.Control.setVisible(Control.java:3620) at cn.pande.eclipsex.fullscreen.internal.FullScreenActivator.showTrimControls(FullScreenActivator.ja va:86) at cn.pande.eclipsex.fullscreen.internal.FullScreenActivator.setFullScreen(FullScreenActivator.java:67 ) at cn.pande.eclipsex.fullscreen.internal.FullScreenActionDelegate.run(FullScreenActionDelegate.java :32) at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.execute(ActionDelegateHandlerProx y.java:289) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedComman d.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.j ava:569) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard .java:125) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:965) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3542) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1250) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1273) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1287) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1283) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1385) at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:906) at org.eclipse.swt.widgets.Display.fieldEditorProc(Display.java:4460) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:202) at org.eclipse.swt.widgets.Widget.superKeyDown(Widget.java:1635) at org.eclipse.swt.widgets.Widget.keyDown(Widget.java:912) at org.eclipse.swt.widgets.Control.keyDown(Control.java:2023) at org.eclipse.swt.widgets.Display.fieldEditorProc(Display.java:4452) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:202) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1753) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:1825) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4713) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4285) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4352) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:101) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3097) 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(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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) I'm using Cocoa Eclipse on Mac OSX 10.6.
  • Nov 15, 2009
    issue 9 (Add option to show/hide toolbar?) commented on by christoph.caks   -   I just added the option ( i will attach a patch against the current trunk ) ( it changes also the version number to 1.0.8 )
    I just added the option ( i will attach a patch against the current trunk ) ( it changes also the version number to 1.0.8 )
  • Sep 07, 2009
    issue 15 (New Feature: Automatic fullscreen) reported by ariel.coppes   -   Set fullscreen automatically when I was on the Eclipse Window over X seconds. (you can enable or disable this feature I suppose :D)
    Set fullscreen automatically when I was on the Eclipse Window over X seconds. (you can enable or disable this feature I suppose :D)
  • Sep 05, 2009
    issue 14 (Possibility to keep the menu-bar in fullscreen mode) commented on by maik.jablonski   -   Sorry, just saw that this issue was fixed in latest release.
    Sorry, just saw that this issue was fixed in latest release.
  • Sep 05, 2009
    issue 14 (Possibility to keep the menu-bar in fullscreen mode) commented on by maik.jablonski   -   It would be a nice feature if the menubar would be visible in fullscreen mode. Maybe this can be added to the preference-dialog.
    It would be a nice feature if the menubar would be visible in fullscreen mode. Maybe this can be added to the preference-dialog.
  • Sep 05, 2009
    issue 14 (Possibility to keep the menu-bar in fullscreen mode) reported by maik.jablonski   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
  • Aug 24, 2009
    issue 13 (Make fullscreen toggle accessible programmatically) reported by christian.pontesegger   -   Could you add some exported, static methods to enable/disable full screen mode, so its accessible from other plugins? Of course I could execute the command, but that would simply toggle the state. I would like to explicitely enable/disable the mode. thanks
    Could you add some exported, static methods to enable/disable full screen mode, so its accessible from other plugins? Of course I could execute the command, but that would simply toggle the state. I would like to explicitely enable/disable the mode. thanks
  • Aug 14, 2009
    issue 12 (Unable to install in Eclipse 3.5) commented on by creativ3web   -   Installs fine on Eclipse 3.5 Regardless of your platform, just drop the jar into the eclipse/plugins directory. Simple.
    Installs fine on Eclipse 3.5 Regardless of your platform, just drop the jar into the eclipse/plugins directory. Simple.
  • Aug 12, 2009
    issue 10 (Fast views vanish when switching to full screen) commented on by john.newman.0   -   if you switch perspective with ctrl + f8, then switch back with another ctrl + f8, the fast views do show up. This is a bit annoying to me since I do not use fast views. And when I switch perspectives with F8 the little new fast view icon shows up by itself with an entire toolbar. There is no way to get rid of that thing to the best of my knowledge. So for now I am doing ctrl + f8, ctrl+alt+z, ctrl+alt+z to get rid of it when switching perspectives. The plugin should offer an option 'show fast view icons in fullscreen' that would correctly enable/disable this toolbar on initially going to fullscreen and across perspective switches with ctrl + f8
    if you switch perspective with ctrl + f8, then switch back with another ctrl + f8, the fast views do show up. This is a bit annoying to me since I do not use fast views. And when I switch perspectives with F8 the little new fast view icon shows up by itself with an entire toolbar. There is no way to get rid of that thing to the best of my knowledge. So for now I am doing ctrl + f8, ctrl+alt+z, ctrl+alt+z to get rid of it when switching perspectives. The plugin should offer an option 'show fast view icons in fullscreen' that would correctly enable/disable this toolbar on initially going to fullscreen and across perspective switches with ctrl + f8
  • Jul 18, 2009
    issue 12 (Unable to install in Eclipse 3.5) commented on by ckutzi   -   Yes, please add an update site for this (very useful) plugin.
    Yes, please add an update site for this (very useful) plugin.
  • May 31, 2009
    issue 12 (Unable to install in Eclipse 3.5) reported by robert.munteanu   -   I'm unable to install the plugin since there is no update site or feature jar. The 'plain plugin jar' option seems to be gone in Eclipse 3.5 Please provide a means of installing in Eclipse 3.5.
    I'm unable to install the plugin since there is no update site or feature jar. The 'plain plugin jar' option seems to be gone in Eclipse 3.5 Please provide a means of installing in Eclipse 3.5.
  • May 12, 2009
    issue 11 (Menus not accessible from full screen mode) reported by mlauritse   -   What steps will reproduce the problem? 1. Go into full screen mode 2. Type Alt-R to open the "Run" mode 3. Nothing happens... What is the expected output? What do you see instead? When in fullscreen mode, I think it is fine to hide the menus, which means there is no way to use the mouse to access them - IMHO, that's fine. But it would be great to be able to open the menus using the keyboard shortcuts - Alt-R for the Run menu, etc. What version of the product are you using? On what operating system? Windows XP and Eclipse 3.4.? Please note that this is a minor issue, I think this is a cool plugin! :-)
    What steps will reproduce the problem? 1. Go into full screen mode 2. Type Alt-R to open the "Run" mode 3. Nothing happens... What is the expected output? What do you see instead? When in fullscreen mode, I think it is fine to hide the menus, which means there is no way to use the mouse to access them - IMHO, that's fine. But it would be great to be able to open the menus using the keyboard shortcuts - Alt-R for the Run menu, etc. What version of the product are you using? On what operating system? Windows XP and Eclipse 3.4.? Please note that this is a minor issue, I think this is a cool plugin! :-)
  • Apr 03, 2009
    issue 10 (Fast views vanish when switching to full screen) reported by rgbounds   -   I have my Eclipse set up to show perspective switchers on the left, with fast view icons just below them. When I switch to full screen the fast view icons vanish, but if I right-click on a view and make it a fast view after I have switched to full-screen, all of my fast view icons reappear. What steps will reproduce the problem? 1. Make a view a 'fast view' 2. Switch to full screen 3. Fast view icon has gone from the sidebar What is the expected output? What do you see instead? I'd expect my fast view icons to remain in the side bar on the left What version of the product are you using? On what operating system? Eclipse Ganymede 3.4.2, on Red Hat. Please provide any additional information below.
    I have my Eclipse set up to show perspective switchers on the left, with fast view icons just below them. When I switch to full screen the fast view icons vanish, but if I right-click on a view and make it a fast view after I have switched to full-screen, all of my fast view icons reappear. What steps will reproduce the problem? 1. Make a view a 'fast view' 2. Switch to full screen 3. Fast view icon has gone from the sidebar What is the expected output? What do you see instead? I'd expect my fast view icons to remain in the side bar on the left What version of the product are you using? On what operating system? Eclipse Ganymede 3.4.2, on Red Hat. Please provide any additional information below.
  • Feb 24, 2009
    issue 9 (Add option to show/hide toolbar?) reported by nuncio.bitis   -   Just a request: Can there be an option to show/hide the toolbar as well as the menu bar? Thanks!
    Just a request: Can there be an option to show/hide the toolbar as well as the menu bar? Thanks!
  • Jan 13, 2009
    issue 8 (Perspective list not visible) reported by spacepluk   -   Changing perspective by pressing Ctrl-F8 works, but the list is not shown while fullscreen mode is activated which is a minor annoyance. Tested with version 1.0.7, Ubuntu 8.04, eclipse 3.4 and sun-java6. Other than that is working great and is very useful :)
    Changing perspective by pressing Ctrl-F8 works, but the list is not shown while fullscreen mode is activated which is a minor annoyance. Tested with version 1.0.7, Ubuntu 8.04, eclipse 3.4 and sun-java6. Other than that is working great and is very useful :)

Older

  • Nov 19, 2008
    issue 7 (Toolbar is not visible) reported by martin.ankerl   -   What steps will reproduce the problem? 1. Go into Fullscreen mode What is the expected output? What do you see instead? The Toolbar should be visible What version of the product are you using? On what operating system? 1.0.7 Please provide any additional information below. I use Windows XP, Eclipse 3.4.1 M20080911-1700
    What steps will reproduce the problem? 1. Go into Fullscreen mode What is the expected output? What do you see instead? The Toolbar should be visible What version of the product are you using? On what operating system? 1.0.7 Please provide any additional information below. I use Windows XP, Eclipse 3.4.1 M20080911-1700
  • Sep 11, 2008
    issue 6 (vista sp1 problem) reported by gr8vyguy   -   im using windows vista sp1, with java version "1.6.0_10-rc" Java(TM) SE Runtime Environment (build 1.6.0_10-rc-b28) Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing) and the Eclipse Platform Version: 3.4.0 Build id: I20080617-2000 when i try to make it full screen the top menu bar cannot show up, and the task bar still there. so is that a bug. hope you can fix it.
    im using windows vista sp1, with java version "1.6.0_10-rc" Java(TM) SE Runtime Environment (build 1.6.0_10-rc-b28) Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing) and the Eclipse Platform Version: 3.4.0 Build id: I20080617-2000 when i try to make it full screen the top menu bar cannot show up, and the task bar still there. so is that a bug. hope you can fix it.
  • Sep 03, 2008
    issue 5 (Option to see the menu bar and/or toolbar) Status changed by gr8vyguy   -  
    Status: Fixed
    Status: Fixed
  • Sep 03, 2008
    r28 (New Version 1.0.7) committed by gr8vyguy   -   New Version 1.0.7
    New Version 1.0.7
  • Sep 03, 2008
    r27 (Initial import.) committed by gr8vyguy   -   Initial import.
    Initial import.
  • Sep 03, 2008
    issue 4 (lost size state before maximized) Status changed by gr8vyguy   -  
    Status: Fixed
    Status: Fixed
 
Hosted by Google Code