net7/trunk/Net7Tools/ItemEditor
2014-05-11 16:54:16 -04:00
..
bin Initial Commit 2014-05-11 16:54:16 -04:00
Database Initial Commit 2014-05-11 16:54:16 -04:00
Editors Initial Commit 2014-05-11 16:54:16 -04:00
Gui Initial Commit 2014-05-11 16:54:16 -04:00
Images Initial Commit 2014-05-11 16:54:16 -04:00
obj Initial Commit 2014-05-11 16:54:16 -04:00
Properties Initial Commit 2014-05-11 16:54:16 -04:00
Record Managers Initial Commit 2014-05-11 16:54:16 -04:00
Resources Initial Commit 2014-05-11 16:54:16 -04:00
Search Initial Commit 2014-05-11 16:54:16 -04:00
Utilities Initial Commit 2014-05-11 16:54:16 -04:00
VTune Initial Commit 2014-05-11 16:54:16 -04:00
Widgets Initial Commit 2014-05-11 16:54:16 -04:00
app.config Initial Commit 2014-05-11 16:54:16 -04:00
EntryPoint.cs Initial Commit 2014-05-11 16:54:16 -04:00
frmItems.cs Initial Commit 2014-05-11 16:54:16 -04:00
frmItems.Designer.cs Initial Commit 2014-05-11 16:54:16 -04:00
frmItems.resx Initial Commit 2014-05-11 16:54:16 -04:00
Helpers.cs Initial Commit 2014-05-11 16:54:16 -04:00
ItemEditor.csproj.user Initial Commit 2014-05-11 16:54:16 -04:00
ItemEditor_TemporaryKey.pfx Initial Commit 2014-05-11 16:54:16 -04:00
Items.cs Initial Commit 2014-05-11 16:54:16 -04:00
ListViewColumnSorter.cs Initial Commit 2014-05-11 16:54:16 -04:00
MySql.Data.txt Initial Commit 2014-05-11 16:54:16 -04:00
Net7 Tools.XML Initial Commit 2014-05-11 16:54:16 -04:00
Readme.txt Initial Commit 2014-05-11 16:54:16 -04:00
Refresh.jpg Initial Commit 2014-05-11 16:54:16 -04:00
Settings.cs Initial Commit 2014-05-11 16:54:16 -04:00
Test.cs Initial Commit 2014-05-11 16:54:16 -04:00

Tab pages flicker too much when changing category/subcategory


//****************************************************************************

Procedure to add a new "combination", such as projectile weapons

1) frmMain.cs: enum EditorType
2) Items.cs: getEditorType()
3) Create a new RecordManager
4) DB.cs: create a new query
5) frmMain.cs: frmItems() and a new initialize...()
6) frmMain.cs: initializeItems() set the tabs to show

//****************************************************************************

Recommended Tags for Documentation Comments (C# Programming Guide)
http://msdn.microsoft.com/en-us/library/5ast78ax.aspx

C# and XML Source Code Documentation
http://www.codeproject.com/KB/XML/csharpcodedocumentation.aspx

NDoc Code Documentation Generator for .NET
http://ndoc.sourceforge.net/


//****************************************************************************
/* Documentation template */
/// <summary>
///   <para></para>
/// </summary>
/// <returns></returns>
/// <param name=""></param>
/// <exception cref=""></exception>
/// <remarks></remarks>


//****************************************************************************
/// <summary>
/// Creates a new array of arbitrary type <typeparamref name="T"/>
/// </summary>
/// <typeparam name="T">The element type of the array</typeparam>
public static T[] mkArray<T>(int n)


//****************************************************************************
<list type="bullet" | "number" | "table">
    <listheader>
        <term>term</term>
        <description>description</description>
    </listheader>
    <item>
        <term>term</term>
        <description>description</description>
    </item>
</list>