mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 13:26:12 +08:00

* New "Switch" tab in repo settings This PR adds a new tab to the repo settings which combines all options for switching the repository to a different source: - Switch between "Online" and "Offline" - Switch to Branch, Tag, Commit, or Pull Request Note 1: Value help for URL history has not been implemented yet. Note 2: None of the existing related menu items have been removed yet. * Clean-up * Clean-up * Clean-up * Clean-up * Clean-up * Change to "Remote" - rename class - add "autosave" for on/offline switch - change "Switch" to "Remote" * Update on/offline switch * Update on/offline switch * Update zcl_abapgit_gui_page_sett_remo.clas.abap * Grammar Co-authored-by: Lars Hvam <larshp@hotmail.com>
17 lines
514 B
XML
17 lines
514 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_ABAPGIT_GUI_PAGE_SETT_REMO</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>abapGit - Repository Settings for Remote</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|