Author Topic: Suggestion: Watches drag and drop  (Read 3675 times)

Offline yakumoklesk

  • Multiple posting newcomer
  • *
  • Posts: 34
Suggestion: Watches drag and drop
« on: August 23, 2007, 06:18:49 pm »
I would suggest to this wonderful IDE a simple functionality that would make debugging much comfortable. Drag a selected variable from the source window and drop directly to the watches window. This exists in MSVC and it was of very use for me.

Thanks for reading.

David.

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: Suggestion: Watches drag and drop
« Reply #1 on: August 23, 2007, 06:47:27 pm »
Tip: You can right click on a variable and select "Watch '$variable'".

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Suggestion: Watches drag and drop
« Reply #2 on: August 23, 2007, 08:14:10 pm »
the only thing that's annoying about that is when the IDE thinks it's smarter than the user and tries to suggest the whole word at the cursor rather than the text I selected. particularly annoying when I want to watch
Code
foo->bar[i]
not
Code
foo

Offline yakumoklesk

  • Multiple posting newcomer
  • *
  • Posts: 34
Re: Suggestion: Watches drag and drop
« Reply #3 on: August 23, 2007, 09:08:19 pm »
Tip: You can right click on a variable and select "Watch '$variable'".

I new, but I don't like much contexts menus nor any kind of menus. They slow the work. I like shorcuts. Menus must exist for the inexperienced user.