Łukasz Pęgiel
Łukasz Pęgiel
I'll try to reproduce on my machine with same version if I'll be able
I'm not able to reproduce this. Can you pack your installation and put is somewhere that I can download?
Thanks, now I have a point where I could catch the error :)
please try the installation of the version 1.0.64 available from now.
Hello @g-back, that sounds good. But be careful those quick fixes were done using regex. I'd recommend to use the tokens like in here https://github.com/fidley/ABAPQuickFix/blob/master/ABAP%20Quick%20Fix%20Plugin/src/com/abapblog/adt/quickfix/assist/formatter/AlignOperators.java Could solve some issues. Would...
An ideas to extend this: 1. Maybe could be a good option to create a Toolbar menu entry which will serve to apply such mass quick fixes? 2. There could...
@g-back any news here? Or you quit the idea of doing it yourself? :)
Very good one. I'll add it when I will finally touch it again. Hopefully very soon.
Hi Misha, you can use VARIANT variable (type DISVARIANT) before display method. It is public in the FALV object. `falv->variant = value #( report = sy-repid variant = 'your_variant').`
Hi Misha, sorry for not answering directly but I forgot. Normally this is the first time I see the difference between calling FALV with GUI toolbar usage, and FALV with...