-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInterlisPlugin.props
More file actions
79 lines (69 loc) · 4.09 KB
/
InterlisPlugin.props
File metadata and controls
79 lines (69 loc) · 4.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
plugin.ch.so.agi.jedit.InterlisPlugin.activate=startup
plugin.ch.so.agi.jedit.InterlisPlugin.name=INTERLIS Plugin
plugin.ch.so.agi.jedit.InterlisPlugin.author=Stefan Ziegler
plugin.ch.so.agi.jedit.InterlisPlugin.version=0.0.1
plugin.ch.so.agi.jedit.InterlisPlugin.description=An INTERLIS plugin for jEdit.
plugin.ch.so.agi.jedit.InterlisPlugin.menu.label=INTERLIS Plugin
plugin.ch.so.agi.jedit.InterlisPlugin.depend.0=jdk 11
plugin.ch.so.agi.jedit.InterlisPlugin.depend.1=jedit 05.05.99.00
plugin.ch.so.agi.jedit.InterlisPlugin.depend.2=plugin console.ConsolePlugin 5.1.4
plugin.ch.so.agi.jedit.InterlisPlugin.depend.3=plugin errorlist.ErrorListPlugin 2.4.0
plugin.ch.so.agi.jedit.InterlisPlugin.depend.4=plugin sidekick.SideKickPlugin 1.8
plugin.ch.so.agi.jedit.InterlisPlugin.depend.5=plugin gatchan.jedit.hyperlinks.HyperlinksPlugin 1.2.0
plugin.ch.so.agi.jedit.InterlisPlugin.jars=SparseBitSet-1.2.jar activation-1.1.1.jar antlr-2.7.7.jar base64-2.3.9.jar bcpkix-jdk15on-1.68.jar bcprov-jdk15on-1.68.jar commons-codec-1.15.jar commons-collections4-4.4.jar commons-compress-1.20.jar commons-math3-3.6.1.jar curvesapi-1.06.jar ehibasics-1.4.1.jar fontbox-2.0.22.jar graphics2d-0.30.jar ili2c-core-5.6.6.jar ili2c-tool-5.6.6.jar iox-api-1.0.3.jar iox-ili-1.24.1.jar javax.activation-api-1.2.0.jar jaxb-api-2.3.1.jar jaxb-core-2.3.0.1.jar jaxb-impl-2.3.2.jar jcl-over-slf4j-1.7.30.jar jhotdraw-7.6.20190506.jar json-20250517.jar jts-core-1.14.0.jar ooxml-schemas-1.4.jar pdfbox-2.0.22.jar poi-5.0.0.jar poi-ooxml-5.0.0.jar slf4j-api-1.7.30.jar stax2-api-4.2.jar woodstox-core-5.2.1.jar xmlbeans-3.1.0.jar xmlsec-2.2.1.jar
# Menu
plugin.ch.so.agi.jedit.InterlisPlugin.menu=compileCurrentFile \
toggleCompileOnSave \
prettyPrintCurrentFile \
interlis-collect-keywords \
interlis-uml-show \
interlis-uml-show-static \
interlis.create-object-catalog
# Ist unnötig:
#sidekick.parser.interlis_parser-switch \
# Action labels
compileCurrentFile.label=Compile current file
toggleCompileOnSave.label=Toggle compile on save
prettyPrintCurrentFile.label=Pretty print current file
interlis-uml-show.label=Show UML diagram (interactive)
interlis-uml-show-static.label=Show UML diagram (static)
#interlis-uml-toggle.label=Toggle UML diagram
interlis-collect-keywords.label=Collect model tags
interlis.create-object-catalog.label=Export object catalog (.docx)
# Messages
not-an-ili-file.message=Current buffer is not an INTERLIS model file (.ili)
error-creating-log-file.message=Error when trying to create ili2c log file:\n{0}
compiler-exception.message=Compiler exception:\n{0}
console-missing.message=Console is missing
shell-not-registered.message=Shell is not registered:\n{0}
buffer-not-saved.message=There are unsaved changes in the current buffer
interlis-collect-no-td.title=No compiled model available
interlis-collect-no-td.message=Please compile the file once before collecting keywords.
interlis-collect-no-prompt.message=Could not read prompt file.
error-creating-static-uml-file.message=Error when trying to create uml file:\n{0}
error-while-fetching-repositories.message=Error while fetching-repositoris:\n{0}
# Options / Settings
# user‑changeable defaults
interlis.repos.default=%ILI_DIR;https://models.interlis.ch;%JAR_DIR
interlis.proxyHost.default=
interlis.proxyPort.default=
interlis.openai.base-url.default="https://api.openai.com/v1"
# (these are used only the first time; afterwards the user’s edits
# are stored under the same keys WITHOUT the .default suffix)
interlis.repos=%ILI_DIR;https://models.interlis.ch;%JAR_DIR
interlis.proxyHost=
interlis.proxyPort=
interlis.openai.base-url=https://api.openai.com/v1/responses
interlis.openai.model=gpt-5-nano
# register the option pane
plugin.ch.so.agi.jedit.InterlisPlugin.option-pane=interlis
options.interlis.code=new ch.so.agi.jedit.ui.InterlisOptionPane();
options.interlis.label=INTERLIS
# sidekick parsers
sidekick.parser.interlis_parser.label = INTERLIS
sidekick.parser.interlis_parser-switch.label=Parse as INTERLIS
mode.interlis.sidekick.parser=interlis_parser
# hyperlink
mode.interlis.hyperlink.source=interlis_hyperlink
# title
interlis-uml.title=INTERLIS - UML diagram