Bug 364604 - "Format" action not available in "Source" menu
Summary: "Format" action not available in "Source" menu
Status: NEW
Alias: None
Product: DLTK
Classification: Technology
Component: Common (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dltk.common-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-23 09:49 EST by Kevin KIN-FOO CLA
Modified: 2011-11-23 09:52 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin KIN-FOO CLA 2011-11-23 09:49:21 EST
Hi,

I implemented code formatting with extension point org.eclipse.dltk.ui.formatterFactory . When in right click on editor, in contextual menu a "Source > Format" option appears as expected.
But this option is absent from the "Source" menu, whereas in JDT, for example, it is handy to find it there.
Was there a reason not to include "Format" in the "Source" menu?