- Create a new IntelliJ Platform Plugin Template project.
- Verify the pluginGroup, plugin ID and sources package.
- Review the Legal Agreements.
- Publish a plugin manually for the first time.
- Set the Plugin ID in the above README badges.
- Set the Deployment Token.
- Click the Watch button on the top of the IntelliJ Platform Plugin Template to be notified about releases containing new features and fixes.
This is a new plugin for the IntelliJ Platform to allow working with X3-Language (L4J) for ERP Sage X3.
This is not an official plugin, it is an independent development based on the X3 plugin for Sage ERP.
Everyone can contribute.
In the future we will implement:
- A way to generate "com.example.x3.language" packages
- Function and call verification
- An unofficial way of working with code versions of .src on X3.
- Dark theme
- AutoComplete of classes, functions, subprogs, and references.
When there is a stable version, the plugin will be published.
Thanks for your contributions!
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "nox3-language" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.