Thread: Bracket select

  1. #16
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by cpjust View Post
    Actually those are braces.
    Code:
    () = parentheses, [] = brackets, {} = braces
    Nomenclature varies. Some people refer to {}, [], and <> all as brackets. Curly brackets, square brackets, angle brackets.

    I also met one guy who called parentheses "brackets." That one was annoying.

  2. #17
    Registered User
    Join Date
    Oct 2007
    Posts
    166
    Success! I found it. Apparently it is Ctrl-&#229; to jump between braces and Ctrl-Shift-&#229; to also select the text(on a swedish keyboard)

    The shortcuts are called:
    Edit.GotoBrace
    Edit.GotoBraceExtend
    Last edited by DrSnuggles; 12-17-2007 at 06:31 PM.

  3. #18
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Wow, it actually works.
    Nice find!
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  4. #19
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    I remember finding (once) a VB script which dumped the entire keymapping for visual studio.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. temperature sensors
    By danko in forum C Programming
    Replies: 22
    Last Post: 07-10-2007, 07:26 PM
  2. brace-enclosed error
    By jdc18 in forum C++ Programming
    Replies: 53
    Last Post: 05-03-2007, 05:49 PM
  3. Directional Keys - Useing in Console
    By RoD in forum C++ Programming
    Replies: 38
    Last Post: 10-06-2002, 04:42 PM
  4. FAQ: Directional Keys - Useing in Console
    By RoD in forum FAQ Board
    Replies: 38
    Last Post: 10-06-2002, 04:42 PM