Debugger: Add Run to/Jump to Line to text editor context menu.

Remove actions from debugger plugin as they are not directly usable.
Create additional actions in context menu.

Move some code around to find the current editor.
This commit is contained in:
Friedemann Kleint
2010-11-04 11:46:16 +01:00
parent 4ad493c958
commit 3d1f23b78b
5 changed files with 131 additions and 84 deletions

View File

@@ -238,5 +238,6 @@ bool StackHandler::isDebuggingDebuggingHelpers() const
return false;
}
} // namespace Internal
} // namespace Debugger