Previous Blog Next Blog
Prev/Next Blog
by date

Plan for Charles Malbaurn

Plan for Charles Malbaurn
Name:Charlie Malbaurn
Date Posted:Aug 22, 2004
Rating:4.0 out of 5
Public:YES
Comments:YES
RSS Feed:GarageGames Blog feedor Subscribe with .
Profile Page:View profile page for Charlie Malbaurn

Blog post
Script editor with Intellisense, method tooltip, project explorer etc..
This is a continuation of my last plan located here

So it's a new week and I've been pretty busy with the current editor that I've been working on. Here's an early Screen shot of some of the basic stuff.


So far I have managed to finish off the highlighting and have been working on the method tool tips. Well looking back at this screenshot you can see that it's not highlighting strings within strings, so I guess I'll have to work on that.

I decided to put off how the program handles projects until I have flushed out the intellisense for objects. Considering that objects are hierarchical and that they can be called by there base name, it's been a little more complicated then I expected.
Since projects are going to keep track of all custom methods and objects so that they can later be used with the tool tip and intellisense, I figured that would be best for last.

One other thing that I am adding is a tree list of all form loading calls so that there's a viewable order on how forms are loaded.
There are two reasons for this. First it's nice to see how things are being addressed and second because I don't want to be able to use the intellisense and tool tips on things that haven't already been loaded into the engine. Think of it as a sort of error checking.

As you can see by the screenshot, I've bitten off from Visual Studio .net. I like the idea of having stuff available without hogging up a bunch of space.

So that's about it for now. Let me know if anyone has any questions or suggestions

-Charlie

Recent Blog Posts
List:03/15/07 - An odd thank you
02/11/07 - Simplify
02/27/05 - Plan for Charlie Malbaurn
12/18/04 - Plan for Charlie Malbaurn
09/23/04 - Plan for Charles Malbaurn
08/22/04 - Plan for Charles Malbaurn
07/31/04 - Plan for Charles Malbaurn
07/25/04 - Plan for Charles Malbaurn

Submit ResourceSubmit your own resources!

Anthony Rosenbaum   (Aug 22, 2004 at 21:03 GMT)
looks very smooth

Charlie Malbaurn   (Aug 22, 2004 at 21:39 GMT)
One thing to note: if you look to the right you will see a tab that says obj help. Whenever the tool tip or the intellisense is being used, there will be a full detail view of what that object or function is used for, what args it's expecting in more detail and a short example of how it is used. Personally I leave that side panel on auto hide since they are things that don't really need to be viewable at all times.

fireVein   (Aug 22, 2004 at 22:18 GMT)
Sounds great, good luck with it. And keep us updated! :)

-Jase

Charlie Malbaurn   (Aug 24, 2004 at 07:43 GMT)
Looking at Lars Boldts Torque Explorer I started to get discouraged. It's a really pretty app and I wish him well with it.

I'm still going to trudge on with this one though. There

You must be a member and be logged in to either append comments or rate this resource.