fidley / ABAPFavorites

ABAP Favorites Eclipse Plugin
https://abapblog.com
37 stars 6 forks source link

Ability to open in a specific project #35

Closed MDagni closed 5 years ago

MDagni commented 5 years ago

Hi Lukasz. Is it possible for you to add an "Open in project > ..." or "Run in project > ..." option on the context menu of project independent objects? That way it would be easier to open or run an object without first switching to the desired project. If there are no windows open for that project, I have to open something first, then use the Favorites view in current situation.

By the way, I'm making these suggestions about projects because I have 4 systems I'm working on and they mostly have the same objects. My life would be a lot easier if these suggestions become real.

Thanks.

fidley commented 5 years ago

Hello @MDagni ,

Opein in project is already there since few versions. Use right click in the favorites list.

image

Cheers Łukasz

MDagni commented 5 years ago

I have version 1.0.27 but I can't see that option. I have installed using the update site http://abapblog.com/eclipse/plugin/ABAPFavorites/

image

MDagni commented 5 years ago

Also the "Logon To All SAP Systems" menu doesn't do anything. May be it has a problem with detecting open projects?

Check: Yes it has. When it's looking for open projects, it checks until the first closed project, and ignores the rest. In the screenshot you can see ACQ_300 project is closed, so Favorites only displays the first project.

image

fidley commented 5 years ago

hmm that's strange. I see all projects from my installation, doesn't matter if you're logged in or not. Which version of eclipse do you have and which version of ADT?

MDagni commented 5 years ago

It's not about being logged in. If you right click on a project and choose "Close Project", that project will be out of sight until you reopen it. You won't see it in Open ABAP Development Object > Browse dialog for example. I have Eclipse Photon 4.8.0 and ABAP Core Development Tools 2.102.4

fidley commented 5 years ago

ahh, ok. Thanks for clarifying. I will check that soon.

MDagni commented 5 years ago

I renamed my projects and deleted unnecessary ones without any fear, all thanks to ABAPFavorites! 👍 😄

image

fidley commented 5 years ago

@MDagni please try version 1.0.28

MDagni commented 5 years ago

That worked great! I closed the first project and one in the middle, it shows the remaining open ones correctly. Thanks 👍