DeepSeaPlain
DeepSeaPlain
I am trying to copy a URL to a config file and the "`&`" character and everything behind it gets cut off. Example URL: `https://example.com/data/?id=6969&token=1A2B3C4D5E6F7G8H9` `"--usedUrl=https://example.com/data/?id=6969&token=1A2B3C4D5E6F7G8H9"` The result is: https://example.com/data/?id=6969...
 I open the IntelliJ settings. -> Editor -> Code Style -> Dart (see screenshot) I change the line length from 80 to 150 and I click on apply but...
## Steps to Reproduce I have a view with a TextFormField and a custom TextInputFormatter. I klick into the TextFormField and i type 2 characters and then switch to the...