Changeset 4987 for trunk/GSASIIdataGUI.py
- Timestamp:
- Jul 2, 2021 2:20:10 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r4979 r4987 2357 2357 command. If a proxy server is needed, the address/host and port 2358 2358 can be added supplied here. This will generate command-line options 2359 2360 --config-option servers:global:http-proxy-host=*host* 2361 --config-option servers:global:http-proxy-port=*port* 2362 2359 %t% --config-option servers:global:http-proxy-host=*host* 2360 %t% --config-option servers:global:http-proxy-port=*port* 2361 %% 2363 2362 Additional subversion command line options can be supplied here 2364 2363 by pressing the '+' button. As examples of options that might be of 2365 2364 value, use two extra lines to add: 2366 2367 --config-dir 2368 DIR 2369 2365 %t% --config-dir 2366 %t% DIR 2367 %% 2370 2368 to specify an alternate configuration location. 2371 2369 %% 2372 2370 Or, use four extra lines to add 2373 2374 --config-option 2375 servers:global:http-proxy-username=*account* 2376 --config-option 2377 servers:global:http-proxy-password=*password* 2378 2371 %t% --config-option 2372 %t% servers:global:http-proxy-username=*account* 2373 %t% --config-option 2374 %t% servers:global:http-proxy-password=*password* 2375 %% 2379 2376 to specify a proxy user name and password. 2380 2377 %% 2381 2378 Note that strings marked *value* are items that will be configured 2382 2379 by the user. See http://svnbook.red-bean.com for more information on … … 5899 5896 self.SeqExportLookup[item.GetId()] = (obj,lbl) # lookup table for submenu item 5900 5897 # Bind is in UpdateSeqResults 5901 5898 G2G.Define_wxId('wxID_XPORTSEQCSV') 5899 self.SequentialEx.Append(G2G.wxID_XPORTSEQCSV,'Save table as CSV', 5900 'Save all sequential refinement results as a CSV spreadsheet file') 5902 5901 self.PostfillDataMenu() 5903 5902
Note: See TracChangeset
for help on using the changeset viewer.