andau / abapCI

Continuous Integration for ABAP
MIT License
62 stars 14 forks source link

start abapGit from editor and quick access #19

Closed christianguenter2 closed 5 years ago

christianguenter2 commented 5 years ago

It would be very nice if we could start abapGit from any editor (with an development object assigned to a package) and via the quick access menu. If I try to start abapGit via quick access currently the following message appears.

image

image

andau commented 5 years ago

Hmm. Does the quick access menu also not works if you link the editor with the project explorer (double arror icon in the project explorer view)?

I have two options, I can use the current selected item in the project explorer and the current active editor. As the extraction of the package is much harder from the editor I sticked to the project explorer selection.

But well maybe the active editor should be the primary source of truth - i am still not sure whats the best approach also regarding implementation effort.

christianguenter2 commented 5 years ago

Even when the editor is linked with the projekt explorer the quick access doesn't work.

andau commented 5 years ago

I think I have a solution for that, not much effort but maybe I have to skip it after Christmas. A bit of patience please.

christianguenter2 commented 5 years ago

Great, no stress at all.

andau commented 5 years ago

quick access should now work at least for the most common ABAP objects: classes, interfaces, ...