Frederik Hudák

Results 51 issues of Frederik Hudák

As it can't really be guaranteed they're not used from some other package.

The grammar is not very easy to read or edit in xml format. I'm suggesting removing the xml and converting it to json or yaml. Both can be done automatically....

Should at least recognize the function name as entity.name.function.abap. Parameters are where things will get complicated and should probably be in a separate PR. There are also functions in the...

Should cover: - type - type ref to - table types - constructor operators like CORRESPONDING typename( - the inferred type # - the class name in static method call...

Currently the whole literal is the same color.

Compare these two: ![code_2018-10-09_13-28-20](https://user-images.githubusercontent.com/5097067/46666579-503e7100-cbc7-11e8-84b3-24550f328f6a.png)

Currently, trying to convert a file formatted with line breaks or other whitespace works like this: ```xml match (?ix)(^|\s)( at|case|catch|continue|do|elseif|else|endat|endcase|enddo|endif| endloop|endon|if|loop|on|raise|try )(?=\s|\.|:) name keyword.control.flow.abap ``` Notice the \r\n\t in the...

Seems like a natural choice of actions. After pull, refresh diff to confirm there are no remaining differences.

new feature
user interface

After #5002

new feature
code inspector

The add/reset links should really be checkboxes like in the patch page (which also had add/remove links previously). ![image](https://user-images.githubusercontent.com/5097067/76703743-1767cd00-66d4-11ea-8de2-24162fc02d96.png) What makes it problematic there is an extra section which has...

user interface