Warning, /frameworks/ktexteditor/templates/ktexteditor-plugin/README.md is written in an unsupported language. File is not indexed.

0001 # Readme file
0002 
0003 ## Introduction
0004 
0005 This is a simple Kate plugin right now. Make it do something :)
0006 
0007 
0008 ## Installation instructions
0009 
0010 Define some testing install dir:
0011 
0012     export MYKATEPLUGINPATH=$HOME/mykateplugins
0013 
0014 Build and install:
0015 
0016     mkdir build
0017     cd build
0018     cmake .. -DKDE_INSTALL_PLUGINDIR=$MYKATEPLUGINPATH
0019     make
0020     make install
0021 
0022 
0023 ## Check the plugin
0024 
0025 Start Kate on the commandline, with adapted QT_PLUGIN_PATH:
0026 
0027     export QT_PLUGIN_PATH=$MYKATEPLUGINPATH:$QT_PLUGIN_PATH
0028     kate --startanon
0029 
0030 Go to Settings / Configurate Kate / Application / Plugins
0031 Search and enable your plugin
0032 
0033 
0034 ## Help
0035 
0036 https://api.kde.org/frameworks/ktexteditor/html/classKTextEditor_1_1Plugin.html#plugin_intro
0037 
0038 For help or more information, contact the Kate team