Visual Studio 2008 Express RTM bug??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sundarvenkata

    #1

    Visual Studio 2008 Express RTM bug??

    Hi All,

    Ctrl + PgDn shortcut does not work in Visual Studio 2008 Express. Is
    this a bug or am I missing something??

    Thanks,
    Sundar
  • =?Utf-8?B?RmFtaWx5IFRyZWUgTWlrZQ==?=

    #2
    RE: Visual Studio 2008 Express RTM bug??



    "sundarvenk ata" wrote:
    Hi All,
    >
    Ctrl + PgDn shortcut does not work in Visual Studio 2008 Express. Is
    this a bug or am I missing something??
    >
    Thanks,
    Sundar
    >
    I do not know what it should do, but for me, it moves the cursor to the
    bottom of the current window.




    Comment

    • sundarvenkata

      #3
      Re: Visual Studio 2008 Express RTM bug??

      Ctrl+PgDn should actually cycle through the list of the opened tabs or
      windows

      Comment

      • Stephany Young

        #4
        Re: Visual Studio 2008 Express RTM bug??

        Who says so?


        "sundarvenk ata" <sundarvenkata@ gmail.comwrote in message
        news:61708ad9-0c81-4a53-8704-6278876e2f77@18 g2000hsf.google groups.com...
        Ctrl+PgDn should actually cycle through the list of the opened tabs or
        windows

        Comment

        • sundarvenkata

          #5
          Re: Visual Studio 2008 Express RTM bug??

          Actually it is bound to Window.NextTab

          Comment

          • Smokey Grindel

            #6
            Re: Visual Studio 2008 Express RTM bug??

            That's what Ctrl+Tab is for


            "sundarvenk ata" <sundarvenkata@ gmail.comwrote in message
            news:61708ad9-0c81-4a53-8704-6278876e2f77@18 g2000hsf.google groups.com...
            Ctrl+PgDn should actually cycle through the list of the opened tabs or
            windows

            Comment

            • Kelly Herald

              #7
              Re: Visual Studio 2008 Express RTM bug??

              Yes, it is bound to the Window.NextTab at the Global level (i.e. your tool
              windows if you have let's say the Solution Explorer, Class View, and the
              Resource View set up as tabs in one tool window then the Ctrl+PgDn will
              cycle those tabs).

              However, the Ctrl+PgDn is also bound to the Edit.ViewBottom command for the
              editor. For the editor tabs you need to use Ctrl+Tab.

              This is not a bug. This is the default behaviour with VS2003 and VS2005
              (most likely VS2002 as well but haven't checked).



              "sundarvenk ata" <sundarvenkata@ gmail.comwrote in message
              news:cee08947-670e-48eb-b9c5-0959767ef1a3@l1 6g2000hsf.googl egroups.com...
              Actually it is bound to Window.NextTab

              Comment

              • sundarvenkata

                #8
                Re: Visual Studio 2008 Express RTM bug??

                So is it possible for me to rebind the Ctrl + PgDn and Ctrl+PgUp for
                Window.NextTab and Window.Previous Tab respectively??

                Comment

                • Kelly Herald

                  #9
                  Re: Visual Studio 2008 Express RTM bug??

                  You can go into the Tools / Options menu item and in the Environment /
                  Keyboard option either change the Keyboard Mapping Scheme to VB6 or just
                  remove the Edit.ViewBottom and Edit.ViewTop mappings.



                  "sundarvenk ata" <sundarvenkata@ gmail.comwrote in message
                  news:3a7cf8cb-c178-4374-ae2d-973a21d323e2@e6 g2000prf.google groups.com...
                  So is it possible for me to rebind the Ctrl + PgDn and Ctrl+PgUp for
                  Window.NextTab and Window.Previous Tab respectively??

                  Comment

                  • sundarvenkata

                    #10
                    Re: Visual Studio 2008 Express RTM bug??

                    Kelly,

                    I rebound the Ctrl + PgDn and Ctrl + PgUp as suggested by you. But it
                    still does not work.

                    Thanks,
                    Sundar

                    Comment

                    Working...