File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ By default, the log is saved to the file w:/temp/far3-py.log.
1717
1818* Fundamentals
1919
20- ** plugins must be accessible via PYTHONPATH
21- ** the plugins are loaded with the command "py: load filename" for example py: load ucharmap
22- ** unloading the plugin is done with the command "py: unload filename" for example py: unload ucharmap
20+ - plugins must be accessible via PYTHONPATH
21+ - the plugins are loaded with the command "py: load filename" for example py: load ucharmap
22+ - unloading the plugin is done with the command "py: unload filename" for example py: unload ucharmap
2323
24- ** [ ' ucharmap] ( far3examples/ucharmap.py ) - an example plugin showing part of the UTF-8 character set
24+ - [ ucharmap] ( far3examples/ucharmap.py ) - an example plugin showing part of the UTF-8 character set
2525 F11 + "Python Character Map" - display its dialog
2626 after pressing Enter/OK selected character is coppied into clipboard, character selection is done
2727 with mouse or arrows
28- ** [ ' utranslate] ( far3examples/utranslate.py ) - how to use Google translate for spellchecker and text translation
28+ - [ utranslate] ( far3examples/utranslate.py ) - how to use Google translate for spellchecker and text translation
2929 F11 + "Python Translate" - display help dialog
3030
3131## Testing
You can’t perform that action at this time.
0 commit comments