Parent Directory
|
Revision Log
|
Patch
revision 155 by william, Mon May 28 04:10:38 2012 UTC | revision 245 by william, Sun Jun 3 14:50:09 2012 UTC | |
---|---|---|
# | Line 230 namespace RomCheater.Logging | Line 230 namespace RomCheater.Logging |
230 | //} | //} |
231 | //logger.VerboseDebug.WriteLine("current line: {0}", line); | //logger.VerboseDebug.WriteLine("current line: {0}", line); |
232 | } | } |
233 | txtLog.SelectionStart = txtLog.Text.Length * 2; | txtLog.SelectionStart = position; |
234 | txtLog.ScrollToCaret(); | txtLog.ScrollToCaret(); |
235 | txtLog.Refresh(); | txtLog.Refresh(); |
236 | //autoscroll_timer.Enabled = false; | //autoscroll_timer.Enabled = false; |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |