★ wanayoo — archive 1999 https://github.com/livecode/atom-language-livecode/issues/18Nouvelle recherche | Portail wanayoo
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

LiveCode Script auto-completion doesn't offer local symbols #18

Closed
peter-b opened this issue Oct 23, 2015 · 2 comments
Closed

LiveCode Script auto-completion doesn't offer local symbols #18

peter-b opened this issue Oct 23, 2015 · 2 comments
Labels
bug

Comments

@peter-b
Copy link
Contributor

@peter-b peter-b commented Oct 23, 2015

In LiveCode Script mode, the autocomplete settings don't result in useful suggestions.


In LiveCode Builder mode:

handler TestHandler()
    variable tTempVar

end handler

Put the cursor on the blank line and type tte. The first suggestion is tTempVar.


In LiveCode Script mode:

on mouseUp
   local tTempVar

end mouseUp

Put the cursor on the blank line and type tte. The first suggestion is templateEPS and tTempVar doesn't appear anywhere in the suggested completions.

@peter-b peter-b added the bug label Oct 23, 2015
@montegoulding
Copy link
Member

@montegoulding montegoulding commented Oct 23, 2015

Hmm... any suggestions as to why this happens. I would have thought that suggestions from the local file would override any snippets

@montegoulding
Copy link
Member

@montegoulding montegoulding commented Oct 23, 2015

I've got it. PR coming soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.