Arash
Arash
Use property `CurrentPosition` for getting the current position. And call method `GotoPosition` to set the Caret to a specific a position.
Sorry I don't understand you. Method GotoPosition accepts the character position not a line number.
You can look at `Lines` property which each of them has the `Position` and then use `GoToPosition`.
If that helps... by changing Editor.IdleStyling from AfterVisible to ToVisible the issue goes away. Any thoughts?
@petterlopes Can we use ConfuserEx for .Net Core 2.0 assemblies as well?
Here is what I have in mind: the DB transport is generally very easy as most of the applications that want to use BUS capabilities are generally complex enough that...