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 - code xmls for winsys default layout
Summary: code xmls for winsys default layout
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on: 32456
Blocks: 32223
  Show dependency tree
 
Reported: 2003-03-28 10:54 UTC by David Simonek
Modified: 2008-12-23 12:29 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.