• Welcome to Valhalla Legends Archive.
 

MBNCSUtil and other projects Source Code Browser now online

Started by MyndFyre, December 29, 2006, 11:41 PM

Previous topic - Next topic

MyndFyre

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!
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

l)ragon

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
*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*ˆ¨¯¯¨ˆ*^~·.,l)ragon,.-·~^*ˆ¨¯¯¨ˆ*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*

MyndFyre

You must have popped on while I was uploading some changes.  Figures.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.


Warrior

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.
Quote from: effect on March 09, 2006, 11:52 PM
Islam is a steaming pile of fucking dog shit. Everything about it is flawed, anybody who believes in it is a terrorist, if you disagree with me, then im sorry your wrong.

Quote from: Rule on May 07, 2006, 01:30 PM
Why don't you stop being American and start acting like a decent human?

MyndFyre

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/
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

l)ragon

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.
*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*ˆ¨¯¯¨ˆ*^~·.,l)ragon,.-·~^*ˆ¨¯¯¨ˆ*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*

Final



MyndFyre

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.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

l)ragon

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
*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*ˆ¨¯¯¨ˆ*^~·.,l)ragon,.-·~^*ˆ¨¯¯¨ˆ*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*