For those of you who don’t know, Domino R8 now runs in Eclipse. Eclipse is a Java based application and can be rather memory intensive. You can see the allocated Java Virtual Machine space (heap size) in your designer by going to:
File –>Preferences—>General

And this shows you the heap size and allows you to clean it up and speed up your designer client.

The problem is when you check and save this open it is not remembered from one designer session to the next – even though it remains checked it is not displayed.
Here is way for us lazy/productive people to turn this link on with the minimum of effort:
Keyboard only
- Alt+F
- F
- (Type) General
- Enter
- Enter
Gaming Keyboard (Productivity Enhancer)
Even better when you can program your gaming keyboard to do a single button push for you 🙂

StrokeIt
StrokeIt is a Windows Mouse Gestures program or in their words “an advanced mouse gesture recognition engine and command processors”. It can be programmed to perform almost any shortcut task – here is the Show Heap

Anything else?
- There is AutoHotKey which is another shortcut program
- There is Ben Poole’s SendKeys replacement but I have had timing issues with that and cannot get it to work consistently.
- I’d like to do it in @Formula and add it to a toolbar button
- Let me know what you’ve come up with…!