|
1.
|
|
|
Text
|
|
|
add menu-items
self.add_menuitem("edit_text", "Edit...")
self.add_menuitem("", "-")
self.add_menuitem("copy", "Copy")
self.add_menuitem("paste", "Paste")
self.add_menuitem("", "-")
self.add_menuitem("clear", "Clear")
add default menuitems
add settings groups
self.add_option(StringOption('Text', 'text_prefix',
self.text_prefix, 'Text-Prefix',
'The text/Pango-Markup to be placed before the text ...'))
self.add_option(StringOption('Text', 'text_suffix',
self.text_suffix, 'Text-Suffix',
'The text/Pango-Markup to be placed after the text ...'))
add hidden "note_text"-option (to save but not show in editor)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
LipikScreenlet.py:137 LipikScreenlet.py:156 LipikScreenlet.py:159
LipikScreenlet.py:193
|
|
2.
|
|
|
Text-/Font-related settings for the sticknotes.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
LipikScreenlet.py:138
|
|
3.
|
|
|
Layout
|
|
|
add editable options
|
|
|
|
(no translation yet)
|
|
|
|
Located in
LipikScreenlet.py:139 LipikScreenlet.py:144 LipikScreenlet.py:148
LipikScreenlet.py:152 LipikScreenlet.py:162 LipikScreenlet.py:166
LipikScreenlet.py:170 LipikScreenlet.py:174 LipikScreenlet.py:178
LipikScreenlet.py:182
|
|
4.
|
|
|
The Layout-related settings for the sticknotes..
|
|
|
|
(no translation yet)
|
|
|
|
Located in
LipikScreenlet.py:140
|
|
5.
|
|
|
Export
|
|
|
|
(no translation yet)
|
|
|
|
Located in
LipikScreenlet.py:141 LipikScreenlet.py:196 LipikScreenlet.py:200
LipikScreenlet.py:203
|
|
6.
|
|
|
The Export options for the sticknotes.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
LipikScreenlet.py:142
|
|
7.
|
|
|
X-Position of Pin
|
|
|
|
(no translation yet)
|
|
|
|
Located in
LipikScreenlet.py:145
|
|
8.
|
|
|
The X-Position of the tack/pin for the sticknote ...
|
|
|
|
(no translation yet)
|
|
|
|
Located in
LipikScreenlet.py:146
|
|
9.
|
|
|
Y-Position of Pin
|
|
|
|
(no translation yet)
|
|
|
|
Located in
LipikScreenlet.py:149
|
|
10.
|
|
|
The Y-Position of the tack/pin for the sticknote ...
|
|
|
|
(no translation yet)
|
|
|
|
Located in
LipikScreenlet.py:150
|