This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 47389 - No shortcut for Compile/Run/Debug File in popup menu over Java file (or for Test Project on project node) in Projects View
Summary: No shortcut for Compile/Run/Debug File in popup menu over Java file (or for T...
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
: 45688 47656 (view as bug list)
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-08-18 15:08 UTC by Marian Mirilovic
Modified: 2006-03-24 10:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-08-18 15:08:55 UTC
[nb_dev](200408180923), [jdk1.5.0](b63)
Comment 1 Petr Hrebejk 2004-08-20 11:25:28 UTC
Adding TestProject from #47405
Comment 2 Jesse Glick 2004-08-20 17:07:19 UTC
Clarifying summary.
Comment 3 Petr Hrebejk 2004-08-21 12:03:14 UTC
*** Issue 45688 has been marked as a duplicate of this issue. ***
Comment 4 Marian Mirilovic 2004-08-22 19:57:00 UTC
*** Issue 47656 has been marked as a duplicate of this issue. ***
Comment 5 Petr Hrebejk 2004-08-23 13:08:11 UTC
Checking in
projectui/src/org/netbeans/modules/project/ui/actions/ActionsUtil.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/actions/ActionsUtil.java,v
 <--  ActionsUtil.java
new revision: 1.3; previous revision: 1.2
done
Checking in
projectui/src/org/netbeans/modules/project/ui/actions/FileCommandAction.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/actions/FileCommandAction.java,v
 <--  FileCommandAction.java
new revision: 1.5; previous revision: 1.4
done
Checking in
projectui/src/org/netbeans/modules/project/ui/actions/ProjectAction.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/actions/ProjectAction.java,v
 <--  ProjectAction.java
new revision: 1.3; previous revision: 1.2
done
Processing log script arguments...
More commits to come...
Checking in
projectuiapi/src/org/netbeans/spi/project/ui/support/FileSensitiveActions.java;
/cvs/projects/projectuiapi/src/org/netbeans/spi/project/ui/support/FileSensitiveActions.java,v
 <--  FileSensitiveActions.java
new revision: 1.3; previous revision: 1.2
done
Checking in
projectuiapi/src/org/netbeans/spi/project/ui/support/ProjectSensitiveActions.java;
/cvs/projects/projectuiapi/src/org/netbeans/spi/project/ui/support/ProjectSensitiveActions.java,v
 <--  ProjectSensitiveActions.java
new revision: 1.6; previous revision: 1.5
done
Comment 6 Marian Mirilovic 2004-08-23 13:14:44 UTC
fixed ? or just resolved ? ;(
Comment 7 Petr Hrebejk 2004-08-23 13:19:36 UTC
Huh. Fixed should it be.
Comment 8 Marian Mirilovic 2004-08-24 19:45:39 UTC
verified in [nb_dev](200408231800)