Difference between revisions of "LMDThemes Editor"

From LMD
Jump to: navigation, search
(New page: == Overview == LMD Gradient Theme Editor program allows to load, browse, edit and save theme files for LMD Gradient Theme Renderer. <p>The main window containes several area: <p>The s...)
 
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
LMD Gradient Theme Editor program allows to load, browse, edit and save theme files for LMD Gradient Theme Renderer.
+
<p>LMD Gradient Theme Editor program allows to load, browse, edit and save theme files for LMD Gradient Theme Renderer.
<p>The main window containes several area:
 
  
 +
<p>The main window containes several area:
  
+
[[Image:te_overview.png]]
<p>The structure tree allows to easily navigate through XML code of the theme.  
+
 
<p>Click the element in the structure tree on the left, and syntax edit on the right will show you this element within XML code on <b>Source</b> tab.
+
The structure tree (1) allows to easily navigate through XML code of the theme. Click the element in the structure tree on the left, and syntax edit on the right (2) will show you this element within XML code on '''Source''' tab.  
<p>Doubleclick the element in the structure to fully expand the corresponding block in XML code.
+
Doubleclick the element in the structure to fully expand the corresponding block in XML code. Doubleclick a tag or an attribute in the XML code to see if there is a description or hint for it in (4). The '''Detail editor''' tab allows to change params for currenly chosen themed detail. The '''Preview controls''' tab contains controls rendered with a color scheme active at the moment.  
<p>Doubleclick a tag or an attribute in the XML code to see if there is a description or hint for it.
+
'''Note:''' You can edit theme properties via controls placed on '''Detail editor''' tab (direct in-memory changes) or via SyntaxEdit on '''Source''' tab (source changes). Once started with one kind of editing, you have to apply changes in order to switch to another method of editing.
<p>The <b>Edit</b> tab allows to change params for currenly chosen themed detail.
 
<p>The <b>Preview</b> tab contains controls rendered with applied color scheme.
 
<p><b>Note:</b> You can edit theme properties via controls placed on <b>Edit</b> tab (direct in-memory changes) or via SyntaxEdit on <b>Source</b> tab (source changes). Once started with one kind of editing, you have to apply changes in order to switch to another method of editing.
 

Revision as of 20:36, 19 September 2010

Overview

LMD Gradient Theme Editor program allows to load, browse, edit and save theme files for LMD Gradient Theme Renderer. <p>The main window containes several area: Te overview.png The structure tree (1) allows to easily navigate through XML code of the theme. Click the element in the structure tree on the left, and syntax edit on the right (2) will show you this element within XML code on Source tab. Doubleclick the element in the structure to fully expand the corresponding block in XML code. Doubleclick a tag or an attribute in the XML code to see if there is a description or hint for it in (4). The Detail editor tab allows to change params for currenly chosen themed detail. The Preview controls tab contains controls rendered with a color scheme active at the moment. Note: You can edit theme properties via controls placed on Detail editor tab (direct in-memory changes) or via SyntaxEdit on Source tab (source changes). Once started with one kind of editing, you have to apply changes in order to switch to another method of editing.