Hi!

Some small, some big changes:

- Add "Toggle Breakpoint" to the context menue in the edit window.
- Add "Add Watch" to the context menue when right click on an (marked) var.
- Add "Rename" to the context menue of the watch window.
- Show the value when the mouse hovers on an var name (in debug run). Maybe with a sticky-button
- Add "Jump to defintion" and "Show references" to vars and functions at the context menu. The first jumps to the declaration of it. The second uses your "Find in Files" with the var/function name filled in.

- Optimize for wide-screens, my code uses mostly the half of the screen witdh.
Let the CommandHelp/Watch/Output window dock on the sides.
Seperate them all, also Code Jumper/Project Files/Templates, so that I can see all/my selection simultaneously.

Chris