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 173612 - Non-consistent ellipsis use with menu options
Summary: Non-consistent ellipsis use with menu options
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 7.0
Hardware: All All
: P4 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
: 87409 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-10-02 15:21 UTC by gliesian
Modified: 2016-07-13 19:39 UTC (History)
2 users (show)

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 gliesian 2009-10-02 15:21:22 UTC
I noticed some inconsistencies with the use of ellipses with menu options... thereafter I googled this linked:
http://stackoverflow.com/questions/637683/when-to-use-ellipsis-after-menu-items

In short (from the website), this may be best practices:

      Ellipsis
          o Menu items which opens a form that require user input to do something (Replace, Go to, Font)

      No ellipsis
          o Menu items which just does something (Cut, Paste, Exit, Save)
          o Menu items which opens a form that does not require user input (About, Check for Updates)

I also noticed that ellipsis *were* appropriately used in *many* places, but a few place which may need them, did not
have them.  Take the following for example:

Should 
File->"[Project]" Properties  
read   
File->"[Project]" Properties...

Should 
Edit->Stop Macro Recording
read
Edit->Stop Macro Recording...

Should
Tools->Server 
read 
Tools->Server...

Should
Tools->Plugins
read
Tools->Plugins...

etc., etc.,

Please note that I am not directly requesting this to be fixed... I have just noticed some inconsistencies and recommend
that all menu options are analyzed in regards to the appropriate necessity (or absence) of ellipses.

-- Thanks, Robert
Comment 1 Marian Mirilovic 2010-04-14 09:35:14 UTC
Ondra, could you please suggest ?
Comment 2 Ondrej Langr 2010-04-15 11:08:03 UTC
I basically agree. 

I.e. File->"[Project]" Properties... should certainly have ellipses, Stop macro recording probably also.  

As for Tools menu, technically speaking all items there should have ellipses. For this reason I think they were intentionally omitted in the past as it was too much of a visual clutter .. 

But no strong opinion on this.
Comment 3 Marian Mirilovic 2010-05-06 07:14:03 UTC
*** Bug 87409 has been marked as a duplicate of this bug. ***