mgutt: -------------------------------------------------------------------------------- _donate 50,- eur on that_ - quick typein for php functions with hint. so if i write "is_" a dropdown shows "is_array() => bool is_array ( mixed $var )", "is_binary() => bool is_binary ( mixed $var )", "is_bool() => bool is_bool ( mixed $var )", etc. With the arrow keys it is possible to select a specific one (maybe a minimum character input makes sense). if a php function is selected the input is completed (without the hint) and the cursor jumps between the brackets. adding a short description to the hint would be nice, too. f.e. "is_array() => bool is_array ( mixed $var ) - Finds whether the given variable is an array." the php functions are show in php sections only (between <? and ?>). --------------------------------------------------------------------------------
That actually works already -> just press ctrl+space after having entered a few characters of your function -- <http://forum.pspad.com/read.php?6,50684,51063> PSPad freeware editor http://www.pspad.com
