Author Topic: What does "..." on menu items mena?  (Read 4303 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
What does "..." on menu items mena?
« on: March 27, 2007, 01:47:36 am »
Does anyone know the significance of the "..." on some of the menu items?

Eg., Find... but not on Find in Files.

Save as... but not on Open.

Online stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: What does "..." on menu items mena?
« Reply #1 on: March 27, 2007, 02:24:58 am »
I always assumed it meant that it worked with multiple files, but thinking on that it really does not make sense.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: What does "..." on menu items mena?
« Reply #2 on: March 27, 2007, 03:52:35 am »
In a Windows environment, "..." after a menu command is supposed to indicate that the command will open a new dialog window. C::B is not entirely consistent about this.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline k2dave

  • Single posting newcomer
  • *
  • Posts: 9
Re: What does "..." on menu items mena?
« Reply #3 on: March 27, 2007, 03:59:51 am »
Longtime user, first time poster...
Original (oft ignored) usage was to signify another dialog would launch for user input.
Therefore "Open" SHOULD have the "..." just like "Save as...", but NOT "Save"