Difference between revisions of "LMDThemes Editor"

From LMD
Jump to: navigation, search
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
<p>LMD Gradient Theme Editor program allows to load, browse, edit and save theme files for LMD Gradient Theme Renderer.
+
LMD Gradient Theme Editor program allows to load, browse, edit and save theme files for LMD Gradient Theme Renderer. &lt;p&gt;The main window containes several area:
  
<p>The main window containes several area:  
+
[[Image:Te overview.png|Image:te_overview.png]]
  
[[Image: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.
 +
<p>'''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.
  
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.
+
==== Detail editor ====
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.
+
Open '''Detail editor''' tab in order to change detail look in a convenient way. Detail look is defined by
 +
<ol>
 +
<li>filler params and descriptor;</li>
 +
<li>frame params and descriptor.</li>
 +
</ol>
 +
 
 +
[[Image:te_detail.png]]

Revision as of 20:45, 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:

Image: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.

Detail editor

Open Detail editor tab in order to change detail look in a convenient way. Detail look is defined by

  1. filler params and descriptor;
  2. frame params and descriptor.
Te detail.png