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 24528 - When executing a form, the workspaces is alwayes changed to "Editing"
Summary: When executing a form, the workspaces is alwayes changed to "Editing"
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2002-06-07 11:25 UTC by Jan Lahoda
Modified: 2008-12-23 09:32 UTC (History)
2 users (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 Jan Lahoda 2002-06-07 11:25:20 UTC
Build 200206050100, JDK1.4(fcs), MDI.
1. Create a new JFrame form (you are switched to
"GUI Editing").
2. Try to execute it.
3. You are switched to "Editing" workspace.

This is very annoying, as I would suppose I will
stay in "GUI Editing". There is no reason to
switch workspaces in this situation.
Also, the "Execution window" should be docked into
the "Output window" as is on "Editing" workspace.
Comment 1 mslama 2002-06-07 11:30:34 UTC
Set Tools -> Options -> Debugging and Executing -> Execution Settings
-> Workspace
Comment 2 mslama 2002-06-07 11:31:06 UTC
Set workspace to "None"
Comment 3 Jan Lahoda 2002-06-07 13:08:45 UTC
But the default is unusable. I know there is this settings, but why it
is by default set to "Editing"? Do you want to force each (new) user
to set this by hand to IDE not to be annoying?
Comment 4 mslama 2002-06-07 13:18:02 UTC
Default value is taken from ExecuteAction. When I removed Running
workspace I changed default value from "Running" to "Editing". Do you
suggest this should be by default set to "None"? (In such case there
will be no workspace switching when execute action will be invoked.)
Comment 5 _ ttran 2002-06-07 13:29:45 UTC
Yes, I think "None" should be the default.

jrojcek: if you disagree, please let us know
Comment 6 Jan Lahoda 2002-06-07 13:37:32 UTC
Yes, I mean that "None" is a good default. The only (minor) problem I
see is that while executing a program on debugging workspace, there
will not be any switch too. I think this is either minor or no problem.
Comment 7 mslama 2002-06-10 14:57:11 UTC
Fixed in main trunk. Default workspace for execution is set to "None".

Modified:
openide/src/org/openide/actions/ExecuteAction.java r.1.35
Comment 8 Marian Mirilovic 2002-10-16 13:11:02 UTC
verified in [nb_dev](20021016)
Comment 9 Quality Engineering 2003-07-01 16:31:49 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.