ConjuringCoffee

Results 41 issues of ConjuringCoffee

As discussed in: https://github.com/SAP/abap-cleaner/issues/187#issuecomment-1803585165 Currently, the settings can only be accessed by starting a clean-up. I think it would be great if the ABAP Cleaner settings could be accessed through...

out of scope

Hi Jörg-Michael, I'd like to request a new rule to automatically add line-breaks in ABAP Doc to keep the length of lines to a certain limit, e.g. 120 characters. As...

new cleanup rule

I'd like to request a change to the behavior of the rule "Standardize empty lines in class definitions". Here's how I like class definitions to be formatted: ```abap CLASS lcl_example...

new option

The following pop-up appears during installing: ![image](https://github.com/SAP/abap-cleaner/assets/72548231/e59f6cef-750c-4c5a-927f-d10636d0f385) Is there a problem with the plug-in's certificates?

enhancement
help wanted

I'd like to request a new rule to order the method implementations based on the order of the method definitions. Example: ```abap CLASS lcl_example DEFINITION CREATE PUBLIC. PUBLIC SECTION. METHODS...

discussion wanted
new cleanup rule

Hi Jörg-Michael, I'd like to have the option to align the `REDUCE` command. Thanks! 😊

new cleanup rule

Hi Jörg-Michael, I've got another feature request for you. 😇 Would it be possible to provide a feature to remove unnecessary square brackets for tables without header lines? (Of course,...

new cleanup rule

This is a follow-up to #53. Here's an example: ```abap CLASS lcl_example DEFINITION CREATE PUBLIC. PUBLIC SECTION. PROTECTED SECTION. PRIVATE SECTION. DATA: BEGIN OF variable, field_1 TYPE bapiret2, field_2 TYPE...

enhancement

Hi Jörg-Michael, during the testing of #35 I found an example which doesn't fully work. I'm opening a new issue because the change being done isn't attributed to "Align declarations",...

enhancement

I'd like to be able to contribute to this project, but I don't really know how to get started. Would it be possible to provide some kind of architecture overview?...

documentation