Changeset 31


Ignore:
Timestamp:
Dec 4, 2009 4:59:13 PM (14 years ago)
Author:
toby
Message:

# on 1999/01/20 19:44:43, toby did:
remove unused stuff
add SaveOptions?
remove New_expnam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsasmenu.tcl

    • Property rcs:date changed from 1999/01/13 04:40:02 to 1999/01/20 19:44:43
    • Property rcs:lines changed from +19 -9 to +7 -23
    • Property rcs:rev changed from 1.3 to 1.4
    r27 r31  
    11# $Revision$ $Date$
    22# menu information for GSAS programs
    3 
    4 # implement
    5 #       next
    6 #       previous
    7 #       newest
    8 #       help
    93
    104# menu items to be created (N.B. File, Options & Help already exist)
     
    148array set expgui_menulist {
    159    file {
    16         New_expnam
    1710        convert
    1811        dlst
     
    140133
    141134    expnam {readnewexp {
    142         Select an existing GSAS experiment to be used}
    143     }
    144 
    145     New_expnam {CreateNewExp {
    146         Create a new GSAS experiment from scratch}
     135        Select an existing or new GSAS experiment to be used}
    147136    }
    148137
     
    307296    }
    308297   
    309     convert     {{convfile} {
     298    convert     {convfile {
    310299        Convert a standard ASCII file to the direct access format used by GSAS (and for UNIX, the reverse)}
    311300    }
     
    326315        EXPEDT, change try the other setting for this option.} 
    327316    }
     317    SaveOptions {- {
     318        Save the current values for "Override backspace",
     319        "Sort atoms by", "Sort histograms by" and "archive EXP"
     320        in ~/.gsas_config (c:\.gsas_config)}
     321    }
    328322    exit        {- {
    329323        Exit EXPGUI}
     
    336330#exp2shelx      {{} {}}
    337331#exp2xtl        {{} {}}
    338 #newEXP {{newexp} {}}
    339 #next        {{next 1} {}}
    340 #previous    {{next 0} {}}
    341332#dlst   {{delconf .LST} {}}
    342333
     
    350341        liveplot
    351342}       
    352 
    353 array set helplist {
    354     newEXP      Create a new GSAS experiment
    355     dlst        Delete experiment list file
    356     next        Advance to next experiment file in list
    357     previous    Move to previous experiment file in list
    358 }
Note: See TracChangeset for help on using the changeset viewer.