I use the Force.com IDE and sometimes execute anonymous blocks of code through the Execute Anonymous view. I have used other tools like SQL Developer from Oracle and they keep a persistent history of executed queries.
I know that the result of the execution contains the debug log and that I can set up a debug log for a particular user, but I'm looking for something a bit different.
Is there some place that a history of anonymous block executions is persisted, preferably available in the IDE or possibly in Salesforce itself? I'm not really interested in the result, but just the block that was executed.
I'm hoping for something in the IDE that would allow me to call up previously executed blocks, but I'd be willing to use other tools such as the Developer Console or third party tools.
