Lars Hvam
Lars Hvam
how? plus is this needed?
auto update project tree after pull
Hi, In ZABAPGIT, the creation of repositories happens without automatic pull(https://github.com/larshp/abapGit/blob/master/changelog.txt#L169), this gives a better split of operations and error handling, plus gives the user an overview of what will...
Throwing ideas today... I do not use Eclipse very much, and it was very easy to create a plugin view, since there is a template for it. But I guess...
Some of the methods exposed to `adt.ui` via `IRepository` is state that is handled by the backend, eg `setKey`, `setFirstCommit`, `setCreatedBy` Some others like `setUrl`, `setBranch` can be seen as...
Suggest placing somewhere under http://docs.abapgit.org
state in FAQ and/or readme.md + Vanilla ADT required + connection to backend required + ADT_Backend installed on backend
suggest creating custom exception class instead of reusing CX_ME_ILLEGAL_ARGUMENT The exception is from package "Mobile: Core Components", application component BC-MOB. By having a custom exception class we can remove this...
Hi @Sumu-Ning, I would like to rename the classes so everything is prefixed with "ZCL_AES_", my suggestion: rename ZCL_BYTE_PADDING_UTILITY to ZCL_AES_PADDING rename ZCL_PADDING_UTILITY_NONE to ZCL_AES_PADDING_NONE rename ZCL_PADDING_UTILITY_PKCS_5 to ZCL_AES_PADDING_PKCS_5 rename...