ensure we: * load the user's logging flags * if we have forced logging flags via logger.SetLoggingFlags(): then allow those settings to override
+ correct getting name and value from loggingflags + don't autosize loggingflags config control
add support for implictly converting binary bit flags to enum-like values
int small_width = 32; (was 16) int large_width = 48; (was 32)
fix code to properly display icons in PIDSelector
+ add support to expand and collapse (back to original position) log window
fix another win32exception regaring 32bit process accessing 64 bit module (left out a line)
+ add windows api to get module filename so there won't be errors with 32bit processes being unable to access 64bit process modules
+ add logging options: * VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'
get logging flags directly from logger class
+ add support for loading and saving config plugins
+ add support to set plugins in user settings
plugin wip
add assemblyBinding probe path plugins\
modify user settings dialog
+ add support to save logging flags at user level
don't write useless testing message in main_load()
+ add versioning support
+ add settings upgrade subscriber support (needs to be called in a static constructor for types that are always used)
info, debug, and error log messages
logging support should be done now logging includes: * log to main application * log to file
+ add support to log startup message
implement basic logging support
+ add main menu strop + add split contanier
rename: Form1.cs to Main.cs
initial build
update ignores
initial commit