Tragen

Results 89 comments of Tragen

Same here. I copied an existing Application.xaml from MS Source to the folder and I can open the properties. To compile the project, you need to delete the file, else...

It's strange, now I cannot reproduce it anymore reliably. But it happens again and again.

I think it's not tough. The scrollbar knows already that there is "more". If you show CRLF and you press end, you just need to add the CRLF to the...

I opened a bug report with Scintilla, and they said N++ must implement the "fix" as it's already possible with Scintilla. https://sourceforge.net/p/scintilla/bugs/2342/ N++ needs to calculate the pixels CRLF needs...

I did it and it works. Mostly. I don't know it it's a bug in Scintilla (probably) or N++. When I set `editor.setXCaretPolicy(0x05,50)` I can jump to the end and...

I've tested this with Scintilla directly and it works, so it's a bug in N++ that you can scroll too far to the right.

After 2 hours of debugging why my ulong constraint isn't working, I stumbled upon this bug. For me it looks like a very basic feature. Please fix this soon. Also...

In my opinion, Example 2 should trow an error and is confusing. The ending string literal must be in its own line. So the string doesn't end with a new...

Thats easy. Add an empty line No empty line at the end. Last character in the string is > ``` var xml = """ """; ``` with empty line at...

@HaloFour A lot of other languages disagree with you. When you can have it on the same line, then you would have an empty line at the beginning in all...