Lars Hvam
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
currently the CI is running on Travis, suggest moving to Github Actions instead
when installing plugin, 
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, 
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...