Community
Participate
Working Groups
I was following the Cheat Sheet called "Create a rich client application". In the sheet "Create a plug-in", in the task "Modify the plug-in source", the instructions say to "Comment out 'configurer.setTitle("Hello RCP");' in the "preWindowOpen()" method. There is no such line in the ApplicationWorkbenchWindowAdvisor.java.
Created attachment 144193 [details] Patch The template was changed for making settitle appear only if branding is not enabled. This caused the cheatsheet go out of sync. The patch modifies the cheatsheet to add settitle instead of commenting it out and verify the same. Trivial change.
Problem is the higher level description in the cheat sheet says: In this step, we want to suppress the <b>Hello RCP</b> text in the window title bar of our RCP application. Still probably easiest to just update the cheat sheet to update the window title rather than remove it.
Created attachment 144307 [details] Patch corrected the higher level description too.
I tried a quick run through of the cheat sheet and it looks good. Applied patch to HEAD.
Verified.