Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Scripting Editor Drop-down Menu

Adam Wolfe
Registered User
Join date: 23 Dec 2004
Posts: 20
12-30-2005 02:06
When working with large scripts that have many functions, it is sometimes hard to find a specific function. I propose a simple drop-down style menu placed somewhere upon the script editor that contians a list of all functions in the script. When you click on the menu and select a function, the editor will automaticly take you to that function. Most IDE's have this function if you are confused.

I have posted this as a proposal on the feature voting system. The proposal number is 863. You may view it at: http://secondlife.com/vote/index.php?get_id=863
Ben Bacon
Registered User
Join date: 14 Jul 2005
Posts: 809
12-30-2005 02:21
great idea!
it could also show the event handlers in each state.
e.g.
CODE
ParseLine(string Line)
rotation GetRelAngle(vector Target)
default
state_entry
passive
state_entry
touch_start
active
state_entry
listen
state_exit
Adam Wolfe
Registered User
Join date: 23 Dec 2004
Posts: 20
12-30-2005 18:13
I like it.

From: Ben Bacon
great idea!
it could also show the event handlers in each state.
e.g.
CODE
ParseLine(string Line)
rotation GetRelAngle(vector Target)
default
state_entry
passive
state_entry
touch_start
active
state_entry
listen
state_exit