plugins:live-colors

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:live-colors [2015/08/19 19:27] – [More] adminplugins:live-colors [2018/05/12 01:23] (current) alex
Line 1: Line 1:
 ====== Live Colors ====== ====== Live Colors ======
  
-This is example binary plug-in, that visualize color values directly in code, using underline or background color equal to typed color value. +This is an example binary plug-in, that visualizes color values directly in code, using underline or background color equal to typed color value. 
  
 Following color definition are recognized: Following color definition are recognized:
Line 22: Line 22:
 ===== Source Code ===== ===== Source Code =====
 Live Color plug-in is reference plug-in for someone who wants to extend HippoEDIT with additional functionality. Live Color plug-in is reference plug-in for someone who wants to extend HippoEDIT with additional functionality.
-C++ source code supplied, provide basis for building syntax highlighting plug-in with examples showing how to expose implemented features to HippoEDIT core, register commands and extend HippoEDIT UI. +C++ source code supplied, provide the basis for building syntax highlighting plug-in with examples showing how to expose implemented features to HippoEDIT core, register commands and extend HippoEDIT UI. 
  
 ===== Install ===== ===== Install =====