You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/11/05 16:17:15 UTC

svn commit: r592038 [3/22] - in /directory/sandbox/felixk/studio-ldapbrowser-help: ./ META-INF/ src/ src/main/ src/main/docbook/ src/main/resources/ src/main/resources/about_files/ src/main/resources/html/ src/main/resources/html/css/ src/main/resource...

Added: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.0_tools_entry_editor_overview.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.0_tools_entry_editor_overview.xml?rev=592038&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.0_tools_entry_editor_overview.xml (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.0_tools_entry_editor_overview.xml Mon Nov  5 07:16:53 2007
@@ -0,0 +1,432 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<!--   
+	<para>
+	This section describes the main features of the Entry editor.
+	</para>
+	- Options-Suppport (;binary)
+	- Language-Tags support
+	- UTF-8 support
+	
+	Show Schema:
+	- Opens the schema of the 
+	
+	Outline:
+	- Shows attributes and number of values
+	- Interaction with Entry editor
+	
+	Modify Attributes:
+	- New Attribute
+	- New Value
+	- Edit Value: Double-Click, Enter, F7, Context-Menu->Edit Value
+	- Edit Value with
+	- Delete
+	
+-->
+
+<section id="tools_entry_editor_overview">
+	<title>Overview</title>
+	
+	<para>
+		This section describes general aspects of the Entry editor.
+	</para>
+	
+	<simplesect id="tools_entry_editor_screenshot">
+		<title>Example screenshot</title>
+		<para>
+			<screenshot>
+				<mediaobject>
+					<imageobject>
+						<imagedata width="15cm"
+							fileref="images/tools_entry_editor_1.png" format="PNG" />
+					</imageobject>
+				</mediaobject>
+			</screenshot>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_layout">
+		<title>Layout</title>
+		<para>
+			The Entry editor has a two-column layout. The left column
+			contains the attribute descriptions (names), the right
+			column contains the attribute values. Each line represents a
+			name-value pair.
+		</para>
+		<para>
+			The Entry editor has its own toolbar. The left part displays
+			the distinguished name of the current entry. The right part
+			contains the toolbar icons and menu.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_fonts">
+		<title>Fonts and colors</title>
+		<para>
+			To distinguish the different attribute classes the Entry
+			editor uses different fonts. By default the following fonts
+			and colors are used:
+			<informaltable frame="all">
+				<tgroup cols="4">
+					<colspec colname="Attribute class" colwidth="2*" />
+					<colspec colname="Default font" colwidth="1*" />
+					<colspec colname="Default color" colwidth="1*" />
+					<colspec colname="Example" colwidth="5*" />
+					<thead>
+						<row>
+							<entry>Attribute class</entry>
+							<entry>Default font</entry>
+							<entry>Default color</entry>
+							<entry>Example</entry>
+						</row>
+					</thead>
+					<tbody>
+						<row>
+							<entry>objectClass attribute</entry>
+							<entry>bold and italic</entry>
+							<entry>black</entry>
+							<entry>
+								<screenshot>
+									<mediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="images/tools_entry_editor_3.png" format="PNG" />
+										</imageobject>
+									</mediaobject>
+								</screenshot>
+							</entry>
+						</row>
+						<row>
+							<entry>Must attributes</entry>
+							<entry>bold</entry>
+							<entry>black</entry>
+							<entry>
+								<screenshot>
+									<mediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="images/tools_entry_editor_4.png" format="PNG" />
+										</imageobject>
+									</mediaobject>
+								</screenshot>
+							</entry>
+						</row>
+						<row>
+							<entry>May attributes</entry>
+							<entry>normal</entry>
+							<entry>black</entry>
+							<entry>
+								<screenshot>
+									<mediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="images/tools_entry_editor_5.png" format="PNG" />
+										</imageobject>
+									</mediaobject>
+								</screenshot>
+							</entry>
+						</row>
+						<row>
+							<entry>Operational attributes</entry>
+							<entry>italic</entry>
+							<entry>black</entry>
+							<entry>
+								<screenshot>
+									<mediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="images/tools_entry_editor_6.png" format="PNG" />
+										</imageobject>
+									</mediaobject>
+								</screenshot>
+							</entry>
+						</row>
+					</tbody>
+				</tgroup>
+			</informaltable>
+		</para>
+		<para>
+			These fonts and colors could be changed in the
+			<link linkend="preferences_attributes">
+				Attributes preferences
+			</link>
+			.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_toolbar">
+		<title>Toolbar</title>
+		<para>
+			The toolbar contains the following items:
+			<informaltable frame="all">
+				<tgroup cols="3">
+					<colspec colname="Icon" align="center" colwidth="1*" />
+					<colspec colname="Action" colwidth="2*" />
+					<colspec colname="Description" colwidth="5*" />
+					<colspec colname="Shortcut" colwidth="2*" />
+					<thead>
+						<row>
+							<entry>Icon</entry>
+							<entry>Action</entry>
+							<entry>Description</entry>
+							<entry>Shortcut</entry>
+						</row>
+					</thead>
+					<tbody>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/value_add.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>New Value</entry>
+							<entry>
+								Adds a new value to the selected
+								attribute and starts the edit mode.
+							</entry>
+							<entry>
+								<shortcut>
+									<keycombo>
+										<keycap>Ctrl</keycap>
+										<keycap>+</keycap>
+									</keycombo>
+								</shortcut>
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/attribute_add.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>New Attribute...</entry>
+							<entry>
+								Opens the
+								<link
+									linkend="tools_attribute_wizard">
+									New Attribute wizard
+								</link>
+								. When finishing the wizard a new
+								attribute is created and the edit mode
+								is started to enter a value.
+							</entry>
+							<entry>
+								<shortcut>
+									<keycombo>
+										<keycap>Shift</keycap>
+										<keycap>Ctrl</keycap>
+										<keycap>+</keycap>
+									</keycombo>
+								</shortcut>
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/delete.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>Delete</entry>
+							<entry>Deletes the selected values.</entry>
+							<entry>
+								<shortcut>
+									<keycap>Delete</keycap>
+								</shortcut>
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/delete_all.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>Delete Attributes</entry>
+							<entry>
+								Deletes all values of the selected
+								attributes. Applicable to multi-valued
+								attributes, if you want to delete the
+								complete attribute just select one value
+								use this action.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/refresh.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>Reload Attributes</entry>
+							<entry>
+								Reloads the attributes of the current
+								entry.
+							</entry>
+							<entry>
+								<shortcut>
+									<keycap>F5</keycap>
+								</shortcut>
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/expandall.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>Expand All</entry>
+							<entry>
+								Expands all folded attributes.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/collapseall.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>Collapse All</entry>
+							<entry>
+								Collapses all folded attributes.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/filter.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>Show Quick Filter</entry>
+							<entry>
+								Shows/Hides the
+								<link
+									linkend="tools_entry_editor_quickfilter">
+									Quick Filter
+								</link>
+								.
+							</entry>
+							<entry>
+								<shortcut>
+									<keycombo>
+										<keycap>Ctrl</keycap>
+										<keycap>F</keycap>
+									</keycombo>
+								</shortcut>
+							</entry>
+						</row>
+					</tbody>
+				</tgroup>
+			</informaltable>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_drop_down_menu">
+		<title>Drop Down Menu</title>
+		<para>
+			The drop down menu contains the following items:
+			<itemizedlist>
+				<listitem>
+					<para>
+						Sorting...: Opens the
+						<link linkend="tools_entry_editor_sortdialog">
+							Sort Dialog
+						</link>
+						to set default sorting.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Show Operational Attributes: If checked the
+						operational attributes (e.g. createTimestampe
+						and modifyTimestamp) are fetched and displayed.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Show Raw Values: If checked the raw values (as
+						stored in directory) are displayed. By default
+						some attributes have a special display value:
+						<itemizedlist>
+							<listitem>
+								Images: Image format, width, height, and
+								size.
+							</listitem>
+							<listitem>Binary data: Data size.</listitem>
+							<listitem>
+								Passwords: Used hash method.
+							</listitem>
+							<listitem>
+								Timestamps: Locale dependent date and
+								time format.
+							</listitem>
+						</itemizedlist>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Preferences...: Opens the
+						<link linkend="preferences_entry_editor">
+							Entry editor preferences
+						</link>
+						dialog.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+</section>

Propchange: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.0_tools_entry_editor_overview.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.1_tools_entry_editor_features.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.1_tools_entry_editor_features.xml?rev=592038&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.1_tools_entry_editor_features.xml (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.1_tools_entry_editor_features.xml Mon Nov  5 07:16:53 2007
@@ -0,0 +1,299 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<section id="tools_entry_editor_features">
+	<title>Features</title>
+	<para>
+		This section describes the features of the Entry editor.
+	</para>
+	
+	<simplesect id="tools_entry_editor_sorting">
+		<title>Sorting</title>
+		<para>
+			You could sort the displayed attributes by attribute
+			description or value by clicking to the column header. The
+			current sort criteria and direction is indicated by an
+			arrow. The default sorting behaviour could be changed in the
+			<link linkend="tools_entry_editor_sortdialog">
+				Sort Dialog
+			</link>
+			(
+			<emphasis role="strong">
+				Toolbar menu ->
+				<guiicon>
+					<inlinemediaobject>
+						<imageobject>
+							<imagedata contentdepth="1em" fileref="icons/sort.gif"
+								format="GIF" />
+						</imageobject>
+					</inlinemediaobject>
+				</guiicon>
+				Sorting
+			</emphasis>
+			):
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_sortdialog">
+		<title>Sort dialog</title>
+		<para>
+			The default sorting behaviour of the entry editor could be
+			changed in this dialog.
+			<screenshot>
+				<mediaobject>
+					<imageobject>
+						<imagedata width="10cm"
+							fileref="images/tools_entry_editor_2.png" format="PNG" />
+					</imageobject>
+				</mediaobject>
+			</screenshot>
+		</para>
+		<informaltable frame="all">
+			<tgroup cols="3">
+				<colspec colname="Field"  colwidth="1*"/>
+				<colspec colname="Description"  colwidth="2*"/>
+				<colspec colname="Default"  colwidth="1*"/>
+				<thead>
+					<row>
+						<entry>Field</entry>
+						<entry>Description</entry>
+						<entry>Default</entry>
+					</row>
+				</thead>
+				<tbody>
+					<row>
+						<entry>
+							ObjectClass and must attributes first
+						</entry>
+						<entry>
+							If enabled, objectClass and must attributes
+							are grouped at the top.
+						</entry>
+						<entry>on</entry>
+					</row>
+					<row>
+						<entry>Operational attributes last</entry>
+						<entry>
+							If enabled, operational attributes (e.g.
+							createTimestamp and modifyTimestamp) are
+							grouped at the bottom.
+						</entry>
+						<entry>on</entry>
+					</row>
+					<row>
+						<entry>Sort by</entry>
+						<entry>
+							Default sort criteria and order of attribute
+							and values. Select either 'Attribute
+							Description' or 'Value' from the drop-down
+							list as sort critera and select the sort
+							order. Or select 'No sorting' to disable
+							default sorting.
+						</entry>
+						<entry>
+							Attribute Description and Ascending
+						</entry>
+					</row>
+				</tbody>
+			</tgroup>
+		</informaltable>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_quickfilter">
+		<title>Quick Filter</title>
+		<para>
+			If an entry has many attributes and values it is difficult
+			to find a specific attribute. The Quick Filter provides a
+			client-side filter. To show/hide the Quick Filter toggle the
+			<guiicon>
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata contentdepth="1em" fileref="icons/filter.gif"
+							format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+			</guiicon>
+			button or press
+			<shortcut>
+				<keycombo>
+					<keycap>Ctrl</keycap>
+					<keycap>F</keycap>
+				</keycombo>
+			</shortcut>
+			. Enter (even parts of) attribute descriptions or values
+			into the input fields, only matching attributes keep
+			displayed. When hiding the filter is removed.
+			<screenshot>
+				<mediaobject>
+					<imageobject>
+						<imagedata width="10cm"
+							fileref="images/tools_entry_editor_7.png" format="PNG" />
+					</imageobject>
+				</mediaobject>
+			</screenshot>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_visibleattributes">
+		<title>Visible attributes</title>
+		<para>
+			By default all user attributes of an entry are fetched and
+			displayed in the Entry editor. In the
+			<link linkend="preferences_entry_editor">
+				Entry editor preferences
+			</link>
+			it is possible to define which classes of attributes (must,
+			may, operational) are displayed. If you are interested in
+			operational attributes enable the option "Show operational
+			attributes" in Entry editor toolbar menu. Note: When
+			changing these settings please refresh attributes to ensure
+			that the attributes are fetched from directory.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_folding">
+		<title>Folding</title>
+		<para>
+			By default attributes with more than 10 values are folded.
+			The attribute is displayed as single line containing the
+			number of values
+			<screenshot>
+				<mediaobject>
+					<imageobject>
+						<imagedata contentdepth="1em"
+							fileref="images/tools_entry_editor_9.png" format="PNG" />
+					</imageobject>
+				</mediaobject>
+			</screenshot>
+		</para>
+		<para>
+			Expand the attribute to make the values visible
+			(double-click works also). To expand/collapse all folded
+			attributes use the
+			<guiicon>
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata contentdepth="1em" fileref="icons/collapseall.gif"
+							format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+			</guiicon>
+			Collapse All and
+			<guiicon>
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata contentdepth="1em" fileref="icons/expandall.gif"
+							format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+			</guiicon>
+			Expand All and buttons from toolbar.
+			<screenshot>
+				<mediaobject>
+					<imageobject>
+						<imagedata contentdepth="5em"
+							fileref="images/tools_entry_editor_8.png" format="PNG" />
+					</imageobject>
+				</mediaobject>
+			</screenshot>
+		</para>
+		<para>
+			You could change this setting in
+			<link linkend="preferences_entry_editor">
+				Entry editor preferences
+			</link>.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_locatednindit">
+		<title>Locate DN in DIT</title>
+		<para>
+			If a value contains a distinguished name the
+			<guiicon>
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata contentdepth="1em" fileref="icons/locate_dn_in_dit.gif"
+							format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+			</guiicon>
+			<emphasis role="strong">Locate DN in DIT</emphasis>
+			action can be used to locate and open the entry in the DIT.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_querybyexample">
+		<title>Query by example</title>
+		<para>
+			When selecting attributes these attribute-value-pairs are
+			used to build a search filter, this feature could be used
+			for "query by example".
+			<itemizedlist>
+				<listitem>
+					<para>
+						Select example attributes and choose
+						<emphasis role="strong">New Search...</emphasis>
+						from context menu. Watch the search filter in
+						the search dialog.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Select example attributes and choose
+						<emphasis role="strong">
+							Advanced -> Copy [NOT|AND|OR] Search Filter
+						</emphasis>
+						from context menu. This copies the search filter
+						to system clipboard.
+					</para>
+				</listitem>
+			</itemizedlist>
+			When building a filter necessary value encoding is supported
+			(*->\2a, (->\28, )->29, \->\5c, NUL->\00).
+		</para>
+	</simplesect>
+	
+	<simplesect id="tools_entry_editor_editing">
+		<title>Editing</title>
+	
+		<para>
+			It is possible to add, edit or delete attributes and values of
+			an entry in the Entry editor.
+		</para>
+		<para>
+			To enter the edit mode using the default value editor select a
+			value and press
+			<emphasis role="strong">Enter</emphasis>
+			or
+			<emphasis role="strong">F7</emphasis>
+			or double-click the value. If the attribute is a simple string
+			(like givenName or telephoneNumber) the value could be edited
+			in-place, otherwise a specific value editor dialog is opened. To
+			use a specific value editor choose one from
+			<emphasis role="strong">
+				Context Menu -> Edit Value With
+			</emphasis>.
+		</para>
+		<para>
+			To finish editing press Enter or click to another value or click
+			the OK button in a value editor dialog. To cancel editing press
+			ESC or click the Cancel button in a value editor dialog.
+		</para>
+	</simplesect>	
+
+</section>
\ No newline at end of file

Propchange: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.1_tools_entry_editor_features.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.9_tools_entry_editor_contextmenu.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.9_tools_entry_editor_contextmenu.xml?rev=592038&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.9_tools_entry_editor_contextmenu.xml (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.9_tools_entry_editor_contextmenu.xml Mon Nov  5 07:16:53 2007
@@ -0,0 +1,1221 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<section id="tools_entry_editor_contextmenu">
+	<title>Context Menu</title>
+	<para>
+		This section describes the context menu of the Entry Editor.
+	</para>
+
+	<simplesect id="tools_entry_editor_contextmenu_newattribute">
+		<title>New Attribute...</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/attribute_add.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Opens the
+						<link linkend="tools_attribute_wizard">
+							New Attribute wizard
+						</link>
+						. When finishing the wizard a new attribute is
+						created and the edit mode is started to enter a
+						value.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If attributes or values are selected.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycombo>
+								<keycap>Shift</keycap>
+								<keycap>Ctrl</keycap>
+								<keycap>+</keycap>
+							</keycombo>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_newvalue">
+		<title>New Value</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/value_add.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Adds a new value to the selected
+						attribute and starts the edit mode.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one attribute or value is selected
+						and the attribute is modifyable and multivalued.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycombo>
+								<keycap>Ctrl</keycap>
+								<keycap>+</keycap>
+							</keycombo>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_newsearch">
+		<title>New Search...</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/search_new.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Opens the
+						<link linkend="tools_search_dialog">
+							Search dialog
+						</link>
+						. The selected attributes and values are used to
+						build the search filter (Query by example).
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If attributes or values are selected.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycombo>
+								<keycap>Ctrl</keycap>
+								<keycap>H</keycap>
+							</keycombo>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_newbatchoperation">
+		<title>New Batch Operation...</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em" fileref="icons/batch.gif"
+										format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Opens the
+						<link
+							linkend="tools_batchoperation_wizard">
+							Batch Operation wizard
+						</link>
+						. If one or multiple DN values are selected
+						these DNs are used as operation objects.
+						Otherwise the selected attributes and values are
+						used to build the search filter (Query by
+						example).
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If attributes or values are selected.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_locatednindit">
+		<title>Locate DN in DIT</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/locate_dn_in_dit.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Locates the entry of the selected
+						DN in DIT.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one value is selected and this value
+						is a distinguished name.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycap>F3</keycap>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+
+	<simplesect id="tools_entry_editor_contextmenu_schemabrowser_ocd">
+		<title>Open Schema Browser -> Object Class Definition</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em" fileref="icons/ocd.png"
+										format="PNG" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Opens the
+						<link linkend="tools_schema_browser_ocd">
+							Object Class page
+						</link>
+						in
+						<link linkend="tools_schema_browser">
+							Schema Browser
+						</link>
+						and selects the object class definition of the
+						currently selected objectClass value.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one objectClass value is selected
+						and the schema contains this object class.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_schemabrowser_atd">
+		<title>Open Schema Browser -> Attribute Type Definition</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em" fileref="icons/atd.png"
+										format="PNG" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Opens the
+						<link linkend="tools_schema_browser_atd">
+							Attribute Type page
+						</link>
+						in
+						<link linkend="tools_schema_browser">
+							Schema Browser
+						</link>
+						and selects the attribute type definiton of the
+						currently selected attribute.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one attribute or value is selected
+						and the schema contains this attribute type.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect
+		id="tools_entry_editor_contextmenu_schemabrowser_mrd_equality">
+		<title>
+			Open Schema Browser -> Equality Matching Rule Definition
+		</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/mrd_equality.png"
+										format="PNG" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Opens the
+						<link linkend="tools_schema_browser_mrd">
+							Matching Rule page
+						</link>
+						in
+						<link linkend="tools_schema_browser">
+							Schema Browser
+						</link>
+						and selects the equality matching rule definiton
+						of the currently selected attribute.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one attribute or value is selected,
+						the attribute provides an equality matching rule
+						and the schema contains this matching rule.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect
+		id="tools_entry_editor_contextmenu_schemabrowser_mrd_substring">
+		<title>
+			Open Schema Browser -> Substring Matching Rule Definition
+		</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/mrd_substring.png"
+										format="PNG" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Opens the
+						<link linkend="tools_schema_browser_mrd">
+							Matching Rule page
+						</link>
+						in
+						<link linkend="tools_schema_browser">
+							Schema Browser
+						</link>
+						and selects the substring matching rule
+						definiton of the currently selected attribute.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one attribute or value is selected,
+						the attribute provides a substring matching rule
+						and the schema contains this matching rule.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect
+		id="tools_entry_editor_contextmenu_schemabrowser_mrd_ordering">
+		<title>
+			Open Schema Browser -> Ordering Matching Rule Definition
+		</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/mrd_ordering.png"
+										format="PNG" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Opens the
+						<link linkend="tools_schema_browser_mrd">
+							Matching Rule page
+						</link>
+						in
+						<link linkend="tools_schema_browser">
+							Schema Browser
+						</link>
+						and selects the ordering matching rule definiton
+						of the currently selected attribute.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one attribute or value is selected,
+						the attribute provides an ordering matching rule
+						and the schema contains this matching rule.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_schemabrowser_lsd">
+		<title>Open Schema Browser -> Syntax Definition</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em" fileref="icons/lsd.png"
+										format="PNG" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Opens the
+						<link linkend="tools_schema_browser_lsd">
+							Syntax page
+						</link>
+						in
+						<link linkend="tools_schema_browser">
+							Schema Browser
+						</link>
+						and selects the syntax definiton of the
+						currently selected attribute.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one attribute or value is selected,
+						the attribute provides an syntax and the schema
+						contains this syntax.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_edior_contextmenu_copy">
+		<title>Copy Values</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em" fileref="icons/copy.gif"
+										format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Copies the selected values. The
+						values are copied to clipboard in an internal
+						format so they could be pasted to another entry
+						even in the search result editor. Additional
+						they are copied to the system clipboard as
+						string so they could be pasted in other
+						applications. New-line is used as value
+						separator. Binary values are copied BASE-64
+						encoded.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycombo>
+								<keycap>Ctrl</keycap>
+								<keycap>C</keycap>
+							</keycombo>
+						</shortcut>
+						or
+						<shortcut>
+							<keycombo>
+								<keycap>Ctrl</keycap>
+								<keycap>Insert</keycap>
+							</keycombo>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_paste">
+		<title>Paste Values</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em" fileref="icons/paste.gif"
+										format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Pasted the previously copied values
+						to the current entry. Each value is copied
+						separately, when an error occurs while adding
+						the value the paste operation will continue with
+						the next value.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If the system clipboard contains
+						values.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycombo>
+								<keycap>Ctrl</keycap>
+								<keycap>V</keycap>
+							</keycombo>
+						</shortcut>
+						or
+						<shortcut>
+							<keycombo>
+								<keycap>Shift</keycap>
+								<keycap>Insert</keycap>
+							</keycombo>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_delete">
+		<title>Delete</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/delete.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Deletes the selected attributes and
+						values. Note that the following attributes
+						aren't deleteable:
+						<itemizedlist>
+							<listitem>
+								objectClasses which attributes are
+								contained in the entry
+							</listitem>
+							<listitem>RDN attributes</listitem>
+							<listitem>
+								The last value of must attributes
+							</listitem>
+							<listitem>Operational attributes</listitem>
+						</itemizedlist>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If attributes and values are selected
+						and they are deletable.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycap>Delete</keycap>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_selectall">
+		<title>Select All</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Description: Selects all attributes and values.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycombo>
+								<keycap>Ctrl</keycap>
+								<keycap>A</keycap>
+							</keycombo>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_advanced_copydn">
+		<title>Advanced -> Copy DN</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/copy_dn.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Copies the distinguished name of
+						the current entry (e.g. cn=John
+						Fowler,ou=People,o=JNDITutorial)
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+	<simplesect id="tools_entry_editor_contextmenu_advanced_copyurl">
+		<title>Advanced -> Copy URL</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/copy_url.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Copies the URL of the current entry
+						(e.g. ldap://localhost:389/cn=John
+						Fowler,ou=People,o=JNDITutorial)
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect
+		id="tools_entry_editor_contextmenu_advanced_copyattribute">
+		<title>Advanced -> Copy Attribute Descriptions</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/copy_att.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Copies the attribute descriptions of the
+						selected attributes and values as string to the
+						system clipboard.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_advanced_copyutf8">
+		<title>Advanced -> Copy Values (UTF-8)</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/copy_raw.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Copies the selected values UTF-8 encoded to the
+						system clipboard.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect
+		id="tools_entry_editor_contextmenu_advanced_copybase64">
+		<title>Advanced -> Copy Values (BASE-64)</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/copy_base64.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Copies the selected values BASE-64 encoded to
+						the system clipboard.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_advanced_copyhex">
+		<title>Advanced -> Copy Values (HEX)</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/copy_hex.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Copies the selected values HEX encoded to the
+						system clipboard.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_advanced_copyldif">
+		<title>Advanced -> Copy Name-Value-Pairs as LDIF</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/copy_ldif.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Copies the selected attribute and values in LDIF
+						format to the system clipboard.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect
+		id="tools_entry_editor_contextmenu_advanced_copyfilter">
+		<title>Advanced -> Copy Search Filter</title>
+		<para>
+			Builds search filters from the selected attributes and
+			values. There are four options:
+			<itemizedlist>
+				<listitem>
+					<para>
+						Default
+						<itemizedlist>
+							<listitem>
+								<para>
+									Icon:
+									<guiicon>
+										<inlinemediaobject>
+											<imageobject>
+												<imagedata contentdepth="1em"
+													fileref="icons/filter_equals.gif" format="GIF" />
+											</imageobject>
+										</inlinemediaobject>
+									</guiicon>
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									Description: Copies the selected
+									attribute and value as LDAP search
+									filter (attribute=value).
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									Enabled: If one value is selected.
+								</para>
+							</listitem>
+						</itemizedlist>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						NOT
+						<itemizedlist>
+							<listitem>
+								<para>
+									Icon:
+									<guiicon>
+										<inlinemediaobject>
+											<imageobject>
+												<imagedata contentdepth="1em"
+													fileref="icons/filter_not.gif" format="GIF" />
+											</imageobject>
+										</inlinemediaobject>
+									</guiicon>
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									Description: Copies the selected
+									attribute and value as LDAP NOT
+									search filter (!(attribute=value)).
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									Enabled: If one value is selected.
+								</para>
+							</listitem>
+						</itemizedlist>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						AND
+						<itemizedlist>
+							<listitem>
+								<para>
+									Icon:
+									<guiicon>
+										<inlinemediaobject>
+											<imageobject>
+												<imagedata contentdepth="1em"
+													fileref="icons/filter_and.gif" format="GIF" />
+											</imageobject>
+										</inlinemediaobject>
+									</guiicon>
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									Description: Copies the selected
+									attributes and values as LDAP AND
+									search filter
+									(&amp;(attribute1=value1)...(attributeN=valueN)).
+								</para>
+							</listitem>
+						</itemizedlist>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						OR
+						<itemizedlist>
+							<listitem>
+								<para>
+									Icon:
+									<guiicon>
+										<inlinemediaobject>
+											<imageobject>
+												<imagedata contentdepth="1em"
+													fileref="icons/filter_or.gif" format="GIF" />
+											</imageobject>
+										</inlinemediaobject>
+									</guiicon>
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									Description: Copies the selected
+									attributes and values as LDAP OR
+									search filter
+									(|(attribute1=value1)...(attributeN=valueN)).
+								</para>
+							</listitem>
+						</itemizedlist>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_deleteall">
+		<title>Advanced -> Delete Attributes</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/delete_all.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Description: Deletes all values of the selected
+						attributes. Applicable to multi-valued
+						attributes, if you want to delete the complete
+						attribute just select one value use this action.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If values of multi-valued attributes
+						are selected and these attributes are
+						deleteable.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_editattribute">
+		<title>Edit Attribute Description</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Description: Opens the
+						<link linkend="tools_attribute_wizard">
+							Edit Attribute wizard
+						</link>
+						. When changing the attribute description a add
+						operation and a delete operation is performed.
+						Note that the attribute descriptions of the
+						following attributes aren't editable (analog to
+						delete):
+						<itemizedlist>
+							<listitem>
+								objectClasses which attributes are
+								contained in the entry
+							</listitem>
+							<listitem>RDN attributes</listitem>
+							<listitem>
+								The last value of must attributes
+							</listitem>
+							<listitem>Operational attributes</listitem>
+						</itemizedlist>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one attribut or value is selected
+						and the attribute description is editable.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycap>F6</keycap>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_editvalue">
+		<title>Edit Value</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Edits the selected value using the default value
+						editor. To change the default value editor see
+						<link linkend="preferences_value_editors">
+							Value Provider preferences
+						</link>
+						.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one value is selected and this is
+						modifyable.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycap>F7</keycap>
+						</shortcut>
+						or
+						<shortcut>
+							<keycap>Enter</keycap>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_editvaluewith">
+		<title>Edit Value With</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Depending on the selected value there could be
+						alternate value editors. To edit the selected
+						value with another value editor choose one of
+						the listed editors.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Enabled: If one value is selected and this is
+						modifyable.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_reload">
+		<title>Reload Attribute</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Icon:
+						<guiicon>
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata contentdepth="1em"
+										fileref="icons/refresh.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+						</guiicon>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Reloads the attributes of the current entry.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<shortcut>
+							<keycap>F5</keycap>
+						</shortcut>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_entry_editor_contextmenu_properties">
+		<title>Properties</title>
+		<para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Description: Opens the Properties dialog with
+						the
+						<link linkend="tools_attribute_properties">
+							Attribute properties page
+						</link>
+						or
+						<link linkend="tools_value_properties">
+							Value properties page
+						</link>
+						.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Shortcut:
+						<keycombo>
+							<keycap>Alt</keycap>
+							<keycap>Enter</keycap>
+						</keycombo>
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+</section>
\ No newline at end of file

Propchange: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22.9_tools_entry_editor_contextmenu.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22_tools_entry_editor.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22_tools_entry_editor.xml?rev=592038&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22_tools_entry_editor.xml (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22_tools_entry_editor.xml Mon Nov  5 07:16:53 2007
@@ -0,0 +1,30 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<section id="tools_entry_editor">
+	<title>Entry editor</title>
+	<para>
+		The Entry editor is used to view and edit the attributes and values of an entry. 
+		Although it is placed in the editor area there is only a single instance of the Entry editor.
+	</para>
+
+	&tools_entry_editor_overview;
+	&tools_entry_editor_features;
+	&tools_entry_editor_contextmenu;
+	
+</section>

Propchange: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.22_tools_entry_editor.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.23.0_tools_search_result_editor_overview.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.23.0_tools_search_result_editor_overview.xml?rev=592038&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.23.0_tools_search_result_editor_overview.xml (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.23.0_tools_search_result_editor_overview.xml Mon Nov  5 07:16:53 2007
@@ -0,0 +1,291 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<section id="tools_search_result_editor_overview">
+	<title>Overview</title>
+
+	<para>
+		This section describes general aspects of the Search Result
+		editor.
+	</para>
+
+	<simplesect id="tools_search_result_editor_screenshot">
+		<title>Example screenshot</title>
+		<para>
+			<screenshot>
+				<mediaobject>
+					<imageobject>
+						<imagedata width="15cm"
+							fileref="images/tools_search_result_editor_1.png" format="PNG" />
+					</imageobject>
+				</mediaobject>
+			</screenshot>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_search_result_editor_layout">
+		<title>Layout</title>
+		<para>
+			The Search Result editor has a multi-column layout, one
+			column for each returning attribute defined in search
+			parameters. Each line represents a search result with its
+			values.
+		</para>
+		<para>
+			The cells have the following meaning:
+			<itemizedlist>
+				<listitem>
+					<para>
+						A value indicates that the entry has such an
+						attribute with exacly one value.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						An empty cell indicates that the entry hasn't
+						such an attribute.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						X values: ... indicates that the entry has
+						multiple values for that attribute.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+		<para>
+			You can choose whether the DN of each search result is
+			displayed as first column. Toggle
+			<emphasis role="strong">Toolbar menu -> Show DN</emphasis>
+			.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_search_result_editor_fonts">
+		<title>Fonts and Colors</title>
+		<para>
+			To distinguish the different attribute classes the Search
+			Result editor uses the same fonts and colos as the
+			<link linkend="tools_entry_editor_fonts">Entry editor</link>
+			.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_search_result_editor_toolbar">
+		<title>Toolbar</title>
+		<para>
+			The toolbar contains the following items:
+			<informaltable frame="all">
+				<tgroup cols="4">
+					<colspec colname="Icon" align="center" colwidth="1*" />
+					<colspec colname="Action" colwidth="2*" />
+					<colspec colname="Description" colwidth="4*" />
+					<colspec colname="Shortcut" colwidth="2*" />
+					<thead>
+						<row>
+							<entry>Icon</entry>
+							<entry>Action</entry>
+							<entry>Description</entry>
+							<entry>Shortcut</entry>
+						</row>
+					</thead>
+					<tbody>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/value_add.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>New Value</entry>
+							<entry>
+								Adds a new value to the selected
+								attribute and starts the edit mode.
+							</entry>
+							<entry>
+								<shortcut>
+									<keycombo>
+										<keycap>Ctrl</keycap>
+										<keycap>+</keycap>
+									</keycombo>
+								</shortcut>
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/delete.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>Delete</entry>
+							<entry>
+								Deletes the selected attribute.
+							</entry>
+							<entry>
+								<shortcut>
+									<keycap>Delete</keycap>
+								</shortcut>
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/refresh.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>Refresh</entry>
+							<entry>Performs the current search.</entry>
+							<entry>
+								<shortcut>
+									<keycap>F5</keycap>
+								</shortcut>
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/copy_table.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>Copy Table</entry>
+							<entry>
+								Copies values as displayed in the table
+								as CSV. By default the tabulator is used
+								as attribute delimiter, a pipe is used
+								as value delimiter and each attribute is
+								wrapped by double-quotes. These settings
+								are suitable to paste the copied data
+								into Excel or OpenOffice, the settings
+								could be changed in
+								<link
+									linkend="preferences_text_formats">
+									Text Formats preferences
+								</link>
+								.
+							</entry>
+							<entry></entry>
+						</row>
+						<row>
+							<entry>
+								<guiicon>
+									<inlinemediaobject>
+										<imageobject>
+											<imagedata contentdepth="1em"
+												fileref="icons/filter.gif" format="GIF" />
+										</imageobject>
+									</inlinemediaobject>
+								</guiicon>
+							</entry>
+							<entry>Show Quick Filter</entry>
+							<entry>
+								Shows/Hides the
+								<link
+									linkend="tools_search_result_editor_features_quickfilter">
+									Quick Filter
+								</link>
+								.
+							</entry>
+							<entry>
+								<shortcut>
+									<keycombo>
+										<keycap>Ctrl</keycap>
+										<keycap>F</keycap>
+									</keycombo>
+								</shortcut>
+							</entry>
+						</row>
+					</tbody>
+				</tgroup>
+			</informaltable>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_search_result_editor_drop_down_menu">
+		<title>Drop Down Menu</title>
+		<para>
+			The drop down menu contains the following items:
+			<itemizedlist>
+				<listitem>
+					<para>
+						Show DN: If checked the distinguished name of
+						each search result is displayed as first column.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						DN as link: If checked the distinguished name of
+						each search result is a link. Clicking to this link
+						will open the search result entry.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Show Raw Values: If checked the raw values (as
+						stored in directory) are displayed. By default
+						some attributes have a special display value:
+						<itemizedlist>
+							<listitem>
+								Images: Image format, width, height, and
+								size.
+							</listitem>
+							<listitem>Binary data: Data size.</listitem>
+							<listitem>
+								Passwords: Used hash method.
+							</listitem>
+							<listitem>
+								Timestamps: Locale dependent date and
+								time format.
+							</listitem>
+						</itemizedlist>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Preferences...: Opens the
+						<link
+							linkend="preferences_search_result_editor">
+							Search Result editor preferences
+						</link>
+						dialog.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</simplesect>
+
+</section>

Propchange: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.23.0_tools_search_result_editor_overview.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.23.1_tools_search_result_editor_features.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.23.1_tools_search_result_editor_features.xml?rev=592038&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.23.1_tools_search_result_editor_features.xml (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.23.1_tools_search_result_editor_features.xml Mon Nov  5 07:16:53 2007
@@ -0,0 +1,207 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<section id="tools_search_result_editor_features">
+	<title>Features</title>
+	<para>
+		This section describes the features of the Search Result editor.
+	</para>
+
+	<simplesect id="tools_search_result_editor_features_sorting">
+		<title>Sorting</title>
+		<para>
+			To sort the search results by attributes click the column
+			header. The current sort attribute and direction is
+			indicated by an arrow.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_search_result_editor_features_quickfilter">
+		<title>Quick Filter</title>
+		<para>
+			If there are many search results it is difficult to find a
+			specific one. The Quick Filter provides a client-side
+			filter. To show/hide the Quick Filter toggle the
+			<guiicon>
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata contentdepth="1em" fileref="icons/filter.gif"
+							format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+			</guiicon>
+			button or press
+			<shortcut>
+				<keycombo>
+					<keycap>Ctrl</keycap>
+					<keycap>F</keycap>
+				</keycombo>
+			</shortcut>
+			. Enter (even parts of) a value into the input field, only
+			matching search results keep displayed. When hiding the
+			filter is removed.
+			<screenshot>
+				<mediaobject>
+					<imageobject>
+						<imagedata scale="50"
+							fileref="images/tools_search_result_editor_3.png" format="PNG" />
+					</imageobject>
+				</mediaobject>
+			</screenshot>
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_search_result_editor_features_navigation">
+		<title>Navigation</title>
+		<para>
+			The
+			<guiicon>
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata contentdepth="1em" fileref="icons/locate_dn_in_dit.gif"
+							format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+			</guiicon>
+			<emphasis role="strong">Locate DN in DIT</emphasis>
+			action locates and opens the entry of a selected DN in the
+			DIT.
+		</para>
+		<para>
+			The
+			<guiicon>
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata contentdepth="1em" fileref="icons/open_searchresult.gif"
+							format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+			</guiicon>
+			<emphasis role="strong">Open Search Result</emphasis>
+			action locates and opens the selected search result.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_search_result_editor_features_copytable">
+		<title>Copy Table</title>
+		<para>
+			The
+			<guiicon>
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata contentdepth="1em" fileref="icons/copy_table.gif"
+							format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+			</guiicon>
+			<emphasis role="strong">Copy Table</emphasis>
+			action copies attributes as displayed in the table to the
+			system clipboard.
+		</para>
+		<para>
+			By default the tabulator is used as attribute delimiter, a
+			pipe is used as value delimiter and each attribute is
+			wrapped by double-quotes. These settings are suitable to
+			paste the copied data into Excel or OpenOffice, the settings
+			could be changed in
+			<link linkend="preferences_text_formats">
+				Text Formats preferences
+			</link>
+			.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_search_result_editor_features_editing">
+		<title>Editing</title>
+		<para>
+			It is possible to add, edit or delete the displayed
+			attributes of the search results in the Search Result
+			editor.
+		</para>
+		<para>
+			To enter the edit mode using the default value editor select
+			a cell and press
+			<emphasis role="strong">Enter</emphasis>
+			or
+			<emphasis role="strong">F7</emphasis>
+			or double-click the cell. If the attribute is a simple
+			string (like givenName or telephoneNumber) the value could
+			be edited in-place, otherwise a specific value editor dialog
+			is opened. To use a specific value editor choose one from
+			<emphasis role="strong">
+				Context Menu -> Edit Value With
+			</emphasis>
+			.
+		</para>
+		<para>
+			To finish editing press Enter or click to another cell or
+			click the OK button in a value editor dialog. To cancel
+			editing press ESC or click the Cancel button in a value
+			editor dialog.
+		</para>
+	</simplesect>
+
+	<simplesect id="tools_search_result_editor_features_mve">
+		<title>Multivalued Editor</title>
+		<para>
+			In LDAP it is possible (and even normal) that an entry has
+			multivalued attributes. To handle this in a spreadsheet-like
+			editor a special editor is necessary:
+			<itemizedlist>
+				<listitem>
+					<para>
+						In the cell a multivalued attribute is displayed
+						as "X values: ..." to show the number of values
+						and a preview
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						When entering edit mode the Multivalued Editor
+						dialog is opened.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+		<para>
+			The Mulivalued Editor is similar to the Entry editor: you
+			could add, edit and delete values. Of course it is limited
+			to edit only the current attribute, not the whole entry.
+		</para>
+		<para>
+			When editing a multivalued attribute the Multivalued Editor
+			is used as default value editor. When editing a singlevalued
+			attribute you could select
+			<emphasis role="strong">
+				Context Menu -> Edit Value With ->
+				<guiicon>
+					<inlinemediaobject>
+						<imageobject>
+							<imagedata contentdepth="1em"
+								fileref="icons/multivaluededitor.gif" format="GIF" />
+						</imageobject>
+					</inlinemediaobject>
+				</guiicon>
+				Multivalued Editor
+			</emphasis>
+			.
+		</para>
+	</simplesect>
+
+</section>
+

Propchange: directory/sandbox/felixk/studio-ldapbrowser-help/src/main/docbook/2.23.1_tools_search_result_editor_features.xml
------------------------------------------------------------------------------
    svn:eol-style = native