Lars Hvam

Results 648 issues of Lars Hvam

valid code, ```abap TYPES: BEGIN OF ty_new_data, letter TYPE c LENGTH 1, number TYPE i, END OF ty_new_data. DATA tab TYPE SORTED TABLE OF ty_new_data WITH UNIQUE KEY letter. DATA...

VALUE in DATA parts of CLASS DEFINITION are ignored

bug

currently the CI is running on Travis, suggest moving to Github Actions instead

when installing plugin, ![image](https://user-images.githubusercontent.com/5888506/45172865-dbae9600-b206-11e8-83d7-f5b06fe15ba5.png)

backend vs frontend How to handle new/changed features in ADT_Frontend vs ADT_Backend

I have trouble listing the code with on a 24" monitor, ![image](https://user-images.githubusercontent.com/5888506/53335962-2e872180-38fd-11e9-9e62-9b846d397248.png)

add more information/decide release process

Under the system have a list of abapGit packages Mark abapGit packages with special icon(like eGit) Allow right clicking packages to open abapGit details for package also see https://github.com/andau/abapCI/issues/17

Hi, Any tips for debugging the ADT_Backend when triggered via ADT_Frontend? When I set a breakpoint, and there is a modal popup in eclispe, the code does not stop at...