LogWriter: when AutoScoll status changes, make sure to scroll to the bottom (don't wait for the TextChange event to fire)
+ cleaup LogWriter some more
+ cleaup LogWriter
fix Logwriter.SetLogText - so it does not throw an exception attempting to access this.Text
+ add support for displaying PE Struct data into property grid (read-only)
+ make SetLogText thread safe
+ fix auto scroll, so that it will only scroll when the log is updated and not on a timer + tidy up old (obsolete) code
+ add logic to set autoscroll checkbox on/off based on AutoScroll value
+ add a checkbox to turn on/off autoscroll
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
+ massive speed boost in logging
+ bring back BackgroundWorker for LogWriter from r105 (this helps to not block the main form for long log entries)
+ add exception logic to ensure provider is open
fix LogWriter to ensure that all logged data gets flushed to it's underlying medium
autoscroll_timer_Tick(): don't throw errors regarding caret position
fix lineendings and autoscroll
modify user settings dialog
fix LOG_PATH so it does not prevent the main form designer from being opened and closing VS2010
info, debug, and error log messages
logging support should be done now logging includes: * log to main application * log to file
+ don't delete log file in contructor moved to method CreateNewLog()
+ add support to log startup message
fix newline logging support when writing to file
+ add support to write log to file (when a message is logged)
implement basic logging support
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.