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

* Vimium like link hint navigation After this commit is applied, the link hint navigation can be used. The feature can be activated and configured in the user settings. Role model is the link hint navigation in the Google Chrome plugin Vimium. * refactoring: introduce KeyNavigation prototype * refactoring: introduce LinkHints prototype
30 lines
801 B
XML
30 lines
801 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_W3MI" serializer_version="v2.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<NAME>ZABAPGIT_CSS_COMMON</NAME>
|
|
<TEXT>Abapgit common CSS</TEXT>
|
|
<PARAMS>
|
|
<WWWPARAMS>
|
|
<RELID>MI</RELID>
|
|
<OBJID>ZABAPGIT_CSS_COMMON</OBJID>
|
|
<NAME>fileextension</NAME>
|
|
<VALUE>.css</VALUE>
|
|
</WWWPARAMS>
|
|
<WWWPARAMS>
|
|
<RELID>MI</RELID>
|
|
<OBJID>ZABAPGIT_CSS_COMMON</OBJID>
|
|
<NAME>filename</NAME>
|
|
<VALUE>common.css</VALUE>
|
|
</WWWPARAMS>
|
|
<WWWPARAMS>
|
|
<RELID>MI</RELID>
|
|
<OBJID>ZABAPGIT_CSS_COMMON</OBJID>
|
|
<NAME>mimetype</NAME>
|
|
<VALUE>text/css</VALUE>
|
|
</WWWPARAMS>
|
|
</PARAMS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|