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

Is this if/else swap or actual if inversion, also any releases/binaries? #1

Closed
MrSapps opened this issue Jun 13, 2019 · 2 comments
Closed

Comments

@MrSapps
Copy link

MrSapps commented Jun 13, 2019

As per title. I often find myself wanting to invert a condition an if is checking. For instance:

if (!a || !b)
{
}

I would like to invert to be:

if (a && b)
{
}

Is that what this plugin does? Also if so would it be possible to compile and upload a release? Having to get the SDK and build etc to test this is quite tedious ;).

@rcx
Copy link
Owner

rcx commented Jun 16, 2019 via email

@MrSapps
Copy link
Author

MrSapps commented Jun 16, 2019

I've opened a similar issue there too. It appears that plugin does not support it either.

@MrSapps MrSapps closed this as completed Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants