Changeset 2435


Ignore:
Timestamp:
Jul 17, 2011, 3:07:16 AM (14 years ago)
Author:
Andreas Schnellbacher
Message:
  • Fixed line ends in tags tree.
Location:
tags/cla_v100
Files:
97 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/cla_v100/bin/esrcscan.cmd

    r2417 r2435  
    692692 ThisCategory = 'DIVERSE';
    693693 IF (Category.ThisCategory \= '') THEN
    694     WorkList = WorkList 'DIVERSE'; 
     694    WorkList = WorkList 'DIVERSE';
    695695
    696696 /* build up lists for each category */
     
    875875       END;
    876876       DocComment.ThisFunction.ThisKey = DocComment.ThisFunction.ThisKey''CrLf;
    877        
     877
    878878       rcx = WriteSection( FunctionsFile, ThisFunction, ThisId, 'RELATED', '', 'Related functions', '40 0 60 100');
    879879    END;
  • TabularUnified tags/cla_v100/bin/kd.cmd

    r2417 r2435  
    44 *      Syntax: kd dir [dir [...]]
    55 *
    6  *    This program kills directory trees. 
     6 *    This program kills directory trees.
    77 *    Names including blanks are not supported !
    88 */
     
    9898       /* get all subdirectories */
    9999       rc = SysFileTree( Dir'\*', 'Dir.', 'DOS');
    100    
     100
    101101       /* kill anything moving ... ;-) */
    102102       DO d = Dir.0 TO 1 BY -1
     
    149149 /* remove attributes from files - does not work with option 'O' :-( */
    150150 rc = SysFileTree( Dir'\*', 'File.', 'F',, '-----');
    151  
     151
    152152 /* remove files */
    153153 rc = SysFileTree( Dir'\*', 'File.', 'FO');
  • TabularUnified tags/cla_v100/bin/rmwpi.cmd

    r2417 r2435  
    44 *      Syntax: rmwpi wis-script
    55 *
    6  *    This program quickly removes packages matching the package ids of the 
     6 *    This program quickly removes packages matching the package ids of the
    77 *    specified wis script without using the WarpIn GUI.
    88 *    THIS IS INTENDED FOR TESTING PURPOSES ONLY !
     
    173173    END;
    174174
    175     /* any app removed ? */ 
     175    /* any app removed ? */
    176176    IF (\fAppRemoved) THEN
    177177       rc = ERROR.NO_MORE_FILES;
     
    293293    IF (ObjectCount > 0 ) THEN
    294294       SAY '  -' ObjectCount 'WPS object(s) destroyed'
    295    
     295
    296296    /* delete ini entry */
    297297    rcx = SysIni( IniFile, AppId, 'DELETE:');
  • TabularUnified tags/cla_v100/src/doc/testfiles/test.e

    r2417 r2435  
    2323SetCurrentHLPFiles SetMouseSet Thunk add_command_menu
    2424
    25 E fields - DEFAULT LIGHTBLUE 
     25E fields - DEFAULT LIGHTBLUE
    2626============================
    2727.dragcolor .eaarea .eof .filename
  • TabularUnified tags/cla_v100/src/doc/testfiles/test.scr

    r2417 r2435  
    1616:exmp. :fig.
    1717
    18 SCRIPT control words - DEFAULT CYAN 
     18SCRIPT control words - DEFAULT CYAN
    1919=======================================
    2020.br .im .cl .lb
  • TabularUnified tags/cla_v100/src/doc/testfiles/test.tex

    r2417 r2435  
    2828LaTeX Sectioning Commands - DEFAULT MAGENTA
    2929===========================================
    30 \section* \subsubsection* \document \listoffigures 
     30\section* \subsubsection* \document \listoffigures
    3131
    3232TeX macros - DEFAULT BLUE
    3333=========================
    34 \hfil \ifhbox \ifvmode \frenchspacing 
     34\hfil \ifhbox \ifvmode \frenchspacing
    3535
    3636
     
    3838'{' and '}' being break and endchar with DEFAULT RED !
    3939======================================================
    40 {book} {document} {itemize} {verse}   
     40{book} {document} {itemize} {verse}
    4141
    4242
  • TabularUnified tags/cla_v100/src/doc/testfiles/testc.cmd

    r2417 r2435  
    11@ECHO OFF
    22 GOTO end
    3  
     3
    44: this file is to be used with installed NEPMD
    55: It will not show correct highlighting with EPMBBS files
  • TabularUnified tags/cla_v100/src/doc/testfiles/testo.cmd

    r2417 r2435  
    1919MAXIMIZED     YES
    2020EXENAME       *
    21 PARAMETERS    /C DIR 
     21PARAMETERS    /C DIR
    2222STARTUPDIR    %CALLDIR%
    2323
  • TabularUnified tags/cla_v100/src/gui/common/ddeutil.c

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/common/ddeutil.h

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/common/eas.c

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/common/eas.h

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/common/file.c

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
     
    7272
    7373   // get temporary file
    74    pszTmpFile = _tempnam( NULL, "ST"); 
     74   pszTmpFile = _tempnam( NULL, "ST");
    7575
    7676   // hand over result
     
    189189      pszEnvName = "PATH";
    190190
    191    if (!pszBuffer) 
     191   if (!pszBuffer)
    192192      {
    193193      pszBuffer = szFullName;
  • TabularUnified tags/cla_v100/src/gui/common/hilite.c

    r2417 r2435  
    14441444return rc;
    14451445}
    1446  
     1446
  • TabularUnified tags/cla_v100/src/gui/common/init.c

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
     
    888888
    889889      // take care for multiline values, being enclosed in double quotes
    890       if (*pkey->pszKeyValue == '"') 
     890      if (*pkey->pszKeyValue == '"')
    891891         while (*(pkey->pszKeyValue + strlen( pkey->pszKeyValue) - 1) != '"')
    892892            {
     
    895895               break;
    896896            _stripblanks( pszLine);
    897    
     897
    898898            pkey->pszKeyValue = realloc( pkey->pszKeyValue, strlen( pkey->pszKeyValue) + strlen( pszLine) + 1);
    899899            strcat( pkey->pszKeyValue, pszLine);
  • TabularUnified tags/cla_v100/src/gui/common/init.h

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/common/instval.h

    r2417 r2435  
    4040// prototypes
    4141APIRET QueryInstValue( PSZ pszValueTagTag, PSZ pszBuffer, ULONG ulBuflen);
    42 APIRET GetMessage( PCHAR *pTable, ULONG cTable, PBYTE pbBuffer, ULONG cbBuffer, 
     42APIRET GetMessage( PCHAR *pTable, ULONG cTable, PBYTE pbBuffer, ULONG cbBuffer,
    4343                   PSZ pszMessageName, PULONG pcbMsg);
    4444
  • TabularUnified tags/cla_v100/src/gui/common/libreg.c

    r2417 r2435  
    228228         {
    229229         // compare strings case insensitive
    230          // Value             Meaning 
    231          // Less than 0       string1 less than string2 
    232          // 0                 string1 identical to string2 
    233          // Greater than 0    string1 greater than string2. 
     230         // Value             Meaning
     231         // Less than 0       string1 less than string2
     232         // 0                 string1 identical to string2
     233         // Greater than 0    string1 greater than string2.
    234234
    235235         lResult = stricmp( pszResult, pszSearch);
     
    10051005            break;
    10061006            }
    1007      
     1007
    10081008         while (!feof( pfile))
    10091009            {
     
    10151015            if (szLine[ 0] == ';')
    10161016               continue;
    1017    
     1017
    10181018            // check for delimter
    10191019            pszDelimiter = strchr( szLine, '=');
    10201020            if (!pszDelimiter)
    10211021               continue;
    1022      
     1022
    10231023            // prepare fields and write them to the ini file
    10241024            *pszDelimiter = 0;
    10251025            pszPath  = _stripquotes( _stripblanks( szLine));
    10261026            pszValue = _stripquotes( _stripblanks( pszDelimiter + 1));
    1027      
     1027
    10281028            if (!PrfWriteProfileString( hconfig, pszAppRegDefaults, pszPath, pszValue))
    10291029               {
     
    10311031               break;
    10321032               }
    1033    
     1033
    10341034            } // while (!feof( pfile))
    1035    
     1035
    10361036         if (rc != NO_ERROR)
    10371037            break;
    1038    
    1039          } 
     1038
     1039         }
    10401040
    10411041      } // if (pszDefaultsFilename)
  • TabularUnified tags/cla_v100/src/gui/common/macros.h

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/common/module.h

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/common/pmres.h

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/common/tmf.c

    r2417 r2435  
    614614         // first of all, elimintate the variable
    615615         strcpy( pszStartPos, pszVarNum + 1);
    616    
     616
    617617         // get value
    618618         pszVarValue = apszParms[ ulParmIndex - 1];
  • TabularUnified tags/cla_v100/src/gui/common/tmf.h

    r2417 r2435  
    33#define TMF_H
    44
    5 APIRET TmfGetMessage( PCHAR *pTable, ULONG cTable, PBYTE pbBuffer, ULONG cbBuffer, 
     5APIRET TmfGetMessage( PCHAR *pTable, ULONG cTable, PBYTE pbBuffer, ULONG cbBuffer,
    66                      PSZ pszMessageName, PSZ pszFile, PULONG pcbMsg);
    77#endif // TMF_H
  • TabularUnified tags/cla_v100/src/gui/etk/attr.h

    r2417 r2435  
    8282   #define access_as(a)   (*((PPATTRSTRING)(a)))
    8383   #if 1
    84       /* 
     84      /*
    8585      \  Note that ATTRSTRING_REVALIDATE is not thread reentrant.  Therefore
    8686       \ it should only be called in the interpretter thread.  It can also be
     
    9393      #define BUGFIX00236
    9494      #ifdef BUGFIX00236
    95          /* We only set the high part because if we are using 16bit code, the assignment 
    96          \     is not atomic, so there can be a thread switch between two halfs if the 
     95         /* We only set the high part because if we are using 16bit code, the assignment
     96         \     is not atomic, so there can be a thread switch between two halfs if the
    9797          \     value is 32bit.  We don't do this for the second assignment because
    9898           \    we know that our 16 bit compiler assigns the low 16 bits first.
  • TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/deleteconfigvalue.e

    r2417 r2435  
    5252executing:
    5353.sl
    54 - *NepmdDeleteConfigValue* 
     54- *NepmdDeleteConfigValue*
    5555  - or
    5656- *DeleteConfigValue*
  • TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/deletestringea.e

    r2417 r2435  
    6666
    6767Executing this command will
    68 remove the specified extended attribute 
     68remove the specified extended attribute
    6969with the name
    7070.sl compact
  • TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/getnextclose.e

    r2417 r2435  
    6767and display the result within the status area.
    6868
    69 Because of that only a previous call to the functions [.IDPNL_EFUNC_NEPMDGETNEXTFILE] 
     69Because of that only a previous call to the functions [.IDPNL_EFUNC_NEPMDGETNEXTFILE]
    7070or [.IDPNL_EFUNC_NEPMDGETNEXTDIR] can leave an open handle for you to test, and
    7171the related testcases will not do so, you will not truly be able to test a successful
  • TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/openconfig.e

    r2417 r2435  
    5454executing:
    5555.sl
    56 - *NepmdOpenConfig* 
     56- *NepmdOpenConfig*
    5757  - or
    5858- *OpenConfig*
  • TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/queryfullname.e

    r2417 r2435  
    3030
    3131@@NepmdQueryFullname@SYNTAX
    32 This function queries the fullname of the specified filename. It 
     32This function queries the fullname of the specified filename. It
    3333does not check, wether a file or directory really exists, for that use
    3434the functions [.IDPNL_EFUNC_NEPMDFILEEXISTS] or [.IDPNL_EFUNC_NEPMDDIREXISTS].
     
    6363executing:
    6464.sl
    65 - *NepmdQueryFullname* [.IDPNL_EFUNC_NEPMDQUERYFULLNAME_PARM_FILENAME filename] 
     65- *NepmdQueryFullname* [.IDPNL_EFUNC_NEPMDQUERYFULLNAME_PARM_FILENAME filename]
    6666  - or
    6767- *QueryFullname* [.IDPNL_EFUNC_NEPMDQUERYFULLNAME_PARM_FILENAME filename]
  • TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/setframewindowpos.e

    r2417 r2435  
    6565.pl compact bold tsize=5 break=none
    6666- 1
    67 = size the *EPM* window according to the parameters 
     67= size the *EPM* window according to the parameters
    6868  [.IDPNL_EFUNC_NEPMDSETFRAMEWINDOWPOS_PARM_CX cx] and [.IDPNL_EFUNC_NEPMDSETFRAMEWINDOWPOS_PARM_CY cy].
    6969- 2
  • TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/writestringea.e

    r2417 r2435  
    5252executing:
    5353.sl
    54 - *NepmdWriteStringEa* 
     54- *NepmdWriteStringEa*
    5555   [.IDPNL_EFUNC_NEPMDWRITESTRINGEA_PARM_FILENAME filename]
    5656  - or
     
    6666as an extended string attribute with the name
    6767.sl compact
    68 - *NEPMD.__TestStringEa* 
     68- *NEPMD.__TestStringEa*
    6969.el
    7070to the specified file
  • TabularUnified tags/cla_v100/src/gui/recomp/client.c

    r2417 r2435  
    236236            if (pszUsrInfFile)
    237237               {
    238                sprintf( szHelpArgs, "%s %s", 
    239                         (SHORT1FROMMP( mp1) == IDMEN_HELP_NEPMDUSRINF) ? 
     238               sprintf( szHelpArgs, "%s %s",
     239                        (SHORT1FROMMP( mp1) == IDMEN_HELP_NEPMDUSRINF) ?
    240240                            pszUsrInfFile :
    241241                            pszPrgInfFile,
  • TabularUnified tags/cla_v100/src/gui/recomp/dde.c

    r2417 r2435  
    1515* software.  You can redistribute it and/or modify it under the terms of the
    1616* GNU General Public License as published by the Free Software
    17 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     17* Foundation, in version 2 as it comes in the "COPYING" file of the
    1818* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1919* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/recomp/dde.h

    r2417 r2435  
    1515* software.  You can redistribute it and/or modify it under the terms of the
    1616* GNU General Public License as published by the Free Software
    17 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     17* Foundation, in version 2 as it comes in the "COPYING" file of the
    1818* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1919* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/recomp/ddereload.h

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
     
    2626
    2727// prototypes
    28 APIRET ReloadFilelist( HWND hwnd, ULONG ulListIndex, PSZ *ppszFileList, ULONG ulFileCount, 
     28APIRET ReloadFilelist( HWND hwnd, ULONG ulListIndex, PSZ *ppszFileList, ULONG ulFileCount,
    2929                       PSZ pszExtMacroFile, BOOL fTerminate, PULONG pulFilesLoaded);
    3030
  • TabularUnified tags/cla_v100/src/gui/recomp/job.c

    r2417 r2435  
    458458         // determine sourcename
    459459         strcpy( pwd->szSourceFile,
    460                  (pwd->fTestUseErrorSource) ? 
     460                 (pwd->fTestUseErrorSource) ?
    461461                    TEST_ALTSOURCENAME : EPM_SOURCENAME);
    462462
     
    492492
    493493         // show some more details in debug log
    494          DPRINTF(( "JOB: macro compiler is: %s\n", pwd->szCompilerExecutable)); 
     494         DPRINTF(( "JOB: macro compiler is: %s\n", pwd->szCompilerExecutable));
    495495         DPRINTF(( "JOB: sourcefile is: %s\n", szSourcePath));
    496496         DPRINTF(( "JOB: EPMPATH is: %s\n", getenv( "EPMPATH")));
     
    813813         pwd->ulJobStatus = JOB_ACTION_FINISH;
    814814         UPDATE_JOB_STATUS;
    815          
     815
    816816         break;
    817817
  • TabularUnified tags/cla_v100/src/gui/recomp/macros.h

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/recomp/recdeu.rc

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/recomp/receng.rc

    r2417 r2435  
    1414* software.  You can redistribute it and/or modify it under the terms of the
    1515* GNU General Public License as published by the Free Software
    16 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     16* Foundation, in version 2 as it comes in the "COPYING" file of the
    1717* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/recomp/recomp.def

    r2417 r2435  
    1414; software.  You can redistribute it and/or modify it under the terms of the
    1515; GNU General Public License as published by the Free Software
    16 ; Foundation, in version 2 as it comes in the "COPYING" file of the 
     16; Foundation, in version 2 as it comes in the "COPYING" file of the
    1717; Netlabs EPM Distribution.  This library is distributed in the hope that it
    1818; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/recomp/recomp.e

    r2417 r2435  
    104104
    105105do i = 1 to filesinring( 3)
    106    /* turn of modified flag for all files. Unsaved files */ 
     106   /* turn of modified flag for all files. Unsaved files */
    107107   /* are to be handled by calling GETFILELIST before !  */
    108108   .modify = 0;
  • TabularUnified tags/cla_v100/src/gui/recomp/resource.c

    r2417 r2435  
    1515* software.  You can redistribute it and/or modify it under the terms of the
    1616* GNU General Public License as published by the Free Software
    17 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     17* Foundation, in version 2 as it comes in the "COPYING" file of the
    1818* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1919* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/gui/recomp/resource.def

    r2417 r2435  
    1818; software.  You can redistribute it and/or modify it under the terms of the
    1919; GNU General Public License as published by the Free Software
    20 ; Foundation, in version 2 as it comes in the "COPYING" file of the 
     20; Foundation, in version 2 as it comes in the "COPYING" file of the
    2121; Netlabs EPM Distribution.  This library is distributed in the hope that it
    2222; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/epmkwds.header

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.c

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.cmd

    r2417 r2435  
    1313: software.  You can redistribute it and/or modify it under the terms of the
    1414: GNU General Public License as published by the Free Software
    15 : Foundation, in version 2 as it comes in the "COPYING" file of the 
     15: Foundation, in version 2 as it comes in the "COPYING" file of the
    1616: Netlabs EPM Distribution.  This library is distributed in the hope that it
    1717: will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.cmd_rex

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.def

    r2417 r2435  
    1212; software.  You can redistribute it and/or modify it under the terms of the
    1313; GNU General Public License as published by the Free Software
    14 ; Foundation, in version 2 as it comes in the "COPYING" file of the 
     14; Foundation, in version 2 as it comes in the "COPYING" file of the
    1515; Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.e

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.h

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.hil

    r2417 r2435  
    1212; software.  You can redistribute it and/or modify it under the terms of the
    1313; GNU General Public License as published by the Free Software
    14 ; Foundation, in version 2 as it comes in the "COPYING" file of the 
     14; Foundation, in version 2 as it comes in the "COPYING" file of the
    1515; Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.htext

    r2417 r2435  
    1212.. software.  You can redistribute it and/or modify it under the terms of the
    1313.. GNU General Public License as published by the Free Software
    14 .. Foundation, in version 2 as it comes in the "COPYING" file of the 
     14.. Foundation, in version 2 as it comes in the "COPYING" file of the
    1515.. Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616.. will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.mak

    r2417 r2435  
    1212# software.  You can redistribute it and/or modify it under the terms of the
    1313# GNU General Public License as published by the Free Software
    14 # Foundation, in version 2 as it comes in the "COPYING" file of the 
     14# Foundation, in version 2 as it comes in the "COPYING" file of the
    1515# Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616# will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.men

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.rc

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.rch

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.tmf

    r2417 r2435  
    1212; software.  You can redistribute it and/or modify it under the terms of the
    1313; GNU General Public License as published by the Free Software
    14 ; Foundation, in version 2 as it comes in the "COPYING" file of the 
     14; Foundation, in version 2 as it comes in the "COPYING" file of the
    1515; Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/header/header.wis

    r2417 r2435  
    1313# software.  You can redistribute it and/or modify it under the terms of the
    1414# GNU General Public License as published by the Free Software
    15 # Foundation, in version 2 as it comes in the "COPYING" file of the 
     15# Foundation, in version 2 as it comes in the "COPYING" file of the
    1616# Netlabs EPM Distribution.  This library is distributed in the hope that it
    1717# will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/ipf/COPYING

    r2417 r2435  
    5656  The precise terms and conditions for copying, distribution and
    5757modification follow.
    58  
     58
    5959                    GNU GENERAL PUBLIC LICENSE
    6060   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
     
    111111    does not normally print such an announcement, your work based on
    112112    the Program is not required to print an announcement.)
    113  
     113
    114114These requirements apply to the modified work as a whole.  If
    115115identifiable sections of that work are not derived from the Program,
     
    169169distribution of the source code, even though third parties are not
    170170compelled to copy the source along with the object code.
    171  
     171
    172172  4. You may not copy, modify, sublicense, or distribute the Program
    173173except as expressly provided under this License.  Any attempt
     
    226226This section is intended to make thoroughly clear what is believed to
    227227be a consequence of the rest of this License.
    228  
     228
    229229  8. If the distribution and/or use of the Program is restricted in
    230230certain countries either by patents or by copyrighted interfaces, the
     
    279279
    280280                     END OF TERMS AND CONDITIONS
    281  
     281
    282282        Appendix: How to Apply These Terms to Your New Programs
    283283
  • TabularUnified tags/cla_v100/src/ipf/guide.inc

    r2417 r2435  
    4040.an IDPNL_CVSGUIDE_ADDNEW
    4141.
    42 When adding source files to the [=TITLE] archive, please comply to the following 
     42When adding source files to the [=TITLE] archive, please comply to the following
    4343rules when committing a file for the very first time:
    4444
    4545.ul compact
    46 - if you are about to add a *modified version* of a source created by someone 
    47   else (e.g. the EPMBBS package), proceed as follows 
     46- if you are about to add a *modified version* of a source created by someone
     47  else (e.g. the EPMBBS package), proceed as follows
    4848  - first of all add the _*original*_ version of the file to the archive.
    49      - this original file should not be modified at all (e.g. do not add the 
     49     - this original file should not be modified at all (e.g. do not add the
    5050       appropriate [.IDPNL_CVSGUIDE_GNUHEADER GNU header] yet.
    5151     - commit with comment *First revision*
     
    5353    that as first change
    5454     - commit with comment *Added GNU header*
    55   - commit your modified version as first update to the archive including the 
     55  - commit your modified version as first update to the archive including the
    5656    very same *GNU header* that you added to the original before
    5757.
     
    6868All non-binary source files are to include a GNU header at its top in the
    6969comment style according to the filetype. See the available header templates
    70 for different file types in subdirectory [.IDPNL_DEVTREE src\header], it 
    71 contains headers for all currently used filetypes. As *CVS* cannot handle 
     70for different file types in subdirectory [.IDPNL_DEVTREE src\header], it
     71contains headers for all currently used filetypes. As *CVS* cannot handle
    7272true OS/2 filetypes, files can be distrinct between by filename extensions only.
    7373
     
    8181.at fc=red
    8282- if a header file for a given file type does not exist, and you want to
    83    commit a file of that type to the archive, *you are responsible* to add an 
     83   commit a file of that type to the archive, *you are responsible* to add an
    8484   appropriate file to the directory *src\header* before or right after
    8585   you check in the new file.
     
    100100but what you intended with the change (example: let acces to file fail if it exists).
    101101
    102 Moreover, things get easier if you commit changes as often as possible (see also 
    103 very important section [.IDPNL_CVSGUIDE_SMALLUNITS] in order to keep the changelog 
     102Moreover, things get easier if you commit changes as often as possible (see also
     103very important section [.IDPNL_CVSGUIDE_SMALLUNITS] in order to keep the changelog
    104104short!).
    105105
     
    143143.an IDPNL_CVSGUIDE_STARTCLEAN
    144144.
    145 It is good practise to start every modification task either with 
    146 .ul compact
    147 - a clean working directory (well, at least this is easy as long the 
     145It is good practise to start every modification task either with
     146.ul compact
     147- a clean working directory (well, at least this is easy as long the
    148148  [=TITLE] archive is that small)
    149149- an updated working directory. When calling *cvs co .* in your working
     
    154154
    155155It is also good practise to finish work with an update operation *cvs co .*
    156 This helps you to mak sure that all code changes that you may have applied, are 
    157 committed to the archive. Don't leave uncommitted code on you hardfile any 
     156This helps you to mak sure that all code changes that you may have applied, are
     157committed to the archive. Don't leave uncommitted code on you hardfile any
    158158longer as necessary, or you run into merge operations.
    159159
     
    161161.ul compact
    162162- you did not plan your work well  or
    163 - your modification task may be too large or takte too much time to code or test 
     163- your modification task may be too large or takte too much time to code or test
    164164  for a normal development cycle. So you may need a [.IDPNL_CVSGUIDE_BRANCHES CVS branch]
    165165  in order to develop separately from the  main development path. But using branches
    166   to separate different development paths are mostly used on large *CVS* archives 
     166  to separate different development paths are mostly used on large *CVS* archives
    167167  only, likely the [=TITLE] archive is yet too small to really require this...
    168168
     
    174174It is very bad practise to commit non-working code to the archive.
    175175
    176 Wherever that is not possible to avoid or where you are not sure 
     176Wherever that is not possible to avoid or where you are not sure
    177177about wether your changes work well, try either to
    178178.ul compact
     
    193193.
    194194In order to allow somebody else (or even yourself after some time) to figure
    195 out, what changes have been committed to the archive, check in as often and as 
    196 fast as possible. Tht requires that you well separate tasks from each other 
     195out, what changes have been committed to the archive, check in as often and as
     196fast as possible. Tht requires that you well separate tasks from each other
    197197and as a benefit do not run into merge operations when commiting your changes.
    198198
     
    202202A good thumbrule for that is:
    203203.ul compact
    204 - commit as few modifications together as possible. If two modification tasks 
     204- commit as few modifications together as possible. If two modification tasks
    205205  (not code changes!) can be logically separated from each other, commit separately !
    206 - if you require to change several files for one modification, commit them together 
    207   after that! 
     206- if you require to change several files for one modification, commit them together
     207  after that!
    208208  - Only that will result in all changed files appearing in one entry of the change log
    209209    (even commiting different files with the same change comment in spearate steps will
    210210    result in several change log entries due to the different timestamp).
    211   - as a good side this forces you to restrict your units or work to only one or few 
     211  - as a good side this forces you to restrict your units or work to only one or few
    212212    modification tasks at a time that concern all te files checked in together
    213 - if you make changes to only one file, you may commit changes for several 
     213- if you make changes to only one file, you may commit changes for several
    214214  modification tasks at a time, resulting in multiple items within the commit comment,
    215215  but that is no good practise. The command *cvs diff* is used to diff (compare)
     
    220220So the very best way is to
    221221.ul compact
    222 - get the last revision (or last revision of desired branch) of all files 
     222- get the last revision (or last revision of desired branch) of all files
    223223- make the changes for a given modification
    224224- test the modifications
     
    235235  the development
    236236- making modifications to base modules of a product that require so much
    237   time (let's say weeks) that you will definitely run into merge operations 
     237  time (let's say weeks) that you will definitely run into merge operations
    238238  (see also section [.IDPNL_CVSGUIDE_SMALLUNITS])
    239239
    240240It is project policy that
    241241.ul compact
    242 - generally only the release maintainer is to create branches for releases 
    243 - while the [=TITLE] archive has no basic module requiring larger development 
     242- generally only the release maintainer is to create branches for releases
     243- while the [=TITLE] archive has no basic module requiring larger development
    244244  cycles no branches are required for this
    245245- if you ever think you require branches, ask the release maintiner for it
     
    248248
    249249.. -----------------------------------------------------------------------------
    250 .3 how to ship a release 
     250.3 how to ship a release
    251251.. -----------------------------------------------------------------------------
    252252.an IDPNL_CVSGUIDE_RELEASE
     
    262262- the package is built and tested
    263263- if necessary, the release maintainer creates
    264   [.IDPNL_CVSGUIDE_FIXRELEASE fixes for the relase], 
     264  [.IDPNL_CVSGUIDE_FIXRELEASE fixes for the relase],
    265265  if possible (else in cooperation with the responsible developer)
    266266- the resulting package is previewed by selected developers
     
    286286[=NOTE]
    287287.ul compact
    288 - it is project policy to avoid fixes to publicly released packages, as 
    289   always the complete *WarpIn* package is to be shipped. So normally 
    290   the fix procedure can only be used while a release is not yet 
     288- it is project policy to avoid fixes to publicly released packages, as
     289  always the complete *WarpIn* package is to be shipped. So normally
     290  the fix procedure can only be used while a release is not yet
    291291  published to the public, otherwise it is like releasing a new version.
    292292
  • TabularUnified tags/cla_v100/src/netlabs/bin/epmenv.cmd

    r2417 r2435  
    184184 CallDir = FILESPEC('Drive', CallName)||FILESPEC('Path', CallName);
    185185 RETURN(LEFT(CallDir, LENGTH(CallDir) - 1));
    186      
     186
    187187/* ========================================================================= */
    188188GetCallName: PROCEDURE
     
    229229    PARSE VAR ThisLine EnvVar'='EnvValue;
    230230    EnvVar = TRANSLATE( STRIP( EnvVar));
    231    
     231
    232232    /* replace variables in value */
    233233    vStart = POS( '%', EnvValue);
  • TabularUnified tags/cla_v100/src/netlabs/macros/all.e

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/netlabs/macros/box.e

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/netlabs/macros/commands.e

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/netlabs/macros/drawkey.e

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/netlabs/macros/fonts.e

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/netlabs/macros/makeactn.e

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/netlabs/macros/slnohost.e

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/netlabs/macros/sortepm.e

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/netlabs/macros/tagsactn.e

    r2417 r2435  
    1212* software.  You can redistribute it and/or modify it under the terms of the
    1313* GNU General Public License as published by the Free Software
    14 * Foundation, in version 2 as it comes in the "COPYING" file of the 
     14* Foundation, in version 2 as it comes in the "COPYING" file of the
    1515* Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/netlabs/mode/rc/toolkit.hil

    r2417 r2435  
    2828[KEYWORD]
    2929; --- OS/2 Toolkit definitions
    30 BKS_BACKPAGESBR 
    31 BKS_BACKPAGESBL 
    32 BKS_BACKPAGESTR 
    33 BKS_BACKPAGESTL 
    34 BKS_MAJORTABRIGHT 
    35 BKS_MAJORTABLEFT 
    36 BKS_MAJORTABTOP 
    37 BKS_MAJORTABBOTTOM 
    38 BKS_SQUARETABS 
    39 BKS_ROUNDEDTABS 
    40 BKS_POLYGONTABS 
    41 BKS_SOLIDBIND 
    42 BKS_SPIRALBIND 
    43 BKS_STATUSTEXTLEFT 
    44 BKS_STATUSTEXTRIGHT 
    45 BKS_STATUSTEXTCENTER 
    46 BKS_TABTEXTLEFT 
    47 BKS_TABTEXTRIGHT 
    48 BKS_TABTEXTCENTER 
    49 BS_3STATE 
    50 BS_AUTO3STATE 
    51 BS_AUTOCHECKBOX 
    52 BS_AUTORADIOBUTTON 
    53 BS_AUTOSIZE 
    54 BS_BITMAP 
    55 BS_CHECKBOX 
    56 BS_DEFAULT 
    57 BS_HELP 
    58 BS_ICON 
    59 BS_NOBORDER 
    60 BS_NOCURSORSELECT 
    61 BS_NOPOINTERFOCUS 
    62 BS_PRIMARYSTYLES 
    63 BS_PUSHBUTTON 
    64 BS_RADIOBUTTON 
    65 BS_SYSCOMMAND 
    66 BS_USERBUTTON 
    67 CBS_COMPATIBLE 
    68 CBS_DROPDOWN 
    69 CBS_DROPDOWNLIST 
    70 CBS_SIMPLE 
    71 DT_LEFT 
    72 DT_QUERYEXTENT 
    73 DT_UNDERSCORE 
    74 DT_STRIKEOUT 
    75 DT_TEXTATTRS 
    76 DT_EXTERNALLEADING 
    77 DT_CENTER 
    78 DT_RIGHT 
    79 DT_TOP 
    80 DT_VCENTER 
    81 DT_BOTTOM 
    82 DT_HALFTONE 
    83 DT_MNEMONIC 
    84 DT_WORDBREAK 
    85 DT_ERASERECT 
    86 ES_ANY 
    87 ES_AUTOSCROLL 
    88 ES_AUTOSIZE 
    89 ES_AUTOTAB 
    90 ES_CENTER 
    91 ES_COMMAND 
    92 ES_DBCS 
    93 ES_LEFT 
    94 ES_MARGIN 
    95 ES_MIXED 
    96 ES_READONLY 
    97 ES_RIGHT 
    98 ES_SBCS 
    99 ES_UNREADABLE 
    100 FCF_ACCELTABLE 
    101 FCF_AUTOICON 
    102 FCF_BORDER 
    103 FCF_DBE_APPSTAT 
    104 FCF_DLGBORDER 
    105 FCF_HIDEBUTTON 
    106 FCF_HIDEMAX 
    107 FCF_HORZSCROLL 
    108 FCF_ICON 
    109 FCF_MAXBUTTON 
    110 FCF_MENU 
    111 FCF_MINBUTTON 
    112 FCF_MINMAX 
    113 FCF_MOUSEALIGN 
    114 FCF_NOBYTEALIGN 
    115 FCF_NOMOVEWITHOWNER 
    116 FCF_SCREENALIGN 
    117 FCF_SHELLPOSITION 
    118 FCF_SIZEBORDER 
    119 FCF_STANDARD 
    120 FCF_SYSMENU 
    121 FCF_SYSMODAL 
    122 FCF_TASKLIST 
    123 FCF_TITLEBAR 
    124 FCF_VERTSCROLL 
    125 FS_ACCELTABLE 
    126 FS_AUTOICON 
    127 FS_BORDER 
    128 FS_DBE_APPSTAT 
    129 FS_DLGBORDER 
    130 FS_ICON 
    131 FS_MOUSEALIGN 
    132 FS_NOBYTEALIGN 
    133 FS_NOMOVEWITHOWNER 
    134 FS_SCREENALIGN 
    135 FS_SHELLPOSITION 
    136 FS_SIZEBORDER 
    137 FS_STANDARD 
    138 FS_SYSMODAL 
    139 FS_TASKLIST 
    140 LS_EXTENDEDSEL 
    141 LS_HORZSCROLL 
    142 LS_MULTIPLESEL 
    143 LS_NOADJUSTPOS 
    144 LS_OWNERDRAW 
    145 MIA_CHECKED 
    146 MIA_DISABLED 
    147 MIA_FRAMED 
    148 MIA_HILITED 
    149 MIA_NODISMISS 
    150 MIS_BITMAP 
    151 MIS_BREAK 
    152 MIS_BREAKSEPARATOR 
    153 MIS_BUTTONSEPARATOR 
    154 MIS_GROUP 
    155 MIS_HELP 
    156 MIS_MULTMENU 
    157 MIS_OWNERDRAW 
    158 MIS_SEPARATOR 
    159 MIS_SINGLE 
    160 MIS_STATIC 
    161 MIS_SUBMENU 
    162 MIS_SYSCOMMAND 
    163 MIS_TEXT 
    164 MS_ACTIONBAR 
    165 MS_TITLEBUTTON 
    166 MS_VERTICALFLIP 
    167 MS_CONDITIONALCASCADE 
    168 PP_ACTIVECOLOR 
    169 PP_ACTIVECOLORINDEX 
    170 PP_ACTIVETEXTBGNDCOLOR 
    171 PP_ACTIVETEXTBGNDCOLORINDEX 
    172 PP_ACTIVETEXTFGNDCOLOR 
    173 PP_ACTIVETEXTFGNDCOLORINDEX 
    174 PP_BACKGROUNDCOLOR 
    175 PP_BACKGROUNDCOLORINDEX 
    176 PP_BORDERCOLOR 
    177 PP_BORDERCOLORINDEX 
    178 PP_DISABLEDBACKGROUNDCOLOR 
    179 PP_DISABLEDBACKGROUNDCOLORINDEX 
    180 PP_DISABLEDFOREGROUNDCOLOR 
    181 PP_DISABLEDFOREGROUNDCOLORINDEX 
    182 PP_FONTHANDLE 
    183 PP_FONTNAMESIZE 
    184 PP_FOREGROUNDCOLOR 
    185 PP_FOREGROUNDCOLORINDEX 
    186 PP_HILITEBACKGROUNDCOLOR 
    187 PP_HILITEBACKGROUNDCOLORINDEX 
    188 PP_HILITEFOREGROUNDCOLOR 
    189 PP_HILITEFOREGROUNDCOLORINDEX 
    190 PP_INACTIVECOLOR 
    191 PP_INACTIVECOLORINDEX 
    192 PP_INACTIVETEXTBGNDCOLOR 
    193 PP_INACTIVETEXTBGNDCOLORINDEX 
    194 PP_INACTIVETEXTFGNDCOLOR 
    195 PP_INACTIVETEXTFGNDCOLORINDEX 
    196 PP_MENUBACKGROUNDCOLOR 
    197 PP_MENUBACKGROUNDCOLORINDEX 
    198 PP_MENUDISABLEDBGNDCOLOR 
    199 PP_MENUDISABLEDBGNDCOLORINDEX 
    200 PP_MENUDISABLEDFGNDCOLOR 
    201 PP_MENUDISABLEDFGNDCOLORINDEX 
    202 PP_MENUFOREGROUNDCOLOR 
    203 PP_MENUFOREGROUNDCOLORINDEX 
    204 PP_MENUHILITEBGNDCOLOR 
    205 PP_MENUHILITEBGNDCOLORINDEX 
    206 PP_MENUHILITEFGNDCOLOR 
    207 PP_MENUHILITEFGNDCOLORINDEX 
    208 PP_RESERVED 
    209 PP_SHADOW 
    210 PP_USER 
    211 SBS_AUTOSIZE 
    212 SBS_AUTOTRACK 
    213 SBS_HORZ 
    214 SBS_THUMBSIZE 
    215 SBS_VERT 
    216 SPBM_OVERRIDESETLIMITS 
    217 SPBM_QUERYLIMITS 
    218 SPBM_QUERYVALUE 
    219 SPBM_SETARRAY 
    220 SPBM_SETCURRENTVALUE 
    221 SPBM_SETLIMITS 
    222 SPBM_SETMASTER 
    223 SPBM_SETTEXTLIMIT 
    224 SPBM_SPINDOWN 
    225 SPBM_SPINUP 
    226 SPBN_CHANGE 
    227 SPBN_DOWNARROW 
    228 SPBN_ENDSPIN 
    229 SPBN_KILLFOCUS 
    230 SPBN_SETFOCUS 
    231 SPBN_UPARROW 
    232 SPBQ_ALWAYSUPDATE 
    233 SPBQ_DONOTUPDATE 
    234 SPBQ_UPDATEIFVALID 
    235 SPBS_ALLCHARACTERS 
    236 SPBS_FASTSPIN 
    237 SPBS_JUSTCENTER 
    238 SPBS_JUSTDEFAULT 
    239 SPBS_JUSTLEFT 
    240 SPBS_JUSTRIGHT 
    241 SPBS_MASTER 
    242 SPBS_NOBORDER 
    243 SPBS_NUMERICONLY 
    244 SPBS_PADWITHZEROS 
    245 SPBS_READONLY 
    246 SPBS_SERVANT 
    247 SS_BITMAP 
    248 SS_BKGNDFRAME 
    249 SS_BKGNDRECT 
    250 SS_FGNDFRAME 
    251 SS_FGNDRECT 
    252 SS_GROUPBOX 
    253 SS_HALFTONEFRAME 
    254 SS_HALFTONERECT 
    255 SS_ICON 
    256 SS_SYSICON 
    257 SS_TEXT 
    258 WC_FRAME 
    259 WC_COMBOBOX 
    260 WC_BUTTON 
    261 WC_MENU 
    262 WC_STATIC 
    263 WC_ENTRYFIELD 
    264 WC_LISTBOX 
    265 WC_SCROLLBAR 
    266 WC_TITLEBAR 
    267 WC_MLE 
    268 WC_APPSTAT 
    269 WC_KBDSTAT 
    270 WC_PECIC 
    271 WC_DBE_KKPOPUP 
    272 WC_SPINBUTTON 
    273 WC_CONTAINER 
    274 WC_SLIDER 
    275 WC_VALUESET 
    276 WC_NOTEBOOK 
    277 WC_PENFIRST 
    278 WC_PENLAST 
    279 WC_MMPMFIRST 
    280 WC_MMPMLAST 
    281 WS_ANIMATE 
    282 WS_CLIPCHILDREN 
    283 WS_CLIPSIBLINGS 
    284 WS_DISABLED 
    285 WS_GROUP 
    286 WS_MAXIMIZED 
    287 WS_MINIMIZED 
    288 WS_MULTISELECT 
    289 WS_PARENTCLIP 
    290 WS_SAVEBITS 
    291 WS_SYNCPAINT 
    292 WS_TABSTOP 
    293 WS_VISIBLE 
     30BKS_BACKPAGESBR
     31BKS_BACKPAGESBL
     32BKS_BACKPAGESTR
     33BKS_BACKPAGESTL
     34BKS_MAJORTABRIGHT
     35BKS_MAJORTABLEFT
     36BKS_MAJORTABTOP
     37BKS_MAJORTABBOTTOM
     38BKS_SQUARETABS
     39BKS_ROUNDEDTABS
     40BKS_POLYGONTABS
     41BKS_SOLIDBIND
     42BKS_SPIRALBIND
     43BKS_STATUSTEXTLEFT
     44BKS_STATUSTEXTRIGHT
     45BKS_STATUSTEXTCENTER
     46BKS_TABTEXTLEFT
     47BKS_TABTEXTRIGHT
     48BKS_TABTEXTCENTER
     49BS_3STATE
     50BS_AUTO3STATE
     51BS_AUTOCHECKBOX
     52BS_AUTORADIOBUTTON
     53BS_AUTOSIZE
     54BS_BITMAP
     55BS_CHECKBOX
     56BS_DEFAULT
     57BS_HELP
     58BS_ICON
     59BS_NOBORDER
     60BS_NOCURSORSELECT
     61BS_NOPOINTERFOCUS
     62BS_PRIMARYSTYLES
     63BS_PUSHBUTTON
     64BS_RADIOBUTTON
     65BS_SYSCOMMAND
     66BS_USERBUTTON
     67CBS_COMPATIBLE
     68CBS_DROPDOWN
     69CBS_DROPDOWNLIST
     70CBS_SIMPLE
     71DT_LEFT
     72DT_QUERYEXTENT
     73DT_UNDERSCORE
     74DT_STRIKEOUT
     75DT_TEXTATTRS
     76DT_EXTERNALLEADING
     77DT_CENTER
     78DT_RIGHT
     79DT_TOP
     80DT_VCENTER
     81DT_BOTTOM
     82DT_HALFTONE
     83DT_MNEMONIC
     84DT_WORDBREAK
     85DT_ERASERECT
     86ES_ANY
     87ES_AUTOSCROLL
     88ES_AUTOSIZE
     89ES_AUTOTAB
     90ES_CENTER
     91ES_COMMAND
     92ES_DBCS
     93ES_LEFT
     94ES_MARGIN
     95ES_MIXED
     96ES_READONLY
     97ES_RIGHT
     98ES_SBCS
     99ES_UNREADABLE
     100FCF_ACCELTABLE
     101FCF_AUTOICON
     102FCF_BORDER
     103FCF_DBE_APPSTAT
     104FCF_DLGBORDER
     105FCF_HIDEBUTTON
     106FCF_HIDEMAX
     107FCF_HORZSCROLL
     108FCF_ICON
     109FCF_MAXBUTTON
     110FCF_MENU
     111FCF_MINBUTTON
     112FCF_MINMAX
     113FCF_MOUSEALIGN
     114FCF_NOBYTEALIGN
     115FCF_NOMOVEWITHOWNER
     116FCF_SCREENALIGN
     117FCF_SHELLPOSITION
     118FCF_SIZEBORDER
     119FCF_STANDARD
     120FCF_SYSMENU
     121FCF_SYSMODAL
     122FCF_TASKLIST
     123FCF_TITLEBAR
     124FCF_VERTSCROLL
     125FS_ACCELTABLE
     126FS_AUTOICON
     127FS_BORDER
     128FS_DBE_APPSTAT
     129FS_DLGBORDER
     130FS_ICON
     131FS_MOUSEALIGN
     132FS_NOBYTEALIGN
     133FS_NOMOVEWITHOWNER
     134FS_SCREENALIGN
     135FS_SHELLPOSITION
     136FS_SIZEBORDER
     137FS_STANDARD
     138FS_SYSMODAL
     139FS_TASKLIST
     140LS_EXTENDEDSEL
     141LS_HORZSCROLL
     142LS_MULTIPLESEL
     143LS_NOADJUSTPOS
     144LS_OWNERDRAW
     145MIA_CHECKED
     146MIA_DISABLED
     147MIA_FRAMED
     148MIA_HILITED
     149MIA_NODISMISS
     150MIS_BITMAP
     151MIS_BREAK
     152MIS_BREAKSEPARATOR
     153MIS_BUTTONSEPARATOR
     154MIS_GROUP
     155MIS_HELP
     156MIS_MULTMENU
     157MIS_OWNERDRAW
     158MIS_SEPARATOR
     159MIS_SINGLE
     160MIS_STATIC
     161MIS_SUBMENU
     162MIS_SYSCOMMAND
     163MIS_TEXT
     164MS_ACTIONBAR
     165MS_TITLEBUTTON
     166MS_VERTICALFLIP
     167MS_CONDITIONALCASCADE
     168PP_ACTIVECOLOR
     169PP_ACTIVECOLORINDEX
     170PP_ACTIVETEXTBGNDCOLOR
     171PP_ACTIVETEXTBGNDCOLORINDEX
     172PP_ACTIVETEXTFGNDCOLOR
     173PP_ACTIVETEXTFGNDCOLORINDEX
     174PP_BACKGROUNDCOLOR
     175PP_BACKGROUNDCOLORINDEX
     176PP_BORDERCOLOR
     177PP_BORDERCOLORINDEX
     178PP_DISABLEDBACKGROUNDCOLOR
     179PP_DISABLEDBACKGROUNDCOLORINDEX
     180PP_DISABLEDFOREGROUNDCOLOR
     181PP_DISABLEDFOREGROUNDCOLORINDEX
     182PP_FONTHANDLE
     183PP_FONTNAMESIZE
     184PP_FOREGROUNDCOLOR
     185PP_FOREGROUNDCOLORINDEX
     186PP_HILITEBACKGROUNDCOLOR
     187PP_HILITEBACKGROUNDCOLORINDEX
     188PP_HILITEFOREGROUNDCOLOR
     189PP_HILITEFOREGROUNDCOLORINDEX
     190PP_INACTIVECOLOR
     191PP_INACTIVECOLORINDEX
     192PP_INACTIVETEXTBGNDCOLOR
     193PP_INACTIVETEXTBGNDCOLORINDEX
     194PP_INACTIVETEXTFGNDCOLOR
     195PP_INACTIVETEXTFGNDCOLORINDEX
     196PP_MENUBACKGROUNDCOLOR
     197PP_MENUBACKGROUNDCOLORINDEX
     198PP_MENUDISABLEDBGNDCOLOR
     199PP_MENUDISABLEDBGNDCOLORINDEX
     200PP_MENUDISABLEDFGNDCOLOR
     201PP_MENUDISABLEDFGNDCOLORINDEX
     202PP_MENUFOREGROUNDCOLOR
     203PP_MENUFOREGROUNDCOLORINDEX
     204PP_MENUHILITEBGNDCOLOR
     205PP_MENUHILITEBGNDCOLORINDEX
     206PP_MENUHILITEFGNDCOLOR
     207PP_MENUHILITEFGNDCOLORINDEX
     208PP_RESERVED
     209PP_SHADOW
     210PP_USER
     211SBS_AUTOSIZE
     212SBS_AUTOTRACK
     213SBS_HORZ
     214SBS_THUMBSIZE
     215SBS_VERT
     216SPBM_OVERRIDESETLIMITS
     217SPBM_QUERYLIMITS
     218SPBM_QUERYVALUE
     219SPBM_SETARRAY
     220SPBM_SETCURRENTVALUE
     221SPBM_SETLIMITS
     222SPBM_SETMASTER
     223SPBM_SETTEXTLIMIT
     224SPBM_SPINDOWN
     225SPBM_SPINUP
     226SPBN_CHANGE
     227SPBN_DOWNARROW
     228SPBN_ENDSPIN
     229SPBN_KILLFOCUS
     230SPBN_SETFOCUS
     231SPBN_UPARROW
     232SPBQ_ALWAYSUPDATE
     233SPBQ_DONOTUPDATE
     234SPBQ_UPDATEIFVALID
     235SPBS_ALLCHARACTERS
     236SPBS_FASTSPIN
     237SPBS_JUSTCENTER
     238SPBS_JUSTDEFAULT
     239SPBS_JUSTLEFT
     240SPBS_JUSTRIGHT
     241SPBS_MASTER
     242SPBS_NOBORDER
     243SPBS_NUMERICONLY
     244SPBS_PADWITHZEROS
     245SPBS_READONLY
     246SPBS_SERVANT
     247SS_BITMAP
     248SS_BKGNDFRAME
     249SS_BKGNDRECT
     250SS_FGNDFRAME
     251SS_FGNDRECT
     252SS_GROUPBOX
     253SS_HALFTONEFRAME
     254SS_HALFTONERECT
     255SS_ICON
     256SS_SYSICON
     257SS_TEXT
     258WC_FRAME
     259WC_COMBOBOX
     260WC_BUTTON
     261WC_MENU
     262WC_STATIC
     263WC_ENTRYFIELD
     264WC_LISTBOX
     265WC_SCROLLBAR
     266WC_TITLEBAR
     267WC_MLE
     268WC_APPSTAT
     269WC_KBDSTAT
     270WC_PECIC
     271WC_DBE_KKPOPUP
     272WC_SPINBUTTON
     273WC_CONTAINER
     274WC_SLIDER
     275WC_VALUESET
     276WC_NOTEBOOK
     277WC_PENFIRST
     278WC_PENLAST
     279WC_MMPMFIRST
     280WC_MMPMLAST
     281WS_ANIMATE
     282WS_CLIPCHILDREN
     283WS_CLIPSIBLINGS
     284WS_DISABLED
     285WS_GROUP
     286WS_MAXIMIZED
     287WS_MINIMIZED
     288WS_MULTISELECT
     289WS_PARENTCLIP
     290WS_SAVEBITS
     291WS_SYNCPAINT
     292WS_TABSTOP
     293WS_VISIBLE
    294294
  • TabularUnified tags/cla_v100/src/old/keywords/epmkwds.ada

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/old/keywords/epmkwds.c

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/old/keywords/epmkwds.e

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/old/keywords/epmkwds.f90

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/old/keywords/epmkwds.htm

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/old/keywords/epmkwds.ipf

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/old/keywords/epmkwds.jav

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/old/keywords/epmkwds.mak

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/old/keywords/epmkwds.rc

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  • TabularUnified tags/cla_v100/src/old/keywords/epmkwds.scr

    r2417 r2435  
    1212@ software.  You can redistribute it and/or modify it under the terms of the
    1313@ GNU General Public License as published by the Free Software
    14 @ Foundation, in version 2 as it comes in the "COPYING" file of the 
     14@ Foundation, in version 2 as it comes in the "COPYING" file of the
    1515@ Netlabs EPM Distribution.  This library is distributed in the hope that it
    1616@ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
     
    3434@ never supply parameters, from the DELIMI section to the INSENSITIVE
    3535@ section.  Note that the :tce* and :z* tags are commented out already.
    36 @ 
     36@
    3737@ -----------------------------------------------------------------
    3838@ Actual description of the keywords
  • TabularUnified tags/cla_v100/src/status/db/bug004

    r2417 r2435  
    66UPDATED: $Id$
    77
    8 Printing and previewing a keyword highlighted text in color while System VIO 
     8Printing and previewing a keyword highlighted text in color while System VIO
    99is the current font, ships out every line on a new page
    1010
  • TabularUnified tags/cla_v100/src/status/db/compile002

    r2417 r2435  
    33PRIO: 2
    44STATUS: coding
    5 FILES: 
     5FILES:
    66UPDATED: $Id$
    77
    8 Save, compile, unlink, relink the current file 
     8Save, compile, unlink, relink the current file
  • TabularUnified tags/cla_v100/src/status/db/file001

    r2417 r2435  
    66UPDATED: $Id$
    77
    8 Before the last file is quitted an unnamed file is loaded.                                     
     8Before the last file is quitted an unnamed file is loaded.
    99
    1010Todo:
  • TabularUnified tags/cla_v100/src/status/db/file003

    r2417 r2435  
    66UPDATED: $Id$
    77
    8 Save a list of the last loaded files in ring (called group) before closing EPM to 
     8Save a list of the last loaded files in ring (called group) before closing EPM to
    99restore the ring later
  • TabularUnified tags/cla_v100/src/status/db/file006

    r2417 r2435  
    33PRIO: 2
    44STATUS: started
    5 FILES: 
     5FILES:
    66UPDATED: $Id$
    77
    8 Keep a copy of every edited file, even after the file is saved and/or quitted. 
     8Keep a copy of every edited file, even after the file is saved and/or quitted.
    99Undo and Autosave need to work independent of that!
  • TabularUnified tags/cla_v100/src/status/db/format003

    r2417 r2435  
    99
    1010Todo:
    11 - Autoselect of binary edit mode for EPM.MODE='BIN' 
     11- Autoselect of binary edit mode for EPM.MODE='BIN'
  • TabularUnified tags/cla_v100/src/status/db/format004

    r2417 r2435  
    33PRIO: 2
    44STATUS: coding
    5 FILES: stdprocs.e altp4tex.e 
     5FILES: stdprocs.e altp4tex.e
    66UPDATED: $Id$
    77
    88Todo:
    99- support more languages with reflow support
    10 - enable also when REFLOW_LIKE_PE = 0 
     10- enable also when REFLOW_LIKE_PE = 0
  • TabularUnified tags/cla_v100/src/status/db/format006

    r2417 r2435  
    66UPDATED: $Id$
    77
    8 An automatic word wrap after Enter will keep the indent.                                         
     8An automatic word wrap after Enter will keep the indent.
    99
    1010Todo:
  • TabularUnified tags/cla_v100/src/status/db/ls004

    r2417 r2435  
    11CATEGORY: Locate/Select
    2 TITLE: Enhance Alt+1 
     2TITLE: Enhance Alt+1
    33PRIO: 2
    44STATUS: started
     
    66UPDATED: $Id$
    77
    8 Enhance file loading with Alt+1 while cursor is on a filespec.                             
    9 - improve mechanism                       
     8Enhance file loading with Alt+1 while cursor is on a filespec.
     9- improve mechanism
    1010- handle error with relative/absolute path
    1111
  • TabularUnified tags/cla_v100/src/status/db/ls005

    r2417 r2435  
    88passist: Move the cursor to the matching bracket or expression.
    99
    10 Petr Mikulik shows how to enhance the passist function for TeX environments. 
     10Petr Mikulik shows how to enhance the passist function for TeX environments.
    1111Already implemented is the enhancement for E mode.
    1212
  • TabularUnified tags/cla_v100/src/status/db/misc001

    r2417 r2435  
    66UPDATED: $Id$
    77
    8 Every directory(...) call should be preceeded by a directory('\') to "unlock" the 
    9 directory when changing drives.                                   
     8Every directory(...) call should be preceeded by a directory('\') to "unlock" the
     9directory when changing drives.
  • TabularUnified tags/cla_v100/src/status/db/tag002

    r2417 r2435  
    33PRIO: 3
    44STATUS: open
    5 FILES: 
     5FILES:
    66UPDATED: $Id$
    77
    88Determine
    99- when the tag creation should be restarted (On every defmodify?)
    10 - where shall the current tag be shown?       
     10- where shall the current tag be shown?
  • TabularUnified tags/cla_v100/src/status/db/toolbar002

    r2417 r2435  
    33PRIO: 3
    44STATUS: open
    5 FILES: 
     5FILES:
    66UPDATED: $Id$
    77
    8 General toolbar definitions needed. Define more toolbar items. Generic mechanism 
     8General toolbar definitions needed. Define more toolbar items. Generic mechanism
    99is easy to implement.
  • TabularUnified tags/cla_v100/src/status/filedb.inc

    r2417 r2435  
    124124
    125125function filedb_sorttitle( $aa, $ab)
    126 {   
     126{
    127127$index = 2;
    128128$a = $aa[ $index];
     
    137137
    138138function filedb_sortcategory( $aa, $ab)
    139 {   
     139{
    140140$index = 1;
    141141$a = $aa[ $index];
     
    150150
    151151function filedb_sortprio( $aa, $ab)
    152 {   
     152{
    153153$index = 3;
    154154$a = $aa[ $index];
     
    165165
    166166function filedb_sortstatus( $aa, $ab)
    167 {   
     167{
    168168$index = 4;
    169169$as = trim( $aa[ $index]);
     
    175175
    176176// read index file and search status keywords
    177 // NOTE: the lines contain CRLF, so we need to append 
     177// NOTE: the lines contain CRLF, so we need to append
    178178//       CRLF to the keywords when searching
    179179$astatus = file( "status.lst");
     
    192192
    193193function filedb_sortmodified( $aa, $ab)
    194 {   
     194{
    195195$index = 7;
    196196$a = $aa[ $index];
  • TabularUnified tags/cla_v100/src/status/startapache.cmd

    r2417 r2435  
    113113
    114114 RETURN( DirFound);
    115      
     115
    116116/* ------------------------------------------------------------------------- */
    117117FileExist: PROCEDURE
  • TabularUnified tags/cla_v100/src/status/update.php

    r2417 r2435  
    3535   {
    3636   echo "<br>error: <b>no commit comment specified !</b><p>";
    37    echo "press the Back button and enter a commit comment."; 
     37   echo "press the Back button and enter a commit comment.";
    3838   }
    3939else if ($file != "")
Note: See TracChangeset for help on using the changeset viewer.