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 [2013/11/16 02:04] – [Options] 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:
-  * Standard HTML color definitions as ** %%#%%AAFFCC ** +  * Standard HTML color definitions as // %%#%%AAFFCC // 
-  * Web color definitions as ** %%#%%afc ** +  * Web color definitions as // %%#%%afc // 
-  * C/C++ macros for color definition as ** RGB(255,0,255) ** or ** RGBA(0xFF,0x00,0xFF, 0xAF) **+  * C/C++ macros for color definition as // RGB(255,0,255) // or // RGBA(0xFF,0x00,0xFF, 0xAF) //
  
 {{:plugins:css_color_preview.png?direct|In-code color preview in CSS file}} {{:plugins:css_color_preview.png?direct|In-code color preview in CSS file}}
Line 16: Line 16:
   * //As Background// - show color as background color for color value text   * //As Background// - show color as background color for color value text
   * //As 1px Undeline// - show color as 1 pixel width underline for color value text   * //As 1px Undeline// - show color as 1 pixel width underline for color value text
-  * //As 2px Undeline// - show color as 2 pixel width underline for color value text +  * //As 2px Undeline// - show color as 2 pixel ... 
-  * //As 3px Undeline// - show color as pixel width underline for color value text +  * //As 3px Undeline// - show color as pixel ... 
-  * //As 4px Undeline// - show color as pixel width underline for color value text+  * //As 4px Undeline// - show color as pixel ...
  
 ===== 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 =====
Line 31: Line 31:
  
 ===== Supported syntaxes ===== ===== Supported syntaxes =====
-[[http://xml-editor.hippoedit.com/|HTML]], [[http://svg-editor.hippoedit.com/|SVG]], [[http://html-editor.hippoedit.com/|CSS]], [[http://xslt-editor.hippoedit.com/|XSLT]], [[http://cpp-editor.hippoedit.com/|C/C++]] +[[http://html-editor.hippoedit.com/|HTML]], [[http://svg-editor.hippoedit.com/|SVG]], [[http://css-editor.hippoedit.com/|CSS]], [[http://xslt-editor.hippoedit.com/|XSLT]], [[http://cpp-editor.hippoedit.com/|C/C++]] 
  
 ===== More ===== ===== More =====
   * For details about integration, you can ask on [[http://forum.hippoedit.com/add-ons-tools-plugins/live-colors/|forum]].   * For details about integration, you can ask on [[http://forum.hippoedit.com/add-ons-tools-plugins/live-colors/|forum]].
   * Source code for reference or extension can be found on [[https://github.com/hippoedit/live-colors|GitHub]].   * Source code for reference or extension can be found on [[https://github.com/hippoedit/live-colors|GitHub]].
 +
 +
 +
  
 #plugin #plugin