We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
See sidebar for more FAQs.
Reference the latest version of BlangSDK. ie. Modify the build.gradle to:
build.gradle
dependencies { xtextLanguages "ca.ubc.stat.blang:ca.ubc.stat.blang:3.25.2" compile group: 'ca.ubc.stat', name: 'conifer', version: '2.0.4' compile group: 'ca.ubc.stat', name: 'blangSDK', version: '1.20.latest.version.number' }
Window -> View -> Debug
/usr/lib/jvm/java...
properties
You may launch BlangIDE directly using the command line script shown here.
Optionally, you may create a launcher. In your terminal:
touch BlangIDE-Launcher chmod +x BlangIDE-Launcher
Then edit the file to begin with
#!/bin/bash
followed by the command line script you have copied from step 3, and there you have it :)!