Skip to content

[OSX] Allow usage of CommandLineParser.java without showing splashscreen #7010

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

Closed
jpmckearin opened this issue Dec 11, 2017 · 2 comments
Closed

Comments

@jpmckearin
Copy link

microsoft/vscode-arduino#453

It seems like using the command line for external actions (not in the IDE) should not open a splashscreen in OSX. This splashscreen causes the 3rd party application to lose focus which can be quite annoying when using spaces in OSX.

@facchinm
Copy link
Member

Hi @jpmckearin ,
the problem is that the splash is handled by the laucher (launch4j) and not by Arduino itself, so we have no control if it should be displayed or not (on OSX). As a workaround, launching pde.jar directly does not show the splash.
However, every PR is accepted (as per Help wanted tag on #1970)

@jpmckearin
Copy link
Author

jpmckearin commented Dec 11, 2017

It looks like someone else already got around to this. I must have missed it when searching. Thanks for the help @facchinm
microsoft/vscode-arduino#451

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