Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calltips does not show in editor #37

Closed
photoniker opened this issue May 26, 2023 · 0 comments
Closed

Calltips does not show in editor #37

photoniker opened this issue May 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@photoniker
Copy link
Contributor

photoniker commented May 26, 2023

When typing a command in an editor or the command line, the calltip does only appear at the second argument of a function. This bug has already been reported to the mailing list of QScintilla.

A first workaround is to add the lines

#!c++

if (path.endsWith(wsep))
{
    path.chop(wsep.length());
}

before path.append('('); in qsciapis.cpp, line 702.

[Issue created by M. Gronle: 2015-04-01]
[Last updated on bitbucket: 2018-11-22]

[Comment created by itobiege: 2018-11-22]
close #37 and edit workspace popup menu

→ <>

[Comment created by M. Gronle: 2015-11-03]
fixed in QScintilla 2.9.1

@photoniker photoniker added the bug Something isn't working label May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants