commit b0a83a1995f07380c5aef5506947a0b8784835fa Author: RichieJi Date: Tue Dec 12 09:17:26 2017 +0800 初始化插件 diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..c4a2e65 --- /dev/null +++ b/build.xml @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/report/.gitkeep b/lib/report/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/plugin.xml b/plugin.xml new file mode 100644 index 0000000..ee8251f --- /dev/null +++ b/plugin.xml @@ -0,0 +1,24 @@ + + + com.fr.solution.plugin + com.fr.solotion.plugin.designer.formula.editor + + yes + 3.0 + 9.0 + 2017-10-10 + fanruan.richie + + + ]]> + + + + + + + + + + \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d3f1950 --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +# 脚本公式编辑器插件 diff --git a/src/com/fr/solution/plugin/design/formula/ScriptFormulaLocalFinder.java b/src/com/fr/solution/plugin/design/formula/ScriptFormulaLocalFinder.java new file mode 100644 index 0000000..41c7bb8 --- /dev/null +++ b/src/com/fr/solution/plugin/design/formula/ScriptFormulaLocalFinder.java @@ -0,0 +1,5 @@ +package com.fr.solution.plugin.design.formula; + +public class ScriptFormulaLocalFinder { + +} \ No newline at end of file