-
As you may have noticed, we are using RichTextBoxTarget quite extensively. It's very handy to keep track of all the actions visually. We also using the target to store information on exceptions happen…
-
Hi,
i'm using NLog 4.1.0.0 and NLog.Windows.Forms 2.0.0.0. If WordWrap is enabled for a RichTextBox and the lines are wrapped, then strange behavior occurs. Old lines are not removed and the RichText…
ghost updated
9 years ago
-
```
What steps will reproduce the problem?
1. In Production Web Server, when I try to invoke messenger.Connect()
2.
3.
What is the expected output? What do you see instead?
I got this exception
Syste…
-
```
What steps will reproduce the problem?
1.Start with working library of movies already scanned movies.
2.Copy new folder/movie into existing library path
3.Perform Lib Update (new entry shows green…
-
After updating to NLog 4.0.1 (from 3.2.0) our apps began to crush on one machine where previous versions were working fine.
What we currently know:
- Apps continue working on other machines, so far o…
-
Python 3.5 support pythonnet. It supports up to 3.4.
-
A RichTextBoxTarget is acuumulating lines although maxLines is set to a value greater zero. If i log a longer message and my RichTextBox control has set WordWrap=true it will wrap the lines. The curre…
-
Currently I'm using Scintilla with WrapMode on Word and it works great. I'm also making it scroll to the bottom to keep up, which is where the problem occurs. It only scrolls the first line into visib…
-
Output panel's new theme-customizable colors are great, but Flash Log Viewer still showing results in black. I think it should use same color as the Output panel does for Debug (trace) lines.
-
Hello,
I'm trying to write a MUD (telnet) client using ScintillaNET to control styles - but to use Scintilla as I understand it, this requires a ton of styles to be set (16 bits of color plus flashing…