Modify

Opened 16 years ago

Closed 16 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 Changed 16 years ago by JdeB

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 Changed 16 years ago by Valik

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 Changed 16 years ago by JdeB

  • Resolution set to wontfix
  • Status changed from new to closed

comment:4 Changed 16 years ago by Valik

  • Resolution Wont Fix deleted
  • Status changed from closed to reopened

comment:5 Changed 16 years ago by Valik

  • Owner changed from JdeB to Jos
  • Status changed from reopened to assigned

comment:6 Changed 16 years ago by Valik

  • Resolution set to Wont Fix
  • Status changed from assigned to closed

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jos.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.