Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| plugins:live-colors [2013/11/16 02:04] – [Options] admin | plugins: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 | + | This is an example binary plug-in, that visualizes |
| Following color definition are recognized: | Following color definition are recognized: | ||
| - | * Standard HTML color definitions as ** %%# | + | * Standard HTML color definitions as // %%# |
| - | * Web color definitions as ** %%# | + | * Web color definitions as // %%# |
| - | * C/C++ macros for color definition as ** RGB(255, | + | * C/C++ macros for color definition as // RGB(255, |
| {{: | {{: | ||
| Line 16: | Line 16: | ||
| * //As Background// | * //As Background// | ||
| * //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 2 pixel width underline for color value text | + | * //As 3px Undeline// - show color as 3 pixel ... |
| - | * //As 4px Undeline// - show color as 2 pixel width underline for color value text | + | * //As 4px Undeline// - show color as 4 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 |
| ===== Install ===== | ===== Install ===== | ||
| Line 31: | Line 31: | ||
| ===== Supported syntaxes ===== | ===== Supported syntaxes ===== | ||
| - | [[http://xml-editor.hippoedit.com/ | + | [[http://html-editor.hippoedit.com/ |
| ===== More ===== | ===== More ===== | ||
| * For details about integration, | * For details about integration, | ||
| * Source code for reference or extension can be found on [[https:// | * Source code for reference or extension can be found on [[https:// | ||
| + | |||
| + | |||
| + | |||
| #plugin | #plugin | ||