Opened 18 years ago
Closed 18 years ago
#55 closed Bug (Wont Fix)
Show function ToolTip in SciTE
| Reported by: | Xenobiologist | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | SciTE4AutoIt | |
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | Cc: |
Description
Hi,
I noticed that there is a problem with showing the function tooltip popup when there is a ")" before the function really ends.
Like:
$button = GUICtrlCreateButton('no :-)', 10, 150, 160)
The "," before the 10 doesn't show the tooltip window.
Mega
Attachments (0)
Change History (6)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
SciTE doesn't understand the concept of strings. This issue and the issue where commas throw off the highlighted parameter both go back to SciTE not understanding language-specific features (like strings).
The only possible way I know of to fix this is write a custom CallTip implementation in Lua. I don't really think that's necessary for such a trivial issue.
To me, this is wontfix but I'll leave it to Jos to resolve it as he sees fit.
comment:3 by , 18 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
comment:4 by , 18 years ago
| Resolution: | Wont Fix |
|---|---|
| Status: | closed → reopened |
comment:5 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | reopened → assigned |
comment:6 by , 18 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | assigned → closed |

It is the SciTE buildIn code that gives the problem because when trying Ctrl+Shit+Space to force the Calltip its also not shown.
Not sure if we can override this at all.