Log of /trunk/RomCheater.Logging/LogWriter.cs
Parent Directory
|
Revision Log
Revision
802 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 7 12:23:46 2014 UTC
(7 years ago)
by
william
File length: 12672 byte(s)
Diff to
previous 801
(
colored)
LogWriter: when AutoScoll status changes, make sure to scroll to the bottom (don't wait for the TextChange event to fire)
Revision
309 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 5 14:07:27 2012 UTC
(8 years, 10 months ago)
by
william
File length: 12950 byte(s)
Diff to
previous 308
(
colored)
+ fix auto scroll, so that it will only scroll when the log is updated and not on a timer
+ tidy up old (obsolete) code
Revision
306 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 5 13:46:05 2012 UTC
(8 years, 10 months ago)
by
william
File length: 16294 byte(s)
Diff to
previous 303
(
colored)
use: txtLog.text += value;
rather than: txtLog.AppendText(value);
which cause the log window to scroll past the end.
NOW, it stays at the top
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.