Bug 18491 - Instructions for running plugin are incorrect
Summary: Instructions for running plugin are incorrect
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: Other Windows 98
: P1 normal (vote)
Target Milestone: 2.0 F2   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-31 14:15 EDT by Dave Thomson CLA
Modified: 2002-05-31 14:32 EDT (History)
0 users

See Also:


Attachments
Bitmap showing incorrect instructions (325.27 KB, image/bmp)
2002-05-31 14:17 EDT, Dave Thomson CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Thomson CLA 2002-05-31 14:15:58 EDT
Build 0531
Create a new plugin project using wizard.
Select Plugin with a view template.
Accept all defaults.
Finish
Instructions to run are incorrect (***see attached bitmap).  The instructions 
reference a Debug menu which does not exist, and if you click the run link, you 
are left in a dialog that has a grayed out Run button so it is not possible to 
run the plugin (unless of course you know the secret - that you have to make a 
new configuration - but this is too obscure for a beginning user).

I suggest something like the following:
Change the instructions to tell people they can run or debug the plugin by 
using Run->Run As->Runtime Workbench or Run->Debug As->Runtime Workbench 
respectively.  This allows them to easily run it while bypassing the confusing 
Run... dialog which is a more advanced feature.  Either remove the run link 
altogether, or explain that if they click on this they will be able to set 
advanced parameters.
Comment 1 Dave Thomson CLA 2002-05-31 14:17:23 EDT
Created attachment 1145 [details]
Bitmap showing incorrect  instructions
Comment 2 Dave Thomson CLA 2002-05-31 14:18:21 EDT
I just noticed that there is text further down that also mentions the Debug 
menu, which does not exist.  This also needs to be fixed.
Comment 3 Dejan Glozic CLA 2002-05-31 14:18:50 EDT
The code I am releasing today uses the same run shortcut used in 'Run As->Run-
time Workbench', providing a one-click run or debug. I will modify text to 
reflect changes in the menu.
Comment 4 Dejan Glozic CLA 2002-05-31 14:32:16 EDT
Done. The text has been updated to point to the existing menus and the 
hyperlinks directly start the workbench (no launch config dialog).