src/Tools/isac/jEdit/plugin/Isac.props
author Marco Steger <m.steger@student.tugraz.at>
Sat, 25 Sep 2010 11:17:46 +0200
branchthe isac plugin for jEdit
changeset 38017 f5fea20d3c4f
permissions -rw-r--r--
added the nb-project 'isac' to repo; you find it in /src/Tools/isac/jedit!
m@38017
     1
# Properties file for Isac plugin
m@38017
     2
# $Id: Isac.props 6876 2006-09-02 20:39:49Z jchoyt $
m@38017
     3
m@38017
     4
# jEdit only needs to load the plugin the first time the user accesses it
m@38017
     5
# the presence of this property also tells jEdit the plugin is using the new API
m@38017
     6
plugin.isac.jedit.IsacPlugin.activate=defer
m@38017
     7
m@38017
     8
# These two properties are required for all plugins
m@38017
     9
plugin.isac.jedit.IsacPlugin.name=Isac
m@38017
    10
plugin.isac.jedit.IsacPlugin.author=gadei
m@38017
    11
m@38017
    12
# version number == jEdit version number
m@38017
    13
plugin.isac.jedit.IsacPlugin.version=4.3
m@38017
    14
m@38017
    15
# online help
m@38017
    16
plugin.isac.jedit.IsacPlugin.docs=index.html
m@38017
    17
m@38017
    18
# we only have one dependency, jEdit 4.2, since we use the new plugin API
m@38017
    19
plugin.isac.jedit.IsacPlugin.depend.0=jedit 04.02.01.00
m@38017
    20
plugin.isac.jedit.IsacPlugin.depend.1=jdk 1.6
m@38017
    21
m@38017
    22
plugin.IsacPlugin.description=This plugin provides a dockable "scratch pad" for writing and displaying notes, to do lists or similar items as unformatted text.
m@38017
    23
# plugin menu
m@38017
    24
plugin.isac.jedit.IsacPlugin.menu=isac \
m@38017
    25
	- \
m@38017
    26
	isac.choose-file \
m@38017
    27
	isac.save-file \
m@38017
    28
	isac.copy-to-buffer
m@38017
    29
m@38017
    30
# action labels for actions supplied by dockables.xml
m@38017
    31
isac.label=Isac
m@38017
    32
m@38017
    33
# action labels for actions supplied by actions.xml
m@38017
    34
Isac.choose-file.label=Choose notepad file
m@38017
    35
Isac.save-file.label=Save notepad file
m@38017
    36
Isac.copy-to-buffer.label=Copy notepad to buffer
m@38017
    37
m@38017
    38
# plugin option pane
m@38017
    39
plugin.isac.jedit.IsacPlugin.option-pane=isac
m@38017
    40
m@38017
    41
# Option pane activation BeanShell snippet
m@38017
    42
options.isac.code=new IsacOptionPane();
m@38017
    43
m@38017
    44
# Option pane labels
m@38017
    45
options.isac.label=Isac
m@38017
    46
options.isac.file=File:
m@38017
    47
options.isac.choose-file=Choose
m@38017
    48
options.isac.choose-file.title=Choose a notepad file
m@38017
    49
options.isac.choose-font=Font:
m@38017
    50
options.isac.show-filepath.title=Display notepad file path
m@38017
    51
m@38017
    52
# window title
m@38017
    53
isac.title=Isac
m@38017
    54
m@38017
    55
# window toolbar buttons
m@38017
    56
isac.choose-file.icon=Open.png
m@38017
    57
isac.save-file.icon=Save.png
m@38017
    58
isac.copy-to-buffer.icon=CopyToBuffer.png
m@38017
    59
m@38017
    60
# default settings
m@38017
    61
options.isac.show-filepath=true
m@38017
    62
options.isac.font=Monospaced
m@38017
    63
options.isac.fontstyle=0
m@38017
    64
options.isac.fontsize=14
m@38017
    65
m@38017
    66
# Setting not defined but supplied for completeness
m@38017
    67
options.isac.filepath=