abapGit/docs/guide-ui.md
Alexander Tsybulsky 739b14ab6a Command palette: Git actions (#2908)
* enumerateToolbarActions

* command prefix

* docs
2019-09-09 21:34:30 -07:00

932 B

title category order
UI features getting-started 40

abapGit UI has several unobvious but convenient features

Command palettes

Command palettes is a popular UI control available in modern editors like Sublime, VSCode, Atom and etc - this is a control called usually by Ctrl+p or F1 combinations.

command palette example

Command palettes are available:

  • in the main page (repository overview), on F1 key, to call a command from toolbars in the screen (new repo, pull, state, advanced commands ...)
  • in the main page (repository overview), on F2 key, to go to arbitrary installed repo instead of choosing it from favorites or full list
  • todo - at diff page

To do

  • keyboard navigation
  • keyboard shortcuts
  • news ??
  • repo list page (it is unobvious that it exists)
  • stage file-by-file selection ?
  • stage patch
  • main page repo list settings (files only ...)
  • ...