angelickite
angelickite
I encounter this issue using the keybinds for - `Multi selection up relative to anchor selection` - `Multi selection down relative to anchor selection` ``` Version: 2024-06 (4.32.0) Build id:...
### Additional information There are several variables to consider when pasting text: - Clipboard content (source) - single line - multiple lines - Selection (target) - single range - multiple...
What exactly are you after in a pull request? (serious question) I can share the modifications I would apply, i.e. `String toInsert = contents`. That`s it. This covers my workflows...
It would help if you could share a minimal example with which the problem becomes reproducable on your machine.
A structure I could see work is something like - libgdx - libgdx-html - libgdx-desktop - ... for the 'public' API, and then - libgdx-internal - libgdx-html-internal - libgdx-desktop-internal -...
If groups turn out to only 1-2 items each, a better structure might be: - libgdx - desktop:dist - html:dist - ... i.e. only have one libGDX group with all...