Hello,
my question is, where do i have to post questions to do some very little enhancements to abap for eclipse?
I would like to mention the following things:
- Completition of comments:
If there is a multiline comment and you want to add a line to it (at a middle position), the comment should automatically extend to that line ( like java does it). Currently, this is only a blanc line.
- add templates for class creation:
we have coding guidelines, where we have to enter some predefined thing to newly created classes ad function modules. Would it be possible to do this automatically?
- Format of date inserted with templates
Is it possible to do a custom formating on this date (${date} should look like 2015/03/25) How can I do this?
- get the name of the current module / method / class to insert a comment via a template ( do a comment in method getPrice( ) would give a return of getPrice as a variable
If there are questions, please ask. I hope someone can help answering this.
Kind regards
Karsten Roehle