我想为freeplane编写一些脚本/插件。我克隆了github repository并在IntelliJ(File→New→Project
)中创建了一个新项目。
我打开File→Project Structure
,点击Modules→Depencies
中的+按钮,然后尝试将freeplane源添加到我的项目中(+ Button
→JARs or Directories
和Libraries...
),到manual's description。
他们都没有工作。 IntelliJ Idea每次创建一个空库:
但* .java源确实存在。
$ ls -lR /media/[…]/freeplane/ | grep ".java" | wc -l
1400
我无法从freeplane导入类。我做错了什么?我错过了什么吗?