Changeset 260 for trunk/SRC/Utilities


Ignore:
Timestamp:
08/20/07 17:24:57 (17 years ago)
Author:
pinsard
Message:

only uppercase between <proidl>...</proidl> in perspective of links to /usr/local_macosx/idl/idl_6.2/idl_6.2/

Location:
trunk/SRC/Utilities
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/find.pro

    r242 r260  
    22; 
    33; @file_comments 
    4 ; based on <proidl>file_search</proidl>, but it is possible to specify 
     4; based on <proidl>FILE_SEARCH</proidl>, but it is possible to specify 
    55; a set of possibles names and a different set of 
    66; possibles directories names. 
    77; By default look for files included in !path 
    88; 
    9 ; all <proidl>file_search</proidl> keywords can be used. 
     9; all <proidl>FILE_SEARCH</proidl> keywords can be used. 
    1010; 
    1111; @categories 
     
    1515; File name[s] to match. Input names specifications may contain 
    1616; wildcard characters, enabling them to match multiple files 
    17 ; (see <proidl>file_search</proidl> for more informations). By default and if 
     17; (see <proidl>FILE_SEARCH</proidl> for more informations). By default and if 
    1818; necessary, <pro>find</pro> is looking for filename and also for filename 
    1919; completed with '.pro' 
  • trunk/SRC/Utilities/isadirectory.pro

    r243 r260  
    2020; 
    2121; @keyword _EXTRA 
    22 ; Used to pass keywords to <proidl>dialog_pickfile</proidl> 
     22; Used to pass keywords to <proidl>DIALOG_PICKFILE</proidl> 
    2323; 
    2424; @returns 
  • trunk/SRC/Utilities/isafile.pro

    r248 r260  
    44; same as <pro>find</pro> except that as long as the file is 'NOT FOUND', 
    55; <pro>isafile</pro> calls  
    6 ; <proidl>dialog_pickfile</proidl>, to ask the user to select a file. 
     6; <proidl>DIALOG_PICKFILE</proidl>, to ask the user to select a file. 
    77; 
    88; @categories 
     
    3838; @keyword _EXTRA 
    3939; Used to pass keywords to <pro>find</pro>, 
    40 ; <proidl>file_search</proidl> and 
    41 ; <proidl>dialog_pickfile</proidl> 
     40; <proidl>FILE_SEARCH</proidl> and 
     41; <proidl>DIALOG_PICKFILE</proidl> 
    4242; 
    4343; @returns 
  • trunk/SRC/Utilities/report.pro

    r242 r260  
    22; 
    33; @file_comments 
    4 ; Like <proidl>dialog_message</proidl> if there is already some widget 
    5 ; active or like <proidl>message</proidl> if there is not any widget active. 
     4; Like <proidl>DIALOG_MESSAGE</proidl> if there is already some widget 
     5; active or like <proidl>MESSAGE</proidl> if there is not any widget active. 
    66; To ask a question whose answer is not yes/no, use xquestion. 
    77; 
     
    2020; 
    2121; @keyword PARENT 
    22 ; same as DIALOG_PARENT of <proidl>dialog_message</proidl> 
     22; same as DIALOG_PARENT of <proidl>DIALOG_MESSAGE</proidl> 
    2323; 
    2424; @keyword QUESTION {default="Warning"} 
     
    3030; 
    3131; @keyword _EXTRA 
    32 ; Used to pass keywords to <proidl>dialog_message</proidl> and  
    33 ; <proidl>message</proidl> 
     32; Used to pass keywords to <proidl>DIALOG_MESSAGE</proidl> and  
     33; <proidl>MESSAGE</proidl> 
    3434; 
    3535; @returns 
  • trunk/SRC/Utilities/routine_name.pro

    r242 r260  
    1616; 
    1717; @restrictions 
    18 ; This function use the keyword OUTPUT in <proidl>help</proidl> and  
     18; This function use the keyword OUTPUT in <proidl>HELP</proidl> and  
    1919; it is specified 
    2020; in the on-line help that the return syntax of this word can change in 
  • trunk/SRC/Utilities/testvar.pro

    r242 r260  
    22; 
    33; @file_comments 
    4 ; A kind of <proidl>keyword_set</proidl> but when the value exist, it  
     4; A kind of <proidl>KEYWORD_SET</proidl> but when the value exist, it  
    55; send it back. 
    66; 
  • trunk/SRC/Utilities/undefine.pro

    r258 r260  
    33; @file_comments 
    44; erase a variable 
    5 ; same thing like <proidl>delvar</proidl> but usable in a program and usable 
     5; same thing like <proidl>DELVAR</proidl> but usable in a program and usable 
    66; for one variable simultaneously 
    77; 
  • trunk/SRC/Utilities/xfile.pro

    r242 r260  
    33; @file_comments 
    44; display an ASCII file in a widget. 
    5 ; It is the same thing that <proidl>xdisplayfile<proidl> but here, we use it 
     5; It is the same thing that <proidl>XDISPLAYFILE<proidl> but here, we use it 
    66; to display the content of a procedure or of a function located in the !path 
    77; ".pro" suffix will be appended if needed. 
     
    1515; 
    1616; @keyword _EXTRA 
    17 ; Used to pass keywords to <proidl>xdisplayfile</proidl> 
     17; Used to pass keywords to <proidl>XDISPLAYFILE</proidl> 
    1818; 
    1919; @examples 
  • trunk/SRC/Utilities/xhelp.pro

    r242 r260  
    1313; 
    1414; @keyword _EXTRA 
    15 ; Used to pass keywords to <proidl>xdisplayfile</proidl> 
     15; Used to pass keywords to <proidl>XDISPLAYFILE</proidl> 
    1616; 
    1717; @restrictions 
Note: See TracChangeset for help on using the changeset viewer.