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

* Toggle display of hidden characters on diff page Time for something new... I added a toggle switch to the diff page that allows you to show otherwise hidden characters. - CR end-of-line - Spaces - Tabs - Byte-order-mark Closes https://github.com/abapGit/abapGit/issues/2124 Closes https://github.com/abapGit/abapGit/issues/3676 Improves https://github.com/abapGit/abapGit/issues/2804 * Add ini Co-authored-by: Lars Hvam <larshp@hotmail.com>
17 lines
489 B
XML
17 lines
489 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_SYNTAX_TXT</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>Plain Text Highlighting</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|