>(check php_spec.xml)
i will check and think about.
>As idea, currently you can have a patterns for keywords when inserting (check php_spec.xml).
>It is mostly the same as template.
>And you can defined it as for group as for specific keyword.
>The same can be done probably for description, and then show it as tooltip on hover or Ctrl+Shift+Space.
I don't understood what this means, sorry.
I think what i dreaming about is an optional tool tip for written text and code hint dialog
for keywords:
<Keyword text="MsgBox" Tooltip=""
MsgBox(prompt[, buttons][, title][, helpfile, context])"/>
<Keyword text="mail"/>
<Keyword text="max"/>
and code templates:
<Template key="DoLoop" descr="Do Loop">
Do While {condition}\n\t{statements}\nLoop</Template>
If i now hoover with cursor
over word in code hint dialog
or over an written text...
... i want to see an tooltip from tooltip-part of keyword
or an tooltip from code-to-insert part of code template (with \n line breaks expanded)
(OK, codeTemplates-ToolTips make sense only for dialog, i guess ;-) )
Would be nice if i can set the timing, f.ex. set 5sec to display the tooltip, and display it for 6sec
I think that way i can get an easy help to get an knowledge what this keyword/template is for
and what arguments/options/syntax they have. Kinda IntelliSense light.
--
what gives me the next idea: pseudo-keywords
I want to have "MBprompt", "MBbuttons", "MBtitle" and so on as pseudo keywords to only display the tooltips.
So i can paste this f.ex.:
MsgBox(MBprompt[, MBbuttons][, MBtitle][, MBhelpfile, MBcontext])
and would get tooltips for "MBButtons" if i hoover them.
---
also
1.) Tooltip and support for code templates for f.ex. "MsgBox(prompt[, buttons][, title][, helpfile, context])"
2.) Tooltip for keywords
3.) Pseudo-Keywords to have tooltips for words they are not real keywords.
There is a change i didn't make myself clear.