Modify

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 Jos, 18 years ago

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.

comment:2 by Valik, 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 Jos, 18 years ago

Resolution: wontfix
Status: newclosed

comment:4 by Valik, 18 years ago

Resolution: Wont Fix
Status: closedreopened

comment:5 by Valik, 18 years ago

Owner: changed from Jos to Jos
Status: reopenedassigned

comment:6 by Valik, 18 years ago

Resolution: Wont Fix
Status: assignedclosed

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.