Revision
309 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 5 14:07:27 2012 UTC
(11 years, 6 months ago)
by
william
Diff to
previous 308
+ 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 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 5 13:46:05 2012 UTC
(11 years, 6 months ago)
by
william
Diff to
previous 303
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
Revision
291 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 5 10:26:49 2012 UTC
(11 years, 6 months ago)
by
william
Diff to
previous 269
+ when args is a zero-length array (we don't need and format specifiers, change { and } to {{ }} respectively
Revision
99 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 23:23:38 2012 UTC
(11 years, 7 months ago)
by
william
Diff to
previous 97
+ add logging options:
* VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'
Revision
61 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 15:19:18 2012 UTC
(11 years, 7 months ago)
by
william
Diff to
previous 54
fix LOG_PATH so it does not prevent the main form designer from being opened and closing VS2010
Revision
34 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 11:29:33 2012 UTC
(11 years, 7 months ago)
by
william
Diff to
previous 32
+ add settings upgrade subscriber support (needs to be called in a static constructor for types that are always used)