plugins:create

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
plugins:create [2014/02/09 01:50] – external edit 127.0.0.1plugins:create [2018/01/10 20:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Creating Binary plug-ins ====== ====== Creating Binary plug-ins ======
  
-If you would like to create an extension, that can lead to intensive calculations or runtime operation on source code, it is better to create such extension as binary, but not script plug-in.+If you would like to create an extension, that can lead to intensive calculations or runtime operation on the source code, it is better to create such extension as binary, but not script plug-in.
  
-Another reason for creating binary plug-in, that you want to add something, that is yet not supported in scripting plugins, as extending of syntax highlighting (services like spell checker or live colors plug-in provides).+Another reason for creating binary plug-in, that you want to add something, that is yet not supported in scripting plugins, as extending of syntax highlighting (services like spell checker or live colors plug-in provides).
  
-Check source code of [[plugins:live-colors|Live Colors]] plug-in as example for cresting your own binary plug-in.+Check the source code of [[plugins:live-colors|Live Colors]] plug-in as an example for creating your own binary plug-in.