Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: MyndFyre on December 29, 2006, 11:41 PM

Title: MBNCSUtil and other projects Source Code Browser now online
Post by: MyndFyre on December 29, 2006, 11:41 PM
http://www.jinxbot.net/CodeBrowse/

The code browser currently contains my MBNCSUtil project, and will soon expand to include JinxBot's core and BNCS plugin.  I will also be open-source the code browser itself, but I'll be moving it over to my own site fairly soon.

MBNCSUtil documentation will be updated to reflect these links soon.

I'd like to know what you guys think of the code browser.  You may notice that the cursor changes in between the tree hierarchy and the code viewer - this is for a planned, future upgrade that will let users resize the two parts.  I'd like to have your feedback on both parts.

Thanks!
Title: Re: MBNCSUtil and other projects Source Code Browser now online
Post by: l)ragon on December 30, 2006, 01:42 AM
QuoteServer Error in '/codebrowse' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load the assembly 'App_Web_ho715nld'. Make sure that it is compiled before accessing the page.

Source Error:


Line 1:  <%@ page language="C#" masterpagefile="~/CodeBrowseTemplate.master" autoeventwireup="true" inherits="_Default, App_Web_ho715nld" %>
Line 2:  <%@ Register TagPrefix="CH" Namespace="ActiproSoftware.CodeHighlighter" Assembly="ActiproSoftware.CodeHighlighter.Net20" %>
Line 3:  <%@ Register TagPrefix="CB" TagName="ProjectTree" Src="~/ProjectTree.ascx" %>


Source File: /CodeBrowse/Default.aspx    Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
Title: Re: MBNCSUtil and other projects Source Code Browser now online
Post by: MyndFyre on December 30, 2006, 03:22 AM
You must have popped on while I was uploading some changes.  Figures.
Title: Re: MBNCSUtil and other projects Source Code Browser now online
Post by: warz on December 30, 2006, 04:55 AM
why do you comment in xml
Title: Re: MBNCSUtil and other projects Source Code Browser now online
Post by: Warrior on December 30, 2006, 10:52 AM
It helps describe a section of code in a uniform way which is picked up by intellisense and NDoc. Really useful if you're writing a library.
Title: Re: MBNCSUtil and other projects Source Code Browser now online
Post by: MyndFyre on December 30, 2006, 11:30 AM
Quote from: warz on December 30, 2006, 04:55 AM
why do you comment in xml
It's a C# compiler feature.  It can be used to generate library documentation such as at http://www.jinxbot.net/mbncsutil/beta/
Title: Re: MBNCSUtil and other projects Source Code Browser now online
Post by: l)ragon on December 31, 2006, 07:58 AM
Quote from: MyndFyre[vL] on December 29, 2006, 11:41 PM
http://www.jinxbot.net/CodeBrowse/

The code browser currently contains my MBNCSUtil project, and will soon expand to include JinxBot's core and BNCS plugin.  I will also be open-source the code browser itself, but I'll be moving it over to my own site fairly soon.

MBNCSUtil documentation will be updated to reflect these links soon.

I'd like to know what you guys think of the code browser.  You may notice that the cursor changes in between the tree hierarchy and the code viewer - this is for a planned, future upgrade that will let users resize the two parts.  I'd like to have your feedback on both parts.

Thanks!
That's pretty nifty, your side menu could use some work though so it dosent reset that page to the top.
Title: Re: MBNCSUtil and other projects Source Code Browser now online
Post by: Final on December 31, 2006, 03:17 PM
Hey looks pretty cool dude its simple yet effective.
Title: Re: MBNCSUtil and other projects Source Code Browser now online
Post by: Sorc.Polgara on January 02, 2007, 01:49 AM
Neat.  gw.
Title: Re: MBNCSUtil and other projects Source Code Browser now online
Post by: MyndFyre on January 02, 2007, 04:08 AM
Quote from: l)ragon on December 31, 2006, 07:58 AM
That's pretty nifty, your side menu could use some work though so it dosent reset that page to the top.
I'm considering using frames.  Any thoughts?  It would simplify development - I wouldn't have to figure out how to scroll the left frame or things like that, and I wouldn't have to refresh it each time.  As it stands, right now, they're just divs with overflow-y and overflow-x set to scroll.  I'd have to implement Javascript to make the left and right frames resizable.
Title: Re: MBNCSUtil and other projects Source Code Browser now online
Post by: l)ragon on January 02, 2007, 05:13 AM
Quote from: MyndFyre[vL] on January 02, 2007, 04:08 AM
Quote from: l)ragon on December 31, 2006, 07:58 AM
That's pretty nifty, your side menu could use some work though so it dosent reset that page to the top.
I'm considering using frames.  Any thoughts?  It would simplify development - I wouldn't have to figure out how to scroll the left frame or things like that, and I wouldn't have to refresh it each time.  As it stands, right now, they're just divs with overflow-y and overflow-x set to scroll.  I'd have to implement Javascript to make the left and right frames resizable.
I am off to work in a cupple of min's so this is just a quick post so check this out, I could have found the wrong page though heh so if it dosent make any sense thats why.
http://support.microsoft.com/kb/913721