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 26186 - better display of VCS command status and output
Summary: better display of VCS command status and output
Status: RESOLVED INCOMPLETE
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks: 35640
  Show dependency tree
 
Reported: 2002-08-01 16:06 UTC by John Jullion-ceccarelli
Modified: 2011-09-19 23:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Jullion-ceccarelli 2002-08-01 16:06:12 UTC
Generic VCS currently shows all of its utility commands in 
the status bar and in the Runtime tab. These commands are 
numerous and unimportant to the user, and they push 
important information out of the display. 

For example, opening folders runs numerous 
CREATE_FOLDER_IGNORE_LIST commands. This is distracting 
because it makes the user think VCS is doing something, 
which it often isn't, and pushes the record of important 
commands out of the Runtime tab.

It would be nice to not show utility commands in the 
status bar at all. In the Runtime tab, we could make one 
command node for every VCS command, and list the utility 
commands as subnodes.

Also, when the Print Command Output property is set to 
true, I think the output from the VCS executable should be 
printed to the Output window rather than the utility 
commands. Presently, if the user wants to see command 
output from the executive she has to set the option for 
each individual command.