Thanks.
Does anyone here use a text editor that highlights syntax AND has "Intellesense" that shows what properties/methods are exposed for each object after typing a period after an object name?
IE typing Me. shows:
Code: Select all
Me.
_______________________
|AAExp |^|
|AAPoints | |
|AARank | |
|AATitle | |
|Ability[Name] | |
|Ability[Slot] | |
|AbilityReady[Name] | |
|AbilityReady[Slot] |v|
-----------------------
I just downloaded a program that has this ability (Code Chameleon) and I've started writing out what I need. If anyone else is using a program with similar functionality and already has the object structures populated and willing to share, I'd like to know so I don't have to start from scratch :) I'd also just like to know of other programs that have this ability just to see which one I like the best.