eclipseeclipse-plugineclipse-rcpnodeclipse

configer hot letters in Eclipse plugin menu (& does not work)


As Eclipse plugin developer, how to specify what letter in menu item would be hot.

For example, when user open File -> New (e.g. with Alt+Shift+N), then
make n to select _N_ode.js project
make p to select _P_hantomJS project
etc

I think I just need to add special simbol before the letter

into name="Node.js Express Project"

but & does not work.


(source: nodeclipse.org)


Solution

  • Just add & as &

            name="&Node.js Project"