Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. VC++ Suggsetions v 1

VC++ Suggsetions v 1

Scheduled Pinned Locked Moved Visual Studio
c++cssvisual-studiodesigndata-structures
4 Posts 4 Posters 11 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jim A Johnson
    wrote on last edited by
    #1

    Here's my first round of suggestions for VC++ 7/ I'm trying to avoid simply saying "throw the damn thing out and start over"; these are intended to be somewhat less drastic. I hope someone from teh VC++ team is reading. - Restore original VC double-click behavior in resource editor. According to most UI guidelines, a double-click should correspond to what the user is most likely to want to do after selecting an object. Creating an arbitrary member function is not the next thing I want to do after I click on a control in the resource editor; the next thing I want to do is to edit the properties. If I double click prior to editing the properties, the member function that is added will have the temporary control ID in the finction name - OnClickButton2, for example, rather than OnClickDeleteButton. And so it must be deleted, manually. - Add some way to disable Dynamic Help entirely I have no use for Dynamic Help, yet the window appears in my IDE at unpredictable times when I access the help system. Because my monitor is only 19", I don't have a lot of extra screen space for unused windows, and it's annoying to have to close this window every time it appears. - Add some way to disable the tree view's tracking of the currently selected file. This is beyond annoying; it's of no value and slows me down.

    J M L 3 Replies Last reply
    0
    • J Jim A Johnson

      Here's my first round of suggestions for VC++ 7/ I'm trying to avoid simply saying "throw the damn thing out and start over"; these are intended to be somewhat less drastic. I hope someone from teh VC++ team is reading. - Restore original VC double-click behavior in resource editor. According to most UI guidelines, a double-click should correspond to what the user is most likely to want to do after selecting an object. Creating an arbitrary member function is not the next thing I want to do after I click on a control in the resource editor; the next thing I want to do is to edit the properties. If I double click prior to editing the properties, the member function that is added will have the temporary control ID in the finction name - OnClickButton2, for example, rather than OnClickDeleteButton. And so it must be deleted, manually. - Add some way to disable Dynamic Help entirely I have no use for Dynamic Help, yet the window appears in my IDE at unpredictable times when I access the help system. Because my monitor is only 19", I don't have a lot of extra screen space for unused windows, and it's annoying to have to close this window every time it appears. - Add some way to disable the tree view's tracking of the currently selected file. This is beyond annoying; it's of no value and slows me down.

      J Offline
      J Offline
      James T Johnson
      wrote on last edited by
      #2

      Jim A. Johnson wrote: According to most UI guidelines, a double-click should correspond to what the user is most likely to want to do after selecting an object. Creating an arbitrary member function is not the next thing I want to do after I click on a control in the resource editor; the next thing I want to do is to edit the properties. Thats usually a one-time thing though; so the most commonly done operation after selecting a button would be to edit the code. I agree with your other two points though :) James Simplicity Rules!

      1 Reply Last reply
      0
      • J Jim A Johnson

        Here's my first round of suggestions for VC++ 7/ I'm trying to avoid simply saying "throw the damn thing out and start over"; these are intended to be somewhat less drastic. I hope someone from teh VC++ team is reading. - Restore original VC double-click behavior in resource editor. According to most UI guidelines, a double-click should correspond to what the user is most likely to want to do after selecting an object. Creating an arbitrary member function is not the next thing I want to do after I click on a control in the resource editor; the next thing I want to do is to edit the properties. If I double click prior to editing the properties, the member function that is added will have the temporary control ID in the finction name - OnClickButton2, for example, rather than OnClickDeleteButton. And so it must be deleted, manually. - Add some way to disable Dynamic Help entirely I have no use for Dynamic Help, yet the window appears in my IDE at unpredictable times when I access the help system. Because my monitor is only 19", I don't have a lot of extra screen space for unused windows, and it's annoying to have to close this window every time it appears. - Add some way to disable the tree view's tracking of the currently selected file. This is beyond annoying; it's of no value and slows me down.

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        Actually, the default behavior in VC 6 was to create/edit a function, which I also think is silly. You had to change that through the options dialog, so see if there's an option for it in v7. --Mike-- Buy me stuff! (Link fixed now) Like the Google toolbar? Then check out UltraBar, with more features & customizable search engines! My really out-of-date homepage Big fan of Alyson Hannigan and Jamie Salé. Sonork - 100.10414 AcidHelm

        1 Reply Last reply
        0
        • J Jim A Johnson

          Here's my first round of suggestions for VC++ 7/ I'm trying to avoid simply saying "throw the damn thing out and start over"; these are intended to be somewhat less drastic. I hope someone from teh VC++ team is reading. - Restore original VC double-click behavior in resource editor. According to most UI guidelines, a double-click should correspond to what the user is most likely to want to do after selecting an object. Creating an arbitrary member function is not the next thing I want to do after I click on a control in the resource editor; the next thing I want to do is to edit the properties. If I double click prior to editing the properties, the member function that is added will have the temporary control ID in the finction name - OnClickButton2, for example, rather than OnClickDeleteButton. And so it must be deleted, manually. - Add some way to disable Dynamic Help entirely I have no use for Dynamic Help, yet the window appears in my IDE at unpredictable times when I access the help system. Because my monitor is only 19", I don't have a lot of extra screen space for unused windows, and it's annoying to have to close this window every time it appears. - Add some way to disable the tree view's tracking of the currently selected file. This is beyond annoying; it's of no value and slows me down.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I've found that setting the following registry value gets rid of most of the problems with the Dynamic Help stuff: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.0\Dynamic Help\Never Show DH on F1 = "YES" Jason Wilden

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups