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 32458

Summary: code xmls for winsys default layout
Product: platform Reporter: David Simonek <dsimonek>
Component: Window SystemAssignee: mslama <mslama>
Status: RESOLVED FIXED    
Severity: blocker CC: jrojcek, pzavadsky
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 32456    
Bug Blocks: 32223    

Description David Simonek 2003-03-28 10:54:10 UTC
Create description of default winsys layout
(specified in UI spec) in xml files.
Layout will be spead across modules, most
important are core, debugger, form editor, tasklist.
Comment 1 mslama 2003-04-25 11:11:56 UTC
core, core/ui, core/execution, projects, form modules are done.

Remains: debuggercore module - separation of TopComponents watches,
callstack, localvariables. Form module - remove property sheet from
component inspector.
Comment 2 mslama 2003-05-30 14:05:08 UTC
Just finished default layout for debugger in debugercore. There is
problem with deserialization of ThreadsView component. View are closed
by default. Group definition for debugger must be created.

There are 7 views and 2 modes:
  Mode 'variables':
    VariablesView
    WatchesView
  Mode 'callstack':
    CallStackView
    SessionsView
    ThreadsView
    ClassesView
    BreakpointsView

Jano please define order.
Comment 3 jrojcek 2003-06-11 17:02:50 UTC
The order should be:

1. Variables(*), Watches(*)
2. Sessions, Threads, Call Stack(*), Classes, Breakpoints

Only those marked with (*) are open by default when the debugger set
is enabled.
Comment 4 mslama 2003-07-30 10:47:35 UTC
Finished.
Comment 5 mslama 2003-07-30 10:50:40 UTC
I must check order of debugger views.
Comment 6 mslama 2003-07-30 11:28:27 UTC
Order of debugger views is now set according to Jano's definition.