Page 1 of 1

Auto-keywords, and tips

Posted: Sat Aug 30, 2003 12:37 am
by ChibiGuy
I would definetly need this....

lets say if a user typed in the letters 'tr' in textpad (this is using the php keywords), A selectbox should popup giving the user all of the keywords that match what he/she typed so far. So the select box, given that the user types 'tr', should show words like "trim, translations ...".

Another useful thing would be to have a tooltip popup showing the syntax of the function currently being used. So If i typed "explode(", a tooltip should show up telling me
"(Split a string by string) array explode ( string separator, string string [, int limit])".

-ChibiGuy