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

* Dialogs: New pages for global and personal setting Redesign of abapGit settings using HTML forms. Two functional changes to old settings page: - "Development Internal Settings" are only visible when using the developer version (not in standalone program) - "User-specific hotkey settings" are not available anymore. The default hotkeys continue to work as before. Global/Personal settings can be reached using hotkeys "x" and "y". * Lint * Hide button * Change to top menu * Remove old page * Remove old page * fix links Co-authored-by: Lars Hvam <larshp@hotmail.com>
17 lines
501 B
XML
17 lines
501 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_PERS</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>abapGit - Personal Settings</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|