Cosmos/Users/Orvid/PlugViewer
2014-12-04 23:46:56 -08:00
..
Errors 2014-07-14 15:56:02 +00:00
Properties 2014-07-14 15:56:02 +00:00
Resources - Removed old ..svnbridge directories 2014-12-04 23:46:56 -08:00
TreeViewNodes 2014-07-14 15:56:02 +00:00
Warnings 2014-07-14 15:56:02 +00:00
Constants.cs 2014-07-14 15:56:02 +00:00
Log.cs 2014-07-14 15:56:02 +00:00
MainForm.cs 2014-07-14 15:56:02 +00:00
MainForm.Designer.cs 2014-07-14 15:56:02 +00:00
MainForm.resx 2014-07-14 15:56:02 +00:00
NameBuilder.cs 2014-07-14 15:56:02 +00:00
Orvid.sln 2014-07-14 15:56:02 +00:00
PlugTemplateDumper.cs 2014-07-14 15:56:02 +00:00
PlugViewer.csproj 2014-07-14 15:56:02 +00:00
Program.cs 2014-07-14 15:56:02 +00:00
Readme.txt 2014-07-14 15:56:02 +00:00
TestRunner.cs 2014-07-14 15:56:02 +00:00
TreeViewSorter.cs 2014-07-14 15:56:02 +00:00

~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Debug Definitions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

There are various debug definitions you can enable by defining the constants globally.

#define DebugTreeNodeLoading ~ Enables log messages from the tree node loading.
#define DebugErrors ~ Enables log messages from all errors.
#define DebugWarnings ~ Enables log messages from all warnings. 


The next 2 can be enabled by simply un-commenting the defines in TestRunner.cs,
rather than defining them globally.

#define DebugErrorLoading ~ Enables logging when loading Errors.
#define DebugWarningsLoading ~ Enables logging when loading Warnings.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Notes on Errors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

When creating an error, make sure to set the icon of the method to the error icon.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Notes on Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

When creating a warning, make sure to first check that an error wasn't
already triggered, before setting the icon index to the warning icon.