Ctrl+F11 not working on Eclipse 3.3

| | Comments (0) | TrackBacks (0)

The Problem: The command "Ctrl+F11" stop working after upgrading to Eclipse 3.3.

Now in eclipse 3.3, the default behavior does not have Ctrl+F11 enabled. To enable do the following:

  • Goto MENU Window | Preferences...
  • Goto TREE Run/Debug | Lauching
  • In the GROUP "Lauch Operations"
  • Select the OPTION "Always launch the previous launched application"

In my case there is a extra step, since I use the "Resource" view I must enable the Launch feature in it:

  • RIGHT CLICK the resource view button (top-right corner of the main-window)
  • CONTEXT MENU "Customize..."
  • TAB "Commands"
  • CHECK the item named "Launch" in the first column ("Available command groups:")

Categories

Leave a comment