Changeset 2435
- Timestamp:
- Jul 17, 2011, 3:07:16 AM (14 years ago)
- Location:
- tags/cla_v100
- Files:
-
- 97 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/cla_v100/bin/esrcscan.cmd ¶
r2417 r2435 692 692 ThisCategory = 'DIVERSE'; 693 693 IF (Category.ThisCategory \= '') THEN 694 WorkList = WorkList 'DIVERSE'; 694 WorkList = WorkList 'DIVERSE'; 695 695 696 696 /* build up lists for each category */ … … 875 875 END; 876 876 DocComment.ThisFunction.ThisKey = DocComment.ThisFunction.ThisKey''CrLf; 877 877 878 878 rcx = WriteSection( FunctionsFile, ThisFunction, ThisId, 'RELATED', '', 'Related functions', '40 0 60 100'); 879 879 END; -
TabularUnified tags/cla_v100/bin/kd.cmd ¶
r2417 r2435 4 4 * Syntax: kd dir [dir [...]] 5 5 * 6 * This program kills directory trees. 6 * This program kills directory trees. 7 7 * Names including blanks are not supported ! 8 8 */ … … 98 98 /* get all subdirectories */ 99 99 rc = SysFileTree( Dir'\*', 'Dir.', 'DOS'); 100 100 101 101 /* kill anything moving ... ;-) */ 102 102 DO d = Dir.0 TO 1 BY -1 … … 149 149 /* remove attributes from files - does not work with option 'O' :-( */ 150 150 rc = SysFileTree( Dir'\*', 'File.', 'F',, '-----'); 151 151 152 152 /* remove files */ 153 153 rc = SysFileTree( Dir'\*', 'File.', 'FO'); -
TabularUnified tags/cla_v100/bin/rmwpi.cmd ¶
r2417 r2435 4 4 * Syntax: rmwpi wis-script 5 5 * 6 * This program quickly removes packages matching the package ids of the 6 * This program quickly removes packages matching the package ids of the 7 7 * specified wis script without using the WarpIn GUI. 8 8 * THIS IS INTENDED FOR TESTING PURPOSES ONLY ! … … 173 173 END; 174 174 175 /* any app removed ? */ 175 /* any app removed ? */ 176 176 IF (\fAppRemoved) THEN 177 177 rc = ERROR.NO_MORE_FILES; … … 293 293 IF (ObjectCount > 0 ) THEN 294 294 SAY ' -' ObjectCount 'WPS object(s) destroyed' 295 295 296 296 /* delete ini entry */ 297 297 rcx = SysIni( IniFile, AppId, 'DELETE:'); -
TabularUnified tags/cla_v100/src/doc/testfiles/test.e ¶
r2417 r2435 23 23 SetCurrentHLPFiles SetMouseSet Thunk add_command_menu 24 24 25 E fields - DEFAULT LIGHTBLUE 25 E fields - DEFAULT LIGHTBLUE 26 26 ============================ 27 27 .dragcolor .eaarea .eof .filename -
TabularUnified tags/cla_v100/src/doc/testfiles/test.scr ¶
r2417 r2435 16 16 :exmp. :fig. 17 17 18 SCRIPT control words - DEFAULT CYAN 18 SCRIPT control words - DEFAULT CYAN 19 19 ======================================= 20 20 .br .im .cl .lb -
TabularUnified tags/cla_v100/src/doc/testfiles/test.tex ¶
r2417 r2435 28 28 LaTeX Sectioning Commands - DEFAULT MAGENTA 29 29 =========================================== 30 \section* \subsubsection* \document \listoffigures 30 \section* \subsubsection* \document \listoffigures 31 31 32 32 TeX macros - DEFAULT BLUE 33 33 ========================= 34 \hfil \ifhbox \ifvmode \frenchspacing 34 \hfil \ifhbox \ifvmode \frenchspacing 35 35 36 36 … … 38 38 '{' and '}' being break and endchar with DEFAULT RED ! 39 39 ====================================================== 40 {book} {document} {itemize} {verse} 40 {book} {document} {itemize} {verse} 41 41 42 42 -
TabularUnified tags/cla_v100/src/doc/testfiles/testc.cmd ¶
r2417 r2435 1 1 @ECHO OFF 2 2 GOTO end 3 3 4 4 : this file is to be used with installed NEPMD 5 5 : It will not show correct highlighting with EPMBBS files -
TabularUnified tags/cla_v100/src/doc/testfiles/testo.cmd ¶
r2417 r2435 19 19 MAXIMIZED YES 20 20 EXENAME * 21 PARAMETERS /C DIR 21 PARAMETERS /C DIR 22 22 STARTUPDIR %CALLDIR% 23 23 -
TabularUnified tags/cla_v100/src/gui/common/ddeutil.c ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/common/ddeutil.h ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/common/eas.c ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/common/eas.h ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/common/file.c ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty … … 72 72 73 73 // get temporary file 74 pszTmpFile = _tempnam( NULL, "ST"); 74 pszTmpFile = _tempnam( NULL, "ST"); 75 75 76 76 // hand over result … … 189 189 pszEnvName = "PATH"; 190 190 191 if (!pszBuffer) 191 if (!pszBuffer) 192 192 { 193 193 pszBuffer = szFullName; -
TabularUnified tags/cla_v100/src/gui/common/hilite.c ¶
r2417 r2435 1444 1444 return rc; 1445 1445 } 1446 1446 -
TabularUnified tags/cla_v100/src/gui/common/init.c ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty … … 888 888 889 889 // take care for multiline values, being enclosed in double quotes 890 if (*pkey->pszKeyValue == '"') 890 if (*pkey->pszKeyValue == '"') 891 891 while (*(pkey->pszKeyValue + strlen( pkey->pszKeyValue) - 1) != '"') 892 892 { … … 895 895 break; 896 896 _stripblanks( pszLine); 897 897 898 898 pkey->pszKeyValue = realloc( pkey->pszKeyValue, strlen( pkey->pszKeyValue) + strlen( pszLine) + 1); 899 899 strcat( pkey->pszKeyValue, pszLine); -
TabularUnified tags/cla_v100/src/gui/common/init.h ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/common/instval.h ¶
r2417 r2435 40 40 // prototypes 41 41 APIRET QueryInstValue( PSZ pszValueTagTag, PSZ pszBuffer, ULONG ulBuflen); 42 APIRET GetMessage( PCHAR *pTable, ULONG cTable, PBYTE pbBuffer, ULONG cbBuffer, 42 APIRET GetMessage( PCHAR *pTable, ULONG cTable, PBYTE pbBuffer, ULONG cbBuffer, 43 43 PSZ pszMessageName, PULONG pcbMsg); 44 44 -
TabularUnified tags/cla_v100/src/gui/common/libreg.c ¶
r2417 r2435 228 228 { 229 229 // 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. 234 234 235 235 lResult = stricmp( pszResult, pszSearch); … … 1005 1005 break; 1006 1006 } 1007 1007 1008 1008 while (!feof( pfile)) 1009 1009 { … … 1015 1015 if (szLine[ 0] == ';') 1016 1016 continue; 1017 1017 1018 1018 // check for delimter 1019 1019 pszDelimiter = strchr( szLine, '='); 1020 1020 if (!pszDelimiter) 1021 1021 continue; 1022 1022 1023 1023 // prepare fields and write them to the ini file 1024 1024 *pszDelimiter = 0; 1025 1025 pszPath = _stripquotes( _stripblanks( szLine)); 1026 1026 pszValue = _stripquotes( _stripblanks( pszDelimiter + 1)); 1027 1027 1028 1028 if (!PrfWriteProfileString( hconfig, pszAppRegDefaults, pszPath, pszValue)) 1029 1029 { … … 1031 1031 break; 1032 1032 } 1033 1033 1034 1034 } // while (!feof( pfile)) 1035 1035 1036 1036 if (rc != NO_ERROR) 1037 1037 break; 1038 1039 } 1038 1039 } 1040 1040 1041 1041 } // if (pszDefaultsFilename) -
TabularUnified tags/cla_v100/src/gui/common/macros.h ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/common/module.h ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/common/pmres.h ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/common/tmf.c ¶
r2417 r2435 614 614 // first of all, elimintate the variable 615 615 strcpy( pszStartPos, pszVarNum + 1); 616 616 617 617 // get value 618 618 pszVarValue = apszParms[ ulParmIndex - 1]; -
TabularUnified tags/cla_v100/src/gui/common/tmf.h ¶
r2417 r2435 3 3 #define TMF_H 4 4 5 APIRET TmfGetMessage( PCHAR *pTable, ULONG cTable, PBYTE pbBuffer, ULONG cbBuffer, 5 APIRET TmfGetMessage( PCHAR *pTable, ULONG cTable, PBYTE pbBuffer, ULONG cbBuffer, 6 6 PSZ pszMessageName, PSZ pszFile, PULONG pcbMsg); 7 7 #endif // TMF_H -
TabularUnified tags/cla_v100/src/gui/etk/attr.h ¶
r2417 r2435 82 82 #define access_as(a) (*((PPATTRSTRING)(a))) 83 83 #if 1 84 /* 84 /* 85 85 \ Note that ATTRSTRING_REVALIDATE is not thread reentrant. Therefore 86 86 \ it should only be called in the interpretter thread. It can also be … … 93 93 #define BUGFIX00236 94 94 #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 97 97 \ value is 32bit. We don't do this for the second assignment because 98 98 \ 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 52 52 executing: 53 53 .sl 54 - *NepmdDeleteConfigValue* 54 - *NepmdDeleteConfigValue* 55 55 - or 56 56 - *DeleteConfigValue* -
TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/deletestringea.e ¶
r2417 r2435 66 66 67 67 Executing this command will 68 remove the specified extended attribute 68 remove the specified extended attribute 69 69 with the name 70 70 .sl compact -
TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/getnextclose.e ¶
r2417 r2435 67 67 and display the result within the status area. 68 68 69 Because of that only a previous call to the functions [.IDPNL_EFUNC_NEPMDGETNEXTFILE] 69 Because of that only a previous call to the functions [.IDPNL_EFUNC_NEPMDGETNEXTFILE] 70 70 or [.IDPNL_EFUNC_NEPMDGETNEXTDIR] can leave an open handle for you to test, and 71 71 the 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 54 54 executing: 55 55 .sl 56 - *NepmdOpenConfig* 56 - *NepmdOpenConfig* 57 57 - or 58 58 - *OpenConfig* -
TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/queryfullname.e ¶
r2417 r2435 30 30 31 31 @@NepmdQueryFullname@SYNTAX 32 This function queries the fullname of the specified filename. It 32 This function queries the fullname of the specified filename. It 33 33 does not check, wether a file or directory really exists, for that use 34 34 the functions [.IDPNL_EFUNC_NEPMDFILEEXISTS] or [.IDPNL_EFUNC_NEPMDDIREXISTS]. … … 63 63 executing: 64 64 .sl 65 - *NepmdQueryFullname* [.IDPNL_EFUNC_NEPMDQUERYFULLNAME_PARM_FILENAME filename] 65 - *NepmdQueryFullname* [.IDPNL_EFUNC_NEPMDQUERYFULLNAME_PARM_FILENAME filename] 66 66 - or 67 67 - *QueryFullname* [.IDPNL_EFUNC_NEPMDQUERYFULLNAME_PARM_FILENAME filename] -
TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/setframewindowpos.e ¶
r2417 r2435 65 65 .pl compact bold tsize=5 break=none 66 66 - 1 67 = size the *EPM* window according to the parameters 67 = size the *EPM* window according to the parameters 68 68 [.IDPNL_EFUNC_NEPMDSETFRAMEWINDOWPOS_PARM_CX cx] and [.IDPNL_EFUNC_NEPMDSETFRAMEWINDOWPOS_PARM_CY cy]. 69 69 - 2 -
TabularUnified tags/cla_v100/src/gui/nepmdlib/macros/writestringea.e ¶
r2417 r2435 52 52 executing: 53 53 .sl 54 - *NepmdWriteStringEa* 54 - *NepmdWriteStringEa* 55 55 [.IDPNL_EFUNC_NEPMDWRITESTRINGEA_PARM_FILENAME filename] 56 56 - or … … 66 66 as an extended string attribute with the name 67 67 .sl compact 68 - *NEPMD.__TestStringEa* 68 - *NEPMD.__TestStringEa* 69 69 .el 70 70 to the specified file -
TabularUnified tags/cla_v100/src/gui/recomp/client.c ¶
r2417 r2435 236 236 if (pszUsrInfFile) 237 237 { 238 sprintf( szHelpArgs, "%s %s", 239 (SHORT1FROMMP( mp1) == IDMEN_HELP_NEPMDUSRINF) ? 238 sprintf( szHelpArgs, "%s %s", 239 (SHORT1FROMMP( mp1) == IDMEN_HELP_NEPMDUSRINF) ? 240 240 pszUsrInfFile : 241 241 pszPrgInfFile, -
TabularUnified tags/cla_v100/src/gui/recomp/dde.c ¶
r2417 r2435 15 15 * software. You can redistribute it and/or modify it under the terms of the 16 16 * 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 18 18 * Netlabs EPM Distribution. This library is distributed in the hope that it 19 19 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/recomp/dde.h ¶
r2417 r2435 15 15 * software. You can redistribute it and/or modify it under the terms of the 16 16 * 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 18 18 * Netlabs EPM Distribution. This library is distributed in the hope that it 19 19 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/recomp/ddereload.h ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty … … 26 26 27 27 // prototypes 28 APIRET ReloadFilelist( HWND hwnd, ULONG ulListIndex, PSZ *ppszFileList, ULONG ulFileCount, 28 APIRET ReloadFilelist( HWND hwnd, ULONG ulListIndex, PSZ *ppszFileList, ULONG ulFileCount, 29 29 PSZ pszExtMacroFile, BOOL fTerminate, PULONG pulFilesLoaded); 30 30 -
TabularUnified tags/cla_v100/src/gui/recomp/job.c ¶
r2417 r2435 458 458 // determine sourcename 459 459 strcpy( pwd->szSourceFile, 460 (pwd->fTestUseErrorSource) ? 460 (pwd->fTestUseErrorSource) ? 461 461 TEST_ALTSOURCENAME : EPM_SOURCENAME); 462 462 … … 492 492 493 493 // 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)); 495 495 DPRINTF(( "JOB: sourcefile is: %s\n", szSourcePath)); 496 496 DPRINTF(( "JOB: EPMPATH is: %s\n", getenv( "EPMPATH"))); … … 813 813 pwd->ulJobStatus = JOB_ACTION_FINISH; 814 814 UPDATE_JOB_STATUS; 815 815 816 816 break; 817 817 -
TabularUnified tags/cla_v100/src/gui/recomp/macros.h ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/recomp/recdeu.rc ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/recomp/receng.rc ¶
r2417 r2435 14 14 * software. You can redistribute it and/or modify it under the terms of the 15 15 * 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 17 17 * Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/recomp/recomp.def ¶
r2417 r2435 14 14 ; software. You can redistribute it and/or modify it under the terms of the 15 15 ; 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 17 17 ; Netlabs EPM Distribution. This library is distributed in the hope that it 18 18 ; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/recomp/recomp.e ¶
r2417 r2435 104 104 105 105 do 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 */ 107 107 /* are to be handled by calling GETFILELIST before ! */ 108 108 .modify = 0; -
TabularUnified tags/cla_v100/src/gui/recomp/resource.c ¶
r2417 r2435 15 15 * software. You can redistribute it and/or modify it under the terms of the 16 16 * 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 18 18 * Netlabs EPM Distribution. This library is distributed in the hope that it 19 19 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/gui/recomp/resource.def ¶
r2417 r2435 18 18 ; software. You can redistribute it and/or modify it under the terms of the 19 19 ; 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 21 21 ; Netlabs EPM Distribution. This library is distributed in the hope that it 22 22 ; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/epmkwds.header ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.c ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.cmd ¶
r2417 r2435 13 13 : software. You can redistribute it and/or modify it under the terms of the 14 14 : 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 16 16 : Netlabs EPM Distribution. This library is distributed in the hope that it 17 17 : will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.cmd_rex ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.def ¶
r2417 r2435 12 12 ; software. You can redistribute it and/or modify it under the terms of the 13 13 ; 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 15 15 ; Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 ; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.e ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.h ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.hil ¶
r2417 r2435 12 12 ; software. You can redistribute it and/or modify it under the terms of the 13 13 ; 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 15 15 ; Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 ; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.htext ¶
r2417 r2435 12 12 .. software. You can redistribute it and/or modify it under the terms of the 13 13 .. 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 15 15 .. Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 .. will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.mak ¶
r2417 r2435 12 12 # software. You can redistribute it and/or modify it under the terms of the 13 13 # 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 15 15 # Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 # will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.men ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.rc ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.rch ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.tmf ¶
r2417 r2435 12 12 ; software. You can redistribute it and/or modify it under the terms of the 13 13 ; 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 15 15 ; Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 ; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/header/header.wis ¶
r2417 r2435 13 13 # software. You can redistribute it and/or modify it under the terms of the 14 14 # 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 16 16 # Netlabs EPM Distribution. This library is distributed in the hope that it 17 17 # will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/ipf/COPYING ¶
r2417 r2435 56 56 The precise terms and conditions for copying, distribution and 57 57 modification follow. 58 58 59 59 GNU GENERAL PUBLIC LICENSE 60 60 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION … … 111 111 does not normally print such an announcement, your work based on 112 112 the Program is not required to print an announcement.) 113 113 114 114 These requirements apply to the modified work as a whole. If 115 115 identifiable sections of that work are not derived from the Program, … … 169 169 distribution of the source code, even though third parties are not 170 170 compelled to copy the source along with the object code. 171 171 172 172 4. You may not copy, modify, sublicense, or distribute the Program 173 173 except as expressly provided under this License. Any attempt … … 226 226 This section is intended to make thoroughly clear what is believed to 227 227 be a consequence of the rest of this License. 228 228 229 229 8. If the distribution and/or use of the Program is restricted in 230 230 certain countries either by patents or by copyrighted interfaces, the … … 279 279 280 280 END OF TERMS AND CONDITIONS 281 281 282 282 Appendix: How to Apply These Terms to Your New Programs 283 283 -
TabularUnified tags/cla_v100/src/ipf/guide.inc ¶
r2417 r2435 40 40 .an IDPNL_CVSGUIDE_ADDNEW 41 41 . 42 When adding source files to the [=TITLE] archive, please comply to the following 42 When adding source files to the [=TITLE] archive, please comply to the following 43 43 rules when committing a file for the very first time: 44 44 45 45 .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 48 48 - 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 50 50 appropriate [.IDPNL_CVSGUIDE_GNUHEADER GNU header] yet. 51 51 - commit with comment *First revision* … … 53 53 that as first change 54 54 - 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 56 56 very same *GNU header* that you added to the original before 57 57 . … … 68 68 All non-binary source files are to include a GNU header at its top in the 69 69 comment 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 70 for different file types in subdirectory [.IDPNL_DEVTREE src\header], it 71 contains headers for all currently used filetypes. As *CVS* cannot handle 72 72 true OS/2 filetypes, files can be distrinct between by filename extensions only. 73 73 … … 81 81 .at fc=red 82 82 - 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 84 84 appropriate file to the directory *src\header* before or right after 85 85 you check in the new file. … … 100 100 but what you intended with the change (example: let acces to file fail if it exists). 101 101 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 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 104 104 short!). 105 105 … … 143 143 .an IDPNL_CVSGUIDE_STARTCLEAN 144 144 . 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 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 148 148 [=TITLE] archive is that small) 149 149 - an updated working directory. When calling *cvs co .* in your working … … 154 154 155 155 It 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 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 158 158 longer as necessary, or you run into merge operations. 159 159 … … 161 161 .ul compact 162 162 - 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 164 164 for a normal development cycle. So you may need a [.IDPNL_CVSGUIDE_BRANCHES CVS branch] 165 165 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 167 167 only, likely the [=TITLE] archive is yet too small to really require this... 168 168 … … 174 174 It is very bad practise to commit non-working code to the archive. 175 175 176 Wherever that is not possible to avoid or where you are not sure 176 Wherever that is not possible to avoid or where you are not sure 177 177 about wether your changes work well, try either to 178 178 .ul compact … … 193 193 . 194 194 In 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 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 197 197 and as a benefit do not run into merge operations when commiting your changes. 198 198 … … 202 202 A good thumbrule for that is: 203 203 .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 205 205 (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! 208 208 - Only that will result in all changed files appearing in one entry of the change log 209 209 (even commiting different files with the same change comment in spearate steps will 210 210 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 212 212 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 214 214 modification tasks at a time, resulting in multiple items within the commit comment, 215 215 but that is no good practise. The command *cvs diff* is used to diff (compare) … … 220 220 So the very best way is to 221 221 .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 223 223 - make the changes for a given modification 224 224 - test the modifications … … 235 235 the development 236 236 - 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 238 238 (see also section [.IDPNL_CVSGUIDE_SMALLUNITS]) 239 239 240 240 It is project policy that 241 241 .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 244 244 cycles no branches are required for this 245 245 - if you ever think you require branches, ask the release maintiner for it … … 248 248 249 249 .. ----------------------------------------------------------------------------- 250 .3 how to ship a release 250 .3 how to ship a release 251 251 .. ----------------------------------------------------------------------------- 252 252 .an IDPNL_CVSGUIDE_RELEASE … … 262 262 - the package is built and tested 263 263 - if necessary, the release maintainer creates 264 [.IDPNL_CVSGUIDE_FIXRELEASE fixes for the relase], 264 [.IDPNL_CVSGUIDE_FIXRELEASE fixes for the relase], 265 265 if possible (else in cooperation with the responsible developer) 266 266 - the resulting package is previewed by selected developers … … 286 286 [=NOTE] 287 287 .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 291 291 published to the public, otherwise it is like releasing a new version. 292 292 -
TabularUnified tags/cla_v100/src/netlabs/bin/epmenv.cmd ¶
r2417 r2435 184 184 CallDir = FILESPEC('Drive', CallName)||FILESPEC('Path', CallName); 185 185 RETURN(LEFT(CallDir, LENGTH(CallDir) - 1)); 186 186 187 187 /* ========================================================================= */ 188 188 GetCallName: PROCEDURE … … 229 229 PARSE VAR ThisLine EnvVar'='EnvValue; 230 230 EnvVar = TRANSLATE( STRIP( EnvVar)); 231 231 232 232 /* replace variables in value */ 233 233 vStart = POS( '%', EnvValue); -
TabularUnified tags/cla_v100/src/netlabs/macros/all.e ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/netlabs/macros/box.e ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/netlabs/macros/commands.e ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/netlabs/macros/drawkey.e ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/netlabs/macros/fonts.e ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/netlabs/macros/makeactn.e ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/netlabs/macros/slnohost.e ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/netlabs/macros/sortepm.e ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/netlabs/macros/tagsactn.e ¶
r2417 r2435 12 12 * software. You can redistribute it and/or modify it under the terms of the 13 13 * 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 15 15 * Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/netlabs/mode/rc/toolkit.hil ¶
r2417 r2435 28 28 [KEYWORD] 29 29 ; --- 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 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 294 294 -
TabularUnified tags/cla_v100/src/old/keywords/epmkwds.ada ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/old/keywords/epmkwds.c ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/old/keywords/epmkwds.e ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/old/keywords/epmkwds.f90 ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/old/keywords/epmkwds.htm ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/old/keywords/epmkwds.ipf ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/old/keywords/epmkwds.jav ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/old/keywords/epmkwds.mak ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/old/keywords/epmkwds.rc ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty -
TabularUnified tags/cla_v100/src/old/keywords/epmkwds.scr ¶
r2417 r2435 12 12 @ software. You can redistribute it and/or modify it under the terms of the 13 13 @ 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 15 15 @ Netlabs EPM Distribution. This library is distributed in the hope that it 16 16 @ will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty … … 34 34 @ never supply parameters, from the DELIMI section to the INSENSITIVE 35 35 @ section. Note that the :tce* and :z* tags are commented out already. 36 @ 36 @ 37 37 @ ----------------------------------------------------------------- 38 38 @ Actual description of the keywords -
TabularUnified tags/cla_v100/src/status/db/bug004 ¶
r2417 r2435 6 6 UPDATED: $Id$ 7 7 8 Printing and previewing a keyword highlighted text in color while System VIO 8 Printing and previewing a keyword highlighted text in color while System VIO 9 9 is the current font, ships out every line on a new page 10 10 -
TabularUnified tags/cla_v100/src/status/db/compile002 ¶
r2417 r2435 3 3 PRIO: 2 4 4 STATUS: coding 5 FILES: 5 FILES: 6 6 UPDATED: $Id$ 7 7 8 Save, compile, unlink, relink the current file 8 Save, compile, unlink, relink the current file -
TabularUnified tags/cla_v100/src/status/db/file001 ¶
r2417 r2435 6 6 UPDATED: $Id$ 7 7 8 Before the last file is quitted an unnamed file is loaded. 8 Before the last file is quitted an unnamed file is loaded. 9 9 10 10 Todo: -
TabularUnified tags/cla_v100/src/status/db/file003 ¶
r2417 r2435 6 6 UPDATED: $Id$ 7 7 8 Save a list of the last loaded files in ring (called group) before closing EPM to 8 Save a list of the last loaded files in ring (called group) before closing EPM to 9 9 restore the ring later -
TabularUnified tags/cla_v100/src/status/db/file006 ¶
r2417 r2435 3 3 PRIO: 2 4 4 STATUS: started 5 FILES: 5 FILES: 6 6 UPDATED: $Id$ 7 7 8 Keep a copy of every edited file, even after the file is saved and/or quitted. 8 Keep a copy of every edited file, even after the file is saved and/or quitted. 9 9 Undo and Autosave need to work independent of that! -
TabularUnified tags/cla_v100/src/status/db/format003 ¶
r2417 r2435 9 9 10 10 Todo: 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 3 3 PRIO: 2 4 4 STATUS: coding 5 FILES: stdprocs.e altp4tex.e 5 FILES: stdprocs.e altp4tex.e 6 6 UPDATED: $Id$ 7 7 8 8 Todo: 9 9 - 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 6 6 UPDATED: $Id$ 7 7 8 An automatic word wrap after Enter will keep the indent. 8 An automatic word wrap after Enter will keep the indent. 9 9 10 10 Todo: -
TabularUnified tags/cla_v100/src/status/db/ls004 ¶
r2417 r2435 1 1 CATEGORY: Locate/Select 2 TITLE: Enhance Alt+1 2 TITLE: Enhance Alt+1 3 3 PRIO: 2 4 4 STATUS: started … … 6 6 UPDATED: $Id$ 7 7 8 Enhance file loading with Alt+1 while cursor is on a filespec. 9 - improve mechanism 8 Enhance file loading with Alt+1 while cursor is on a filespec. 9 - improve mechanism 10 10 - handle error with relative/absolute path 11 11 -
TabularUnified tags/cla_v100/src/status/db/ls005 ¶
r2417 r2435 8 8 passist: Move the cursor to the matching bracket or expression. 9 9 10 Petr Mikulik shows how to enhance the passist function for TeX environments. 10 Petr Mikulik shows how to enhance the passist function for TeX environments. 11 11 Already implemented is the enhancement for E mode. 12 12 -
TabularUnified tags/cla_v100/src/status/db/misc001 ¶
r2417 r2435 6 6 UPDATED: $Id$ 7 7 8 Every directory(...) call should be preceeded by a directory('\') to "unlock" the 9 directory when changing drives. 8 Every directory(...) call should be preceeded by a directory('\') to "unlock" the 9 directory when changing drives. -
TabularUnified tags/cla_v100/src/status/db/tag002 ¶
r2417 r2435 3 3 PRIO: 3 4 4 STATUS: open 5 FILES: 5 FILES: 6 6 UPDATED: $Id$ 7 7 8 8 Determine 9 9 - 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 3 3 PRIO: 3 4 4 STATUS: open 5 FILES: 5 FILES: 6 6 UPDATED: $Id$ 7 7 8 General toolbar definitions needed. Define more toolbar items. Generic mechanism 8 General toolbar definitions needed. Define more toolbar items. Generic mechanism 9 9 is easy to implement. -
TabularUnified tags/cla_v100/src/status/filedb.inc ¶
r2417 r2435 124 124 125 125 function filedb_sorttitle( $aa, $ab) 126 { 126 { 127 127 $index = 2; 128 128 $a = $aa[ $index]; … … 137 137 138 138 function filedb_sortcategory( $aa, $ab) 139 { 139 { 140 140 $index = 1; 141 141 $a = $aa[ $index]; … … 150 150 151 151 function filedb_sortprio( $aa, $ab) 152 { 152 { 153 153 $index = 3; 154 154 $a = $aa[ $index]; … … 165 165 166 166 function filedb_sortstatus( $aa, $ab) 167 { 167 { 168 168 $index = 4; 169 169 $as = trim( $aa[ $index]); … … 175 175 176 176 // 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 178 178 // CRLF to the keywords when searching 179 179 $astatus = file( "status.lst"); … … 192 192 193 193 function filedb_sortmodified( $aa, $ab) 194 { 194 { 195 195 $index = 7; 196 196 $a = $aa[ $index]; -
TabularUnified tags/cla_v100/src/status/startapache.cmd ¶
r2417 r2435 113 113 114 114 RETURN( DirFound); 115 115 116 116 /* ------------------------------------------------------------------------- */ 117 117 FileExist: PROCEDURE -
TabularUnified tags/cla_v100/src/status/update.php ¶
r2417 r2435 35 35 { 36 36 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."; 38 38 } 39 39 else if ($file != "")
Note:
See TracChangeset
for help on using the changeset viewer.