[Jsxe-cvs] SF.net SVN: jsxe: [1101] trunk/treeview
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-08-03 15:40:44
|
Revision: 1101 Author: ian_lewis Date: 2006-08-03 08:40:34 -0700 (Thu, 03 Aug 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1101&view=rev Log Message: ----------- Added english tooltips for some global options Modified Paths: -------------- trunk/treeview/Changelog trunk/treeview/messages/messages Modified: trunk/treeview/Changelog =================================================================== --- trunk/treeview/Changelog 2006-08-03 15:25:48 UTC (rev 1100) +++ trunk/treeview/Changelog 2006-08-03 15:40:34 UTC (rev 1101) @@ -1,3 +1,8 @@ +08/03/2006 Ian Lewis <Ian...@me...> + + * Added some English tooltip messages to the Global Options Pane for the + tree view. + 07/20/2006 Ian Lewis <Ian...@me...> * Updated actions and messages for options. Modified: trunk/treeview/messages/messages =================================================================== --- trunk/treeview/messages/messages 2006-08-03 15:25:48 UTC (rev 1100) +++ trunk/treeview/messages/messages 2006-08-03 15:40:34 UTC (rev 1101) @@ -7,8 +7,11 @@ TreeView.Options.Title=Tree View TreeView.Options.Show.Comments=Show comment nodes +TreeView.Options.Show.Comments.ToolTip=If this checkbox is checked then comment nodes will be shown in the tree. TreeView.Options.Continuous.Layout=Continuous layout for split-panes +TreeView.Options.Continuous.Layout.ToolTip=<html>If this checkbox is checked then split panes will continuously repaint as you resize them.<br>Otherwise a black line is drawn to show the resize.</html> TreeView.Options.Show.Attributes=Show element attributes in tree: +TreeView.Options.Show.Attributes.ToolTip=<html>This option specifies what attributes are shown in the tree.<ul><li><strong>None</strong> - No attrributes are shown.</li><li><strong>ID only</strong> - Only the attribute specified as the ID is shown.</li><li><strong>All</strong> - All attributes are shown.</li></ul></html> Show.Attributes.None=None Show.Attributes.ID.Only=ID only Show.Attributes.All=All This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |