Ekopalypse

Results 107 comments of Ekopalypse

For a workaround see #13133

Yes, I see the 1-second timeout, but no error message that the server is still running, ``` 2021-11-23T13:48:29.472 [trace] serverbase\source\served\serverbase.d:175:__lambda17 Calling shutdown 2021-11-23T13:48:29.472 [trace] serverbase\source\served\utils\async.d:79:setTimeout Setting timeout for 1 sec...

A wrapper to the [C++ Interface provided by scintilla](https://www.scintilla.org/ScintillaDoc.html#LexerObjects).

@mahee96 No, it is not new, I assume the ILexer interface is about as old as scintilla itself. I assume you are talking about the scintilla.iface file, which is used...

@mahee96 But FoldFlag enum is something else and is used by the call SCI_SETFOLDFLAGS. SCI_SETFOLDLEVEL sets the current level per line and is used to determine which rows must be...

No, these are the flags which need to be used in combination with additional integers. Let me give you an example, assume in the following code and we want to...

Maybe this example is more descriptive ~~~ public { { { value } } } ~~~ The lines need to be set like 0x0400 0x2400 0x2401 0x2402 0x0403 0x0403 0x0402...

@mahee96 - just to be clear, I am a C# noob. This is my very first C# project, so my knowledge of C# is actually .... non-existent. The PR makes...

Just for my understanding, there are no open issues that concern me, meaning where I should/can help or provide information? Please do not misunderstand this post, no pressure should be...

SCI_MULTIPLESELECTADDNEXT - let's say you want to change only within a function block but not generally then you could hit the key stroke multiple times and only the selected ones...