As I start to learn Java I am going to document some of the shortcuts I find and / or people show me (more likely)- very helpful.
F4 – Class hierarchy
Click on a Class
F4
Sweet
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
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?