|
Lines 1974-1979
Link Here
|
| 1974 |
icon="icons/full/ctool16/java_app.gif" |
1974 |
icon="icons/full/ctool16/java_app.gif" |
| 1975 |
helpContextId="org.eclipse.jdt.debug.ui.shortcut_local_java_application" |
1975 |
helpContextId="org.eclipse.jdt.debug.ui.shortcut_local_java_application" |
| 1976 |
modes="run, debug" |
1976 |
modes="run, debug" |
|
|
1977 |
nameFilter="*.java" |
| 1977 |
filterClass="org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut" |
1978 |
filterClass="org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut" |
| 1978 |
class="org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut" |
1979 |
class="org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut" |
| 1979 |
id="org.eclipse.jdt.debug.ui.localJavaShortcut"> |
1980 |
id="org.eclipse.jdt.debug.ui.localJavaShortcut"> |
|
Lines 1984-1992
Link Here
|
| 1984 |
mode="debug" |
1985 |
mode="debug" |
| 1985 |
label="%ContextualDebugJavaApplication.label"/> |
1986 |
label="%ContextualDebugJavaApplication.label"/> |
| 1986 |
<filter |
1987 |
<filter |
| 1987 |
name="NameMatches" |
|
|
| 1988 |
value="*.java"/> |
| 1989 |
<filter |
| 1990 |
name="ContextualLaunchActionFilter" |
1988 |
name="ContextualLaunchActionFilter" |
| 1991 |
value="supportsContextualLaunch"/> |
1989 |
value="supportsContextualLaunch"/> |
| 1992 |
<perspective |
1990 |
<perspective |
|
Lines 2007-2018
Link Here
|
| 2007 |
icon="icons/full/ctool16/java_applet.gif" |
2005 |
icon="icons/full/ctool16/java_applet.gif" |
| 2008 |
helpContextId="org.eclipse.jdt.debug.ui.shortcut_java_applet" |
2006 |
helpContextId="org.eclipse.jdt.debug.ui.shortcut_java_applet" |
| 2009 |
modes="run, debug" |
2007 |
modes="run, debug" |
|
|
2008 |
nameFilter="*.java" |
| 2010 |
filterClass="org.eclipse.jdt.internal.debug.ui.launcher.JavaAppletLaunchShortcut" |
2009 |
filterClass="org.eclipse.jdt.internal.debug.ui.launcher.JavaAppletLaunchShortcut" |
| 2011 |
class="org.eclipse.jdt.internal.debug.ui.launcher.JavaAppletLaunchShortcut" |
2010 |
class="org.eclipse.jdt.internal.debug.ui.launcher.JavaAppletLaunchShortcut" |
| 2012 |
id="org.eclipse.jdt.debug.ui.javaAppletShortcut"> |
2011 |
id="org.eclipse.jdt.debug.ui.javaAppletShortcut"> |
| 2013 |
<filter |
|
|
| 2014 |
name="NameMatches" |
| 2015 |
value="*.java"/> |
| 2016 |
<filter |
2012 |
<filter |
| 2017 |
name="ContextualLaunchActionFilter" |
2013 |
name="ContextualLaunchActionFilter" |
| 2018 |
value="supportsContextualLaunch"/> |
2014 |
value="supportsContextualLaunch"/> |