mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Git client for ABAP
![]() * Introduce customizable hotkeys With this commit customizable hotkeys are introduced. They can be defined in the user specific settings. Currently we support only one letter keybindigs e.g. 's', 't' or 'x' and no modifiers. Every page in the UI can decide which actions it offers for the hotkeys. Therefore we introduce the interface ZIF_ABAPGIT_GUI_PAGE_HOTKEY with the method GET_HOTKEY_ACTIONS. At this point in time only the main page offers actions for hotkeys, but the mechanism works already for all pages. New actions for hotkeys can be defined easily. Hotkeys are only available for installed abapGit repositories. Because we need to detect the classes which implement the above mentioned interface and it seems that there is no easy way to do that for local classes. Maybe we can add it later when we know more. We don't supply default key bindings. So it is totally up to the user to define them. * provide default hotkeys |
||
---|---|---|
docs | ||
src | ||
.abapgit.xml | ||
.gitignore | ||
.travis.yml | ||
abaplint.json | ||
changelog.txt | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
README.md | ||
travis.sh |
abapGit
Git client for ABAP
Works with: GitHub, GitLab, Assembla, Bitbucket, abapGitServer, SCP, AWS, TFS and more
ABAP Version: 702 or higher
Latest build: zabapgit.abap
Design Goals
- Easy installation
- Easy upgrade
- Small system footprint
- Code readable in git repository
Documentation/Guides
Projects using abapGit
See dotabap.org
FAQ
For questions/comments/bugs/feature requests/wishes please create an issue