-
E.g. in this file: https://github.com/dotnet/winforms/blob/master/src/Common/src/UnsafeNativeMethods.cs
We have the following example code
```cs
[DllImport(ExternDll.Oleaut32, PreserveS…
-
```[tasklist]
### Desiderata
- [x] Diagnose why the markdown renderer does this (it's just what Marked does)
- [x] Decide if the workaround suffices (yes)
- [x] NIX: Find other instances where we …
-
getSelection works fine if all lines in buffer are shorter than current scratchpad window width. But once a line overflows and is wordwrapped, the calculation for newlines doesn't seem to match what t…
-
### Describe the bug
Newline auto-fixes can in very specific configurations result in code that does not compile. See code example.
### Code example
Configuration:
`"newlinesBetween": "alw…
-
LLM's can respond with a wall of text, and in an interactive session, it can be hard to distinguish the different responses, or find the start of my most recent question vs. the end of the previous an…
-
I want to be able to add newlines in text components, but putting \n into the box escapes the string to \\n, and putting it into the json leaves an empty box.
Maybe add a type that's just a new lin…
-
In [this thread](https://secure.helpscout.net/conversation/2706663565/5562), we got a [solid reproduction](https://gist.github.com/caspark/c1050053b7ae604579f84f34e342d116) of an issue where emails cr…
-
**Describe the bug**
I use a sentence splitter to divide my plaintext to annotate into regions for annotation of choices (my corpus is multilingual so I need language-specific sentence splitting for …
-
It currently requires more unquoting and quoting than desirable to
generate source code that uses separators.
In the following code the newlines are separators. If they would not be,
there will…
-
### Check for existing issues
- [X] Completed
### Describe the feature
In the find/replace fields, you should be able to:
* Type a newline
* Currently: You have to copy+paste a newline
*…