Issue
I have a new clean install of eclipse (CodeReady 12.17.0) and upon startup in a new workspace, the 'Source' menu appears for a second, see screen shot below.
But within a second the Source menu is gone and even after creating a project it does not return...
Even after customizing the perspective to make the Source menu Visible, the Source menu items are greyed with an XML source file open.
How can I fix this?
Solution
The Source menu only applies to Java source files and is not shown when other file types are being edited.
I think it appears briefly during startup as it is part of the default set of menus for the perspective. It is then hidden when it is determined that no Java source file is being edited.
Answered By - greg-449