Frederik Hudák
Frederik Hudák
I will keep this open anyway in case i'm ever bored and decide to catalogue all the regexes used in the parser
There was a test app, but it was deprecated https://github.com/github/linguist/issues/5844
1) The conversion does some strange things, it will have to be cleaned up https://github.com/shikijs/shiki/blob/bfba7fc163025bdf01b2d151f6bb5bef28eaa20b/packages/shiki/languages/abap.tmLanguage.json#L309 2) https://github.com/larshp/vscode-abap/blob/main/syntaxes/abap.tmLanguage should also be changed afterwards
Also split this into method definition and usage, since definitions don't contain parentheses and have some specifics in the syntax of their parameters, e.g. can't have `optional` or `returning value()`...
Hmm, I also thought this was a feature :). Some ideas: * when going back to repo page, reload instead of using cached page. this would mean reserialization but no...
- By chcekbox I mean any toggleable control, but I think abapgit currently doesn't have any custom ones yet. The add/reset requires too much space to be the first column....
I have part of it done, it shows the check variant/check result in an extra column on the main page: 
I've definitely seen this done IE compatible and I've never heard of position: sticky. IIRC, it's position: fixed that can do this as well.
I think it's coming from here: https://github.com/abaplint/vscode-abaplint/blob/730cf64ebcf4ba5e12cc6cf71e715a05b50fee2d/server/src/handler.ts#L109-L114
no, both branches contain a valid file with different contents. i think something gets messed up when git is checking out the files. I don't think it happens every time...