-
Notifications
You must be signed in to change notification settings - Fork 27
-
Is there a plan for the development? Yes. We have a Trello board where we collect ideas. There, you can vote for features or create your own.
-
Can I deploy my package? Basically yes. Yes, because deploying a package is often not more than creating a
.zipfile from your package sources that users can extract theirApplicationsdirectory. You can easily create an Artifact in IDEA that does this within seconds. What we will work on is a way to incorporatePacletInfo.mfiles that are used in newer versions of Mathematica to distribute packages. With this, automatic deployment, versioning and installation will be possible, but we need some more time to figure out the details. -
Can I run my code inside IDEA? No. What we will implement is a way to start your packages in Mathematica from within IDEA like the Wolfram Workbench does it.
-
Why can't I built documentation with your plugin? Because at the moment, there is no documented way how this is done at Wolfram. Even if we would implement it by digging around in the Wolfram Workbench internals, chances are high that it won't work in the next release as Wolfram changes this regularly. Hopes are that in the near future Wolfram will provide an official and stable way how this is done so that we can implement it for the Mathematica plugin as well.
-
Can I debug my code? Unfortunately not. Like building the package documentation, there is no documentation available how Wolfram Workbench does this. Most of the implementation details are hidden.
-
Who are the developers? Unfortunately, it's currently only me, but I receive a lot of help from people like szhorvat, kubaPod or rsmenon who discuss features or tag issues.