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

Wrong definition for (Q)PATHTOEF #78

Closed
dedmen opened this issue Sep 24, 2016 · 1 comment
Closed

Wrong definition for (Q)PATHTOEF #78

dedmen opened this issue Sep 24, 2016 · 1 comment

Comments

@dedmen
Copy link
Contributor

dedmen commented Sep 24, 2016

QPATHTOEF is defined as
#define QPATHTOEF(var1,var2) QUOTE(PATHTOEF(var1,var2))
but in atom it shows as the same as QPATHTOF which only has 1 arg.

@jonpas
Copy link
Member

jonpas commented Sep 24, 2016

Problematic line:

"snippet": "QPATHTOEF(${1:path})$0",

"snippet": "QPATHTOEF(${1:path})$0",

has to be changed to

"snippet": "QPATHTOEF(${1:component},${2:path})$0",

Same thing for PATHTOEF at

"snippet": "PATHTOEF(${1:path})$0",

@jonpas jonpas changed the title Wrong definition for QPATHTOEF Wrong definition for (Q)PATHTOEF Sep 28, 2016
jonpas added a commit that referenced this issue Sep 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants