Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] proposal for a new eclipse command and project menu entry to open the pom.xml of the current project

Some improvements are available if you enable JDT's breadcrumbs [1].
With this, you can select the current project within the current editor,
and use the appropriate drop-down to find its pom.

In fact, Alt+Shift+B some lefts and some downs should do the job
without ever touching the mouse.
"Project Properties" is: Alt+Shift+B some lefts then Alt+Enter.

Stephan

[1] http://help.eclipse.org/neon/topic/org.eclipse.jdt.doc.user/reference/ref-java-editor-breadcrumb.htm

On 15.05.2017 20:31, KARR, DAVID wrote:
If it matters, I have also noticed that it feels like it should be easier to navigate directly to “project-global” files (files that
affect the entire project) from the source view of a file in that project. Opening the POM is a common one I have to get to.
However, I would say the same thing about the “Project Properties” dialog. Anything that forces me to mouse over to the Project view
and select my current project gets in my way.  I would do everything from the keyboard if it was convenient.



*From:*m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] *On Behalf Of *thomas menzel
*Sent:* Friday, April 21, 2017 8:47 AM
*To:* m2e-users@xxxxxxxxxxx
*Subject:* [m2e-users] proposal for a new eclipse command and project menu entry to open the pom.xml of the current project



hi folks,

i was wondering if u guys would also find this new feature helpfull ?

why was i thinking of this?

a) i hardly use the mouse to navigate my UI as keyboard is way faster

b) i'm stuck now in an RCP/J2EE project with a ton of projects in my workspace with 95% using maven and thus have a pom.xml

mostly i navigate with "open resource" and then the camel case search. however, this isnt cutting it for for pom.xml, while pom.xml
is short it is very tedious to pick the one for the current project from the list.

hence the idea to have a command for this:

label: Open Current Pom

and ideal place would be to have it in the project menu with the access key 'Open Current P&om'



@the devs

i'm willing to contribute this, for all if there u let me and give pointers into the code



so long

tom



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users




Back to the top