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

Change the Destination Path #4

Open
fdeitelhoff opened this issue Oct 6, 2017 · 1 comment
Open

Change the Destination Path #4

fdeitelhoff opened this issue Oct 6, 2017 · 1 comment

Comments

@fdeitelhoff
Copy link

We from brickobotik.de are working on Windows 10 with the newest Eclipse.

It would be awesome if the destination path for executable EV3 programs (like the microSD card) could be changed after the wizard of the Eclipse plugin. For many users changing the start code isn't a real option. They need a changeable wizard.

@a3f
Copy link
Member

a3f commented Oct 9, 2017

The lmsscript files are preprocessed by the plugin prior to compilation to replace the ${variable}s with their values. One could provide a ${wizardInstallType} variable that is populated by a field, akin to how the compiler and ev3duder path is configurable after project creation. If this is done, same project variable should be used in the call to ev3duder mkrbf (Fallback for when the lmsscript is deleted)

I've tagged this help-wanted till someone can take a look. Though, I must say I am not entirely convinced by

changing the start code isn't a real option.

It's just changing ${card} or whatever to ${brick} or ${usb} (provided the base functionality works, but that's another issue).

@a3f a3f added the help wanted label Oct 9, 2017
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