fidley / ABAPFavorites

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

Add possibility to add objects to favorites from context menu #28

Closed fidley closed 5 years ago

fidley commented 5 years ago

@BlueTeck This seems to be more complex than expected, or my knowledge of Java & Eclipse is too small :) I've asked Thomas Fiedler for the newest SDK in order to be able to complete that...

MDagni commented 5 years ago

Aah to bad, I've been eagerly waiting for this :)

fidley commented 5 years ago

@MDagni as former ABAP Developer the developments in Java are for me quite hard, or maybe not in Java but in Eclipse environment. I think I'm still not understanding fully the extensions and extensions points and that could be a problem :P

fidley commented 5 years ago

@MDagni @BlueTeck Ok, so I've started with this and it seems possible. Simply I was doing lot's of errors in past tries. I have now the object type and name, the next step will be to create a simple TreeViewer to select the destination of the adding an object. I will keep you informed about next steps

TimoStahl commented 5 years ago

@fidley thanks for your effort

MDagni commented 5 years ago

Have you finished it yet? Because I can see it works 😃 (with a small glitch)

fidley commented 5 years ago

Almost... as always on productive eclipse it works a bit different, with some bugs :) I'm trying to correct them :)

fidley commented 5 years ago

@MDagni does the window stays open for you as well after adding the object to favorites?

MDagni commented 5 years ago

Yes, that's the glitch I'm talking about.

fidley commented 5 years ago

@MDagni Should be now ok. There are two ways to add favorites -> context menu of project explorer and context menu of editor :) This second option should be also now visible after upgrade to 1.0.37

MDagni commented 5 years ago

Ah, I loved that one in the editor's context menu! It's easier to add now. Wonderful! Thank you so much for all your efforts. I don't know how many people use this, but I believe every ADT user should have this ❤️

fidley commented 5 years ago

Thanks :) Let's see if I haven't forgotten any type of object :) Have fun

TimoStahl commented 5 years ago

Thanks a lot!