Closed stockbal closed 5 years ago
Hello @stockbal , I will try to adapt as you wish, I had similar idea, but without SDK it's kind hard to figure out what is possible :)
Cheers
Hi @stockbal , this should make you happy ;)
Cheers Łukasz
Hi @fidley,
thank you very much :). I just tried it. Works like a charm
Best Regards Ludwig
Have fun ;)
Hi @fidley,
Sometimes it would be nice to always stay inside the opened Transaction (e.g. SE80). As it is now, any time I try to open an Object from SE80 it will opened in a new editor in eclipse (e.g. Class, Interface, ...).
Could you please offer a preference setting for this? It could be named like "Navigate to eclipse for supported development object" - the same way SAP does it in the dialog to open a new integrated SAP GUI Editor.
The Implementation part should be a simple matter. Just take the preference setting and pass the boolean value to the
enableEclipseNavigation
parameter of the methodopenEditorForObject
https://github.com/fidley/ABAPFavorites/blob/86db006c1a8541b215f8420b795d451bc715bf30/ABAP%20Favorites/src/com/abapblog/favorites/superview/Actions.java#L624
All the best Ludwig