[Pydev-code] Prev (command) and Next in debug eval window (Console).
Brought to you by:
fabioz
From: patrick f. <pa...@we...> - 2010-02-22 20:01:14
|
Hi - I've been wanting this feature for some time and it finally occurred to me that I might try writing it myself. Should ask first. I'm looking for an emacs-sytle Prev command and Next command for the debug-time eval windows (Console). Where with, say, a single keystroke command you cycle through a buffer of saved commands - including if the commands are multi-line (you get the command as one piece). Does this exist already? If not, then how hard would writing it be and what would be involved? Haven't done any eclipse plugin work yet, but I'm an experienced programmer and I believe I saw demos online already that walk you through the mechanics of doing a trivial plugin. I could go through that and get some sense of the landscape. thanx - pat |