Ignore:
Timestamp:
Mar 27, 2011 3:14:54 PM (12 years ago)
Author:
mmc
Message:

Integrated the new -tooltip support into the builder and added tooltips
for the Tool section. Also, fixed a problem whereby you would load an
XML file and then switch to another, and the program would prompt you
to save changes, even though nothing was changed. Empty strings were
being inserted into the XML causing it to appear different than the
original. That's fixed now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/builder/scripts/tool.rp

    r2155 r2158  
    22    help http://rappture.org/wiki/rappture_xml_elements
    33
    4     attr title -type string -path title
    5     attr description -type string:lines=6 -expand yes -path about
    6     attr command -title "Program" -type language -path command
     4    attr title -type string -path title -tooltip "Sets the title of your tool, which usually appears on the right-hand side of your tool when it first starts up."
     5
     6    attr description -type string:lines=6 -expand yes -path about -tooltip "A few paragraphs describing your tool, which usually appear just below the title on the right-hand side of your tool when it first starts up."
     7
     8    attr command -title "Program" -type language -path command -tooltip "Sets the programming language used to implement your underlying simulation tool.  This determines the command line that Rappture will use to invoke your tool."
     9
    710
    811    check title {
Note: See TracChangeset for help on using the changeset viewer.