Intellisense

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
grimdoomer




System Engineer

Posts: 1440
Joined: Mon Oct 09, 2006 4:36 pm

Intellisense

Post by grimdoomer »

Is it possible to use the Intellisense in a windows application? as like a form object?
Image
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
User avatar
LuxuriousMeat





Posts: 824
Joined: Thu Nov 03, 2005 6:43 pm
Location: zzzzzzzzzzzzzzzz
Contact:

Post by LuxuriousMeat »

Do you mean you want to create your own intellisense? If so, soldier of lite made one for his script tool, so you can ask him.
Image
User avatar
xbox7887




Socialist Coagulator Decryptor Advisor
Eureka Commentator Wave Scorched Earth

Posts: 2160
Joined: Mon Dec 27, 2004 6:19 pm
Location: New Lenox, Illinois
Contact:

Post by xbox7887 »

To create comments, just tap the slash three times above the item you wish to comment on, and fill in the information. If it's a dll, you'll need to export an xml file with the comment information. You can do so by going into build properties.
User avatar
xzodia




Translator Connoisseur Coagulator

Posts: 1981
Joined: Sun May 15, 2005 10:31 am
Location: UK
Contact:

Post by xzodia »

lol xbox made a post which has nothing to do with the thread >_>

as LM said you have to create it yourself using a listbox, theres several tuts on the interwebz
Image
Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
User avatar
xbox7887




Socialist Coagulator Decryptor Advisor
Eureka Commentator Wave Scorched Earth

Posts: 2160
Joined: Mon Dec 27, 2004 6:19 pm
Location: New Lenox, Illinois
Contact:

Post by xbox7887 »

xzodia wrote:lol xbox made a post which has nothing to do with the thread >_>
I assumed he wanted intellisense to recognize his own code, in which he would need to manually comment the functions he wants intellisense to recognize, but his question is vague at best... :X
User avatar
grimdoomer




System Engineer

Posts: 1440
Joined: Mon Oct 09, 2006 4:36 pm

Post by grimdoomer »

Thanks ill look into that.
Image
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

Don't use a listbox, use a treeview (modified to look like a list).. looks better + can support images..
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

Prey wrote:Don't use a listbox, use a treeview (modified to look like a list).. looks better + can support images..
Did you mistype and mean to put ListView? Or did you actually mean to put treeview? If so why?
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

Image

Looks better.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

I see, good to know.
User avatar
grimdoomer




System Engineer

Posts: 1440
Joined: Mon Oct 09, 2006 4:36 pm

Post by grimdoomer »

Ok, im gunna look some more into the tutorials and try to create my own as soon as I finish the model raw for vista. Thanks for you help every one!
Image
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
demonmaster3k





Posts: 148
Joined: Mon Sep 05, 2005 10:25 am

Post by demonmaster3k »

forget listbox and treeview, use a list view and have the code definitions on a seperate xml file. (I've seen intellisense made that way on codeproject) if you don't feel like making your own, there are open-source versions avaliable
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

demonmaster3k wrote:forget listbox and treeview, use a list view and have the code definitions on a seperate xml file. (I've seen intellisense made that way on codeproject) if you don't feel like making your own, there are open-source versions avaliable
This topic is old. I mentioned a ListView, and if the intellisense he wanted was for something like a scripting program it would need to be dynamic and not set beforehand in xml(Idk if that's the case, but it's something to think about)
Post Reply