https://github.com/scijava/script-editor-scala
Scala language support for SciJava Script Editor
https://github.com/scijava/script-editor-scala
Last synced: 10 months ago
JSON representation
Scala language support for SciJava Script Editor
- Host: GitHub
- URL: https://github.com/scijava/script-editor-scala
- Owner: scijava
- License: bsd-2-clause
- Created: 2023-05-10T00:30:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T02:07:03.000Z (over 2 years ago)
- Last Synced: 2025-02-02T03:41:18.749Z (12 months ago)
- Language: Scala
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/scijava/script-editor-scala/actions/workflows/build.yml)
# script-editor-scala
Scala language support for SciJava Script Editor
Scala language support for SciJava [Script Editor](https://imagej.net/scripting/script-editor).
Provides auto completion for Scala code in the editor.
Hints for Developer
-------------------
### Interactive Testing from Command Line
You can start the Script Editor using Maven:
```
mvn -P"exec,editor"
```
### Printing Debugging Info Execution
Use Java System property `scijava.log.level` to control debug printout.
For instance, you can set it to `trace` during JVM invocation
```
-Dscijava.log.level=trace
```