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 46337 - ALL: Warning about usage of simple mode.
Summary: ALL: Warning about usage of simple mode.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords: UI, USABILITY
Depends on:
Blocks:
 
Reported: 2004-07-20 14:41 UTC by Jiri Kovalsky
Modified: 2006-03-24 09:43 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 Jiri Kovalsky 2004-07-20 14:41:49 UTC
Development build #200407151800 of NetBeans 4.0 
Windows XP, JDK 1.5.0 Beta #58

Description:
============
Currently novice users have low chance to discover
advanced mode of VCS dialogs. It would be good to
have some warning dialog implemented that would
show up when command is being run in simple mode. 

User familiar with this feature could turn the
warning off.

Steps to reproduce:
===================
1. Register some CVS directory in Versioning Manager.
2. Call "Show Versions" on some [Up-to-date] file.
3. Right click its 1.1 revision and pick "Update".
4. Now try to reset this sticky tag. Without
knowledge of advanced mode it's nearly impossible.
Comment 1 Richard Gregor 2004-07-29 08:50:47 UTC
We discussed this with Jan Rojcek and Arseniy and we agreed that
dialog used in the past in javacvs module would be right solution for now.
Comment 2 Richard Gregor 2004-07-30 13:33:33 UTC
fixed. Jirko, please adjust the commit validation test. Thanks!

Checking in actions/Bundle.properties;
/cvs/vcscore/src/org/netbeans/modules/vcscore/actions/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.42; previous revision: 1.41
done
Checking in actions/CommandMenu.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/actions/CommandMenu.java,v
 <--  CommandMenu.java
new revision: 1.14; previous revision: 1.13
done
Processing log script arguments...
More commits to come...
Checking in settings/Bundle.properties;
/cvs/vcscore/src/org/netbeans/modules/vcscore/settings/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.18; previous revision: 1.17
done
Checking in settings/GeneralVcsSettings.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/settings/GeneralVcsSettings.java,v
 <--  GeneralVcsSettings.java
new revision: 1.16; previous revision: 1.15
done
Checking in settings/GeneralVcsSettingsBeanInfo.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/settings/GeneralVcsSettingsBeanInfo.java,v
 <--  GeneralVcsSettingsBeanInfo.java
new revision: 1.13; previous revision: 1.12
done
Comment 3 Peter Pis 2004-08-09 16:52:50 UTC
And what about the commands that don't provide advanced mode. (Like
"Refresh recursively", "Set Password", ...). Maybe it will better to
show dialog about Advanced mode only for the commands that support the
Advanced mode.
Comment 4 Jiri Kovalsky 2004-08-10 08:50:35 UTC
Good point. To be honest, I also don't like that global commands use
only CTRL key. In my opinion, advanced mode should be global option
which would influence also global commands. What do others think ?
Comment 5 Richard Gregor 2004-08-11 15:06:15 UTC
Don't provide advanced mode notification for commmands which don't
have advanced mode.

Checking in CommandMenu.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/actions/CommandMenu.java,v
 <--  CommandMenu.java
new revision: 1.15; previous revision: 1.14
done
Comment 6 Peter Pis 2005-07-21 19:02:08 UTC
Verified.