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 185209 - InputOutput.select()/IOContainer.select() do too much
Summary: InputOutput.select()/IOContainer.select() do too much
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on: 184894
Blocks:
  Show dependency tree
 
Reported: 2010-04-28 20:18 UTC by ivan
Modified: 2011-01-10 20:28 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 ivan 2010-04-28 20:18:43 UTC
These select functions will not only select an IO tab but also 
apply various additional operations to the containing TopComponent. 
This isn't always desirable. There is a need for a more
primitive/flexible select() operation.

Use case: A terminal-based implementation of IOProvider
is used by solstudio to host tabless debugger consoles and process io
windows. When the debugging session is switched we want to 
apply select() w/o necessarily bringing up the TC's.

An API change is currently being discussed as bug#184894.
Comment 1 Martin Entlicher 2011-01-09 10:06:12 UTC
Was issue #184894 integrated?
Unfortunately there's only an empty "Changeset: http://hg.netbeans.org/main/rev/" :-(
And if it solves this problem, can we close this bug?
Comment 2 ivan 2011-01-10 19:54:19 UTC
(In reply to comment #1)
> Was issue #184894 integrated?
> Unfortunately there's only an empty "Changeset:
> http://hg.netbeans.org/main/rev/" :-(

I'm told these kinds of bogus changesets got introduced when
we first moved to Kenai.

> And if it solves this problem, can we close this bug?

Yes we can.