Markus Ast

Results 221 comments of Markus Ast

- [x] Bug: When selecting text from right to left, the selection isn't replaced with `insertAtCursor` (neither does `deleteBackward` work)

> "\n" i think would do the enter button "\b" would be backspace(?) \b doesnt seem to work as backspace Backspace needed indeed a new method. I've added `text:deleteBackward()` in...

The above commits contain the following API changes for extensions: - `addRow` removed, `addButton` can now be called directly - `insertAtCursor` renamed to `insert` - `insertBelowCursor` renamed to `insertBelow` Furthermore,...

> for extension/plugin ordering, the default to alpha ordering, adding a numeral to the front of the name will allow it to be ordered as desired I was thinking about...

That is very odd, would you be able to send me the mission so that I can check whether I can reproduce it (you could send it to the email...

Or actually, there is something else you can do first. Enable debug logging, try again, and post the logs. You can enable the debug logging by setting `"debug": true` in...

Thanks for the report! That seems to be an interesting one. I am unable to reproduce it while sitting in an F16 or F/A-18, but can reproduce it in an...

@M00niebrav0 thanks for jumping in and confirming that you also have the issue, that helps to know! > Steps to reproduce. > > * Have DCS Scratchpad open. > *...

Stumbled upon the same issue. The Readme seems to be outdated. The following works ``` Spree::PrintInvoice::Config.set( page_layout: :portrait, page_size: 'A4' ) ```

I agree with what has been mentioned before, it would be nice - if there would be a way to not always go through all filters (like having a conclusive...