source: trunk/src/netlabs/bin/defaults.cfg@ 4994

Last change on this file since 4994 was 4994, checked in by Andreas Schnellbacher, 3 years ago
  • Added menu item and dialog to configure prompt value.
  • Changed default prompt value.
  • Property svn:keywords set to Date Revision Author HeadURL Id
File size: 48.3 KB
Line 
1; ***************************** Module Header ******************************\
2;
3; Module Name: defaults.cfg
4;
5; Modification
6; o You shouldn't modify this file, because all files in the netlabs
7; tree will be overwritten by a new NEPMD installation.
8;
9; Import of default settings
10; o This file contains default values for NEPMD. It is imported during
11; installation to NEPMD.INI, section RegDefaults.
12; o For testing, you can delete the RegDefaults section of NEPMD.INI in
13; order to process this file again. The deletion can also be made by
14; running NEPMD\netlabs\install\initreg.cmd.
15;
16; Change settings from default to user values
17; o As an alternative to the 'Preferences' menu, you can copy settings
18; from this file to user.cfg and edit it there.
19; o user.cfg must be placed in %NEPMD_USERDIR%\bin, what is usually
20; NEPMD\myepm\bin.
21; o After saving that file and on the next start of EPM, the alternation
22; will be recognized and the settings will be imported in NEPMD.INI,
23; sections RegKeys and RegContainer.
24; o It's better to copy only a minimum to keep the highest
25; compatibility with future changes. So don't simply copy all. Use
26; only those settings, you want to change.
27; o If you have already changed settings via the 'Preferences' menu,
28; you should first export all user settings by Edit -> Preferences
29; -> Export user settings. Alternatively, execute the command
30; 'ExportUserConfig'.
31; o Beneath the automatic import of user.cfg on the next EPM start,
32; a file with any name can be imported by 'ImportUserConfig'.
33; o The commands to handle with configuration files can also be
34; executed via the Preferences popup menu.
35;
36; Syntax
37; o Similar rules as for text ini files apply. Additionally, leading
38; and trailing spaces and spaces around the first '=' char are
39; ignored.
40; o For var = value expressions: Enquote the value with double quotes
41; or single quotes, if leading or trailing spaces exist. Enquote the
42; var, if '=' is included, which is usually not the case.
43; o If the first and the last character of a var or of a value part is
44; either a single or a double quote, it will be removed on import.
45; o The order of the entries doesn't matter. You can re-arrange lines,
46; add empty lines and comments.
47;
48; Copyright (c) Netlabs EPM Distribution Project 2002
49;
50; $Id: defaults.cfg 4994 2022-04-24 14:35:32Z aschn $
51;
52; ===========================================================================
53;
54; This file is part of the Netlabs EPM Distribution package and is free
55; software. You can redistribute it and/or modify it under the terms of the
56; GNU General Public License as published by the Free Software
57; Foundation, in version 2 as it comes in the "COPYING" file of the
58; Netlabs EPM Distribution. This library is distributed in the hope that it
59; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
60; of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
61; General Public License for more details.
62;
63; **************************************************************************/
64
65; ---------------------------------------------------------------------------
66; Main
67; ---------------------------------------------------------------------------
68
69; Installation
70\NEPMD\Install\JustInstalled = 1
71
72; Default edit, save and search options
73\NEPMD\User\Edit\DefaultOptions = /b /t
74\NEPMD\User\Save\DefaultOptions = /s /ne /nt /o
75\NEPMD\User\Search\DefaultOptions = +fav;"
76
77; Mark
78\NEPMD\User\Mark\AdvancedMarking = 1
79\NEPMD\User\Mark\DefaultPaste = C
80\NEPMD\User\Mark\ShiftMarkExtends = 0
81\NEPMD\User\Mark\LineInsert = A
82\NEPMD\User\Mark\DefaultMouseMark = C
83\NEPMD\User\Mark\DragAlwaysMarks = 1
84\NEPMD\User\Mark\UnmarkAfterMove = 0
85
86; Cursor position
87\NEPMD\User\CursorPos\CursorEverywhere = 1
88\NEPMD\User\CursorPos\KeepCursorOnScreen = 1
89\NEPMD\User\CursorPos\VPosAfterSearch = S
90\NEPMD\User\CursorPos\ScrollAfterSearch = 26 -4
91\NEPMD\User\CursorPos\HighlightCursor = 1
92
93; Auto-restore
94\NEPMD\User\AutoRestore\CursorPos = 1
95\NEPMD\User\AutoRestore\Ring\SaveLast = 0
96\NEPMD\User\AutoRestore\Ring\LoadLast = 0
97\NEPMD\User\AutoRestore\Ring\MaxRings = 1
98
99; Reflow
100\NEPMD\User\Format\Reflow\Mark = 0
101\NEPMD\User\Format\Reflow\Par = 1
102\NEPMD\User\Format\Reflow\SpecialMode = ''
103\NEPMD\User\Format\Reflow\TwoSpaces = 0
104\NEPMD\User\Format\Reflow\Block = 0
105\NEPMD\User\Format\Reflow\WordProc = 0
106\NEPMD\User\Format\Reflow\Margins\Selected = 1
107\NEPMD\User\Format\Reflow\Margins\2 = 1 70 1
108\NEPMD\User\Format\Reflow\Mail = 0
109\NEPMD\User\Format\Reflow\KeepIndented = 0
110\NEPMD\User\Format\Reflow\WrapIndented = 0
111\NEPMD\User\Format\Reflow\ReflowLists = 0
112\NEPMD\User\Format\Reflow\ListBulletWords = - o * +
113\NEPMD\User\Format\Reflow\ListAddNumberWords = . -
114\NEPMD\User\Format\Reflow\ListNumberAppendWords = . ) -
115\NEPMD\User\Format\Reflow\ReindentLists = 0
116\NEPMD\User\Format\Reflow\ListIndent = 3
117\NEPMD\User\Format\Reflow\MailFixFalseReplyLevels = 1
118; JoinAfterWrap is applied on typing, not on Reflow.
119\NEPMD\User\Format\Reflow\JoinAfterWrap = 0
120
121; Sort
122\NEPMD\User\Sort\Descending = 0
123\NEPMD\User\Sort\IgnoreCase = 0
124\NEPMD\User\Sort\CollatingOrder = 0
125
126; Tabs/spaces
127\NEPMD\User\TabsSpaces\Compress\IndentOnly = 1
128
129; Default tabs and margins
130\NEPMD\User\Tabs = 8
131\NEPMD\User\Margins = 1 1599 1
132
133; History
134\NEPMD\User\History = 1
135\NEPMD\User\History\Edit\Number = 50
136\NEPMD\User\History\Load\Number = 50
137\NEPMD\User\History\Save\Number = 50
138\NEPMD\User\History\Search\Number = 50
139
140; Keyset additions
141\NEPMD\User\Keysets\AddKeyDefs\List = cua
142\NEPMD\User\Keysets\AddKeyDefs\Selected = cua
143
144; Stream mode
145\NEPMD\User\StreamMode = 1
146
147; Newline in stream mode
148\NEPMD\User\SpecialKeys\Stream\newline = Split,KeepIndent
149\NEPMD\User\SpecialKeys\Stream\s_newline = Split,NoIndent
150\NEPMD\User\SpecialKeys\Stream\a_newline = Split,KeepIndent
151\NEPMD\User\SpecialKeys\Stream\c_newline = Split,KeepIndent
152
153; Newline in line mode
154\NEPMD\User\SpecialKeys\Line\newline = Add,KeepCol
155\NEPMD\User\SpecialKeys\Line\s_newline = NoAdd,KeepCol
156\NEPMD\User\SpecialKeys\Line\a_newline = Add,KeepCol
157\NEPMD\User\SpecialKeys\Line\c_newline = Add,KeepCol
158
159; Enter in stream mode
160\NEPMD\User\SpecialKeys\Stream\enter = Split,KeepIndent
161\NEPMD\User\SpecialKeys\Stream\s_enter = Split,NoIndent
162\NEPMD\User\SpecialKeys\Stream\a_enter = Split,KeepIndent,1,SoftWrapAtCursor
163\NEPMD\User\SpecialKeys\Stream\c_enter = Split,KeepIndent
164
165; Enter in line mode
166\NEPMD\User\SpecialKeys\Line\enter = Add,KeepCol
167\NEPMD\User\SpecialKeys\Line\s_enter = NoAdd,KeepCol
168\NEPMD\User\SpecialKeys\Line\a_enter = Add,KeepCol,1,SoftWrapAtCursor
169\NEPMD\User\SpecialKeys\Line\c_enter = Add,KeepCol
170
171; Tab and Backtab keys, ShowTabs
172\NEPMD\User\SpecialKeys\tab = Text,Spaces
173\NEPMD\User\SpecialKeys\c_tab = Cursor
174\NEPMD\User\SpecialKeys\c_a_tab = Text,Tab
175\NEPMD\User\SpecialKeys\s_backtab = Text,Whitespace
176\NEPMD\User\SpecialKeys\c_s_backtab = Cursor
177\NEPMD\User\SpecialKeys\Tab\MatchWordsAbove = 0
178\NEPMD\User\SpecialKeys\Tab\ShowTabs = 1
179
180; Home and End keys
181\NEPMD\User\SpecialKeys\HomeToggles = 1
182\NEPMD\User\SpecialKeys\EndToggles = 1
183
184; Syntax expansion keys
185\NEPMD\User\SpecialKeys\ExpandKeys = space newline
186
187; Block Alt keys
188\NEPMD\User\SpecialKeys\Alt\BlockAltLetter = 1
189\NEPMD\User\SpecialKeys\Alt\BlockLeftAlt = 1
190\NEPMD\User\SpecialKeys\Alt\BlockRightAlt = 1
191
192; Keyword highlighting
193\NEPMD\User\KeywordHighlighting = 1
194\NEPMD\User\KeywordHighlighting\AutoRefresh = 1
195\NEPMD\User\KeywordHighlighting\HilCommentChar = \254
196\NEPMD\User\KeywordHighlighting\HiliteCacheDir = %TMP%\nepmd\hilite
197
198; Bracket matching
199\NEPMD\User\SpecialKeys\MatchFindOnMove = 1
200\NEPMD\User\SpecialKeys\MatchFindOpening = 1
201\NEPMD\User\SpecialKeys\MatchInsertPair = 1
202; Msg for matched bracket off screen: Mark col. in displayed text with this char:
203\NEPMD\User\SpecialKeys\MatchMessageChar = \219
204
205; Syntax expansion
206\NEPMD\User\SyntaxExpansion = 1
207
208; Mode-specific
209\NEPMD\User\ModeSpecific\Tabs = 1
210\NEPMD\User\ModeSpecific\Margins = 1
211
212; Format
213\NEPMD\User\Format\BoxStyle = 1
214\NEPMD\User\Format\DrawStyle = 1
215\NEPMD\User\Format\HeaderWidth = 78
216
217; REXX profile
218\NEPMD\User\RexxProfile = 1
219
220; Windows and dialogs
221\NEPMD\User\EditWindow\ClickOnlyGivesFocus = 1
222\NEPMD\User\SearchDialog\FocusToEditWindow = 1
223\NEPMD\User\SearchDialog\SearchMarkIfMarked = 1
224\NEPMD\User\SearchDialog\SearchMarkedWords = 0
225\NEPMD\User\EditWindow\MaxCols = 90
226
227; Readonly
228\NEPMD\User\Readonly = 1
229
230; Lock
231\NEPMD\User\Lock\OnModify = 0
232
233; Discard changes
234\NEPMD\User\Modify\DiscardChanges\Untitled = 0
235\NEPMD\User\Modify\DiscardChanges\NewShells = 0
236\NEPMD\User\Modify\DiscardChanges\RestoredShells = 0
237\NEPMD\User\Modify\DiscardChanges\OtherVirtual = 1
238
239; Save changes on restart
240\NEPMD\User\Modify\SaveOnRestart\NewShells = 1
241\NEPMD\User\Modify\SaveOnRestart\RestoredShells = 0
242
243; Math
244\NEPMD\User\Math\Decimal = .
245
246; Directories
247\NEPMD\User\ChangeWorkDir = 0
248\NEPMD\User\StartDir\WorkDir\Type = 0
249\NEPMD\User\StartDir\OpenDlg\Type = 2
250\NEPMD\User\StartDir\SaveasDlg\Type = 0
251
252; Keyword help
253\NEPMD\User\KeywordHelp\NewView\UseIfFound = 1
254\NEPMD\User\KeywordHelp\NewView\ExtendedSearch = 1
255
256; Drop a file on the edit window (edit | import)
257\NEPMD\User\FileDropAction = edit
258
259; AutoSave and Backup
260\NEPMD\User\AutoSave = 1
261\NEPMD\User\AutoSave\Number = 50
262\NEPMD\User\Backup = 1
263\NEPMD\User\Backup\Number = 20
264\NEPMD\User\Backup\Directory = %TMP%\nepmd\backup
265\NEPMD\User\Backup\MaxDays = 300
266
267; Menu
268\NEPMD\User\Menu\HideItems = 0
269\NEPMD\User\Menu\NoDismiss = 1
270\NEPMD\User\Menu\Name = newmenu
271
272; Toolbar
273\NEPMD\User\Toolbar = 1
274\NEPMD\User\Toolbar\Name = newbar
275
276; Appearance
277\NEPMD\User\Appearance\InfoLine\Message = 1
278\NEPMD\User\Appearance\InfoLine\Message\MenuHints = 1
279\NEPMD\User\Appearance\InfoLine\AtTop = 0
280\NEPMD\User\Appearance\InfoLine\Longname = 1
281\NEPMD\User\Appearance\InfoLine\Status = 1
282\NEPMD\User\Appearance\InfoLine\Status\Template = Line <line> of <lines> * Col <col> * 0x<hex>=<dec> * <ins> * <markingmode>-<streammode> * Ma <ma> * Tabs <tabs> * <mode> * <modified>
283\NEPMD\User\Appearance\InfoLine\Title\Template = <file>/<files> * <filename> * <datetimemodified>
284\NEPMD\User\Appearance\InfoLine\Sep = \32\250\32
285\NEPMD\User\Appearance\BackgroundBitmap = 0
286\NEPMD\User\Appearance\BackgroundBitmap\Filename =
287\NEPMD\User\Appearance\CursorStyle = 1
288\NEPMD\User\Appearance\CursorWidth = 2
289\NEPMD\User\Appearance\CursorSpecialDimensions =
290\NEPMD\User\Appearance\PointerStyle = 2
291\NEPMD\User\Appearance\VScrollBar = 1
292\NEPMD\User\Appearance\HScrollBar = 1
293\NEPMD\User\Appearance\RotateButtons = 1
294
295; Colors
296\NEPMD\User\Colors\Text = BLACK+WHITEB
297\NEPMD\User\Colors\Mark = BLUE+LIGHT_GRAYB
298\NEPMD\User\Colors\Background = LIGHT_GRAY+BLACKB
299\NEPMD\User\Colors\Message = LIGHT_RED+WHITEB
300\NEPMD\User\Colors\Status = BLACK+LIGHT_GRAYB
301\NEPMD\User\Colors\ModifiedStatus = MAGENTA+LIGHT_GRAYB
302\NEPMD\User\Colors\ReadOnlyStatus = LIGHT_BLUE+LIGHT_GRAYB
303
304; Fonts
305\NEPMD\User\Fonts\Text = 12.System VIO
306\NEPMD\User\Fonts\Message = 10.Helv
307\NEPMD\User\Fonts\Status = 10.System Proportional Non-ISO
308
309; Encoding
310\NEPMD\User\Encoding\1\UconvCode = UTF-8
311\NEPMD\User\Encoding\1\RecodeCode =
312\NEPMD\User\Encoding\1\Name = UTF-8 (ibm-1208, windows-65001)
313\NEPMD\User\Encoding\2\UconvCode = UTF-16LE
314\NEPMD\User\Encoding\2\RecodeCode =
315\NEPMD\User\Encoding\2\Name = UTF-16LE (ibm-1202, windows-1200)
316\NEPMD\User\Encoding\3\UconvCode = UTF-16BE
317\NEPMD\User\Encoding\3\RecodeCode =
318\NEPMD\User\Encoding\3\Name = UTF-16BE (ibm-1200, windows-1201)
319\NEPMD\User\Encoding\4\UconvCode = ISO-8859-1
320\NEPMD\User\Encoding\4\RecodeCode = latin1
321\NEPMD\User\Encoding\4\Name = ISO-8859-1 (ibm-819, latin1)
322\NEPMD\User\Encoding\5\UconvCode = windows-1252
323\NEPMD\User\Encoding\5\RecodeCode =
324\NEPMD\User\Encoding\5\Name = windows-1252 (ibm-1252)
325; For system codepage = 850, use 437 here. For all others, use 850:
326\NEPMD\User\Encoding\6\UconvCode = ibm-437
327\NEPMD\User\Encoding\6\RecodeCode = ibm437
328\NEPMD\User\Encoding\6\Name = ibm-437
329\NEPMD\User\Encoding\Order = 1 2 3 4 5 6
330\NEPMD\User\Encoding\Selected = 1
331\NEPMD\User\Encoding\Standard = 0
332\NEPMD\User\Encoding\Tool = uconv
333\NEPMD\User\Encoding\EditCmdBefore = 0
334
335; Shell
336\NEPMD\User\Shell\PromptValue = 'epm: {$r}[$p]$s'
337\NEPMD\User\Shell\Start\Quiet = 1
338\NEPMD\User\Shell\FilenameCompletion = 1
339\NEPMD\User\Shell\Alias = 1
340\NEPMD\User\Shell\Alias\EscapeChar = *
341
342; Check NEPMD Version
343\NEPMD\User\VersionCheck\CheckUrl = ftp://ftp.netlabs.org/pub/nepmd/version.cfg
344
345; Spell check dictionaries
346\NEPMD\User\Dicts\DictsPath = ftp://ftp.netlabs.org/pub/nepmd/dicts/
347
348; ---------------------------------------------------------------------------
349; Tools
350; ---------------------------------------------------------------------------
351
352; Templates
353; %fe = from encoding
354; %te = to encoding
355; %if = input file
356; %of = output file
357; %lf = log file
358; %uf = URL file
359; %od = output dir
360; %eo = EPM options
361; %ec = EPM command
362; %ef = EPM file
363\NEPMD\User\Tools\uconv\Template = uconv -i -c -f %fe -t %te -o "%of" "%if"
364\NEPMD\User\Tools\recode\Template = recode %fe:%te "%if"
365\NEPMD\User\Tools\wget\Template = wget -T 10 -t 3 -i "%uf" -O "%of"
366\NEPMD\User\Tools\unzip\Template = unzip -Co "%if" -d "%od"
367\NEPMD\User\Tools\epm\Template = start epm /r %eo '%ec "%ef"'
368\NEPMD\User\Tools\log\Template = 1>"%lf" 2>&1
369
370; Tools
371; Specify ToolBaseName as key segment after \Tools. ToolBaseName is either
372; the lowercase basename (without path and .exe) of a tool or can be
373; compare1, compare2, browser, ftp, mail or irc.
374
375; Valid setting is \Exe
376\NEPMD\User\Tools\md5\Exe = md5sum.exe;md5suml.exe;md5.exe
377\NEPMD\User\Tools\lxlite\Exe = lxlite.exe
378\NEPMD\User\Tools\unlock\Exe = unlock.exe
379
380; Valid setting is \ToolBaseName
381\NEPMD\User\Tools\compare1\ToolBaseName = kdiff3
382\NEPMD\User\Tools\compare2\ToolBaseName = gfc
383
384; Valid settings is \Exe
385\NEPMD\User\Tools\kdiff3\Exe = kdiff3.exe
386\NEPMD\User\Tools\gfc\Exe = gfc.exe
387
388; Valid settings are \Exe, \Options
389\NEPMD\User\Tools\grep\Exe = grep.exe
390\NEPMD\User\Tools\grep\Options = -EnHira
391
392; Valid settings are \Exe, \Options
393\NEPMD\User\Tools\uconv\Exe = uconv.exe
394\NEPMD\User\Tools\uconv\Options = -i -f latin1 -t cp850
395\NEPMD\User\Tools\recode\Exe = recode.exe
396\NEPMD\User\Tools\recode\Options = latin1:cp850
397
398; Valid settings are \Exe, \Parameters, \WorkingDir
399\NEPMD\User\Tools\browser\Exe = WPS
400\NEPMD\User\Tools\ftp\Exe = WPS
401\NEPMD\User\Tools\mail\Exe = WPS
402\NEPMD\User\Tools\irc\Exe = WPS
403
404; ---------------------------------------------------------------------------
405; Program objects
406; ---------------------------------------------------------------------------
407
408; Settings for programm objects
409\NEPMD\User\ProgramObjects\OpenSameWindow = 1
410\NEPMD\User\ProgramObjects\OmitOpenBox = 1
411\NEPMD\User\ProgramObjects\StartupDir = ?:\
412
413; Programm objects -> Open in same window
414\NEPMD\User\ProgramObjects\OpenSameWindow\1 = <NEPMD_EPM>
415\NEPMD\User\ProgramObjects\OpenSameWindow\2 = <NEPMD_EPM_E>
416\NEPMD\User\ProgramObjects\OpenSameWindow\3 = <NEPMD_EPM_ERX>
417\NEPMD\User\ProgramObjects\OpenSameWindow\4 = <NEPMD_EPM_TEX>
418\NEPMD\User\ProgramObjects\OpenSameWindow\5 = <NEPMD_EPM_EDIT_MACROFILE>
419; The special object is the object that gets the converse setting applied.
420; For that one, also its title is changed on toggling the setting:
421\NEPMD\User\ProgramObjects\OpenSameWindow\Special = <NEPMD_EPM_NEW_SAME_WINDOW>
422
423; Programm objects -> File open selection: Omit open box
424\NEPMD\User\ProgramObjects\OmitOpenBox\1 = <NEPMD_EPM>
425\NEPMD\User\ProgramObjects\OmitOpenBox\2 = <NEPMD_EPM_NEW_SAME_WINDOW>
426\NEPMD\User\ProgramObjects\OmitOpenBox\3 = <NEPMD_EPM_E>
427\NEPMD\User\ProgramObjects\OmitOpenBox\4 = <NEPMD_EPM_ERX>
428\NEPMD\User\ProgramObjects\OmitOpenBox\5 = <NEPMD_EPM_TEX>
429\NEPMD\User\ProgramObjects\OmitOpenBox\6 = <NEPMD_EPM_EDIT_MACROFILE>
430\NEPMD\User\ProgramObjects\OmitOpenBox\7 = <NEPMD_EPM_SHELL>
431\NEPMD\User\ProgramObjects\OmitOpenBox\8 = <NEPMD_EPM_TURBO>
432\NEPMD\User\ProgramObjects\OmitOpenBox\9 = <NEPMD_EPM_BIN>
433
434; Programm objects -> Set startup dir...
435\NEPMD\User\ProgramObjects\StartupDir\1 = <NEPMD_EPM>
436\NEPMD\User\ProgramObjects\StartupDir\2 = <NEPMD_EPM_NEW_SAME_WINDOW>
437\NEPMD\User\ProgramObjects\StartupDir\3 = <NEPMD_EPM_E>
438\NEPMD\User\ProgramObjects\StartupDir\4 = <NEPMD_EPM_ERX>
439\NEPMD\User\ProgramObjects\StartupDir\5 = <NEPMD_EPM_TEX>
440\NEPMD\User\ProgramObjects\StartupDir\6 = <NEPMD_EPM_EDIT_MACROFILE>
441\NEPMD\User\ProgramObjects\StartupDir\7 = <NEPMD_EPM_TURBO>
442\NEPMD\User\ProgramObjects\StartupDir\8 = <NEPMD_EPM_BIN>
443
444; Programm objects -> Set associations...
445; The associations dialog allows to select an association list, specified
446; by its name. After that, the following actions can be executed: prepend,
447; append or remove.
448;
449; Syntax for Assocs keys values:
450;
451; = OBJECT, Type:TYPE [,POS]
452; or
453; = OBJECT, Filter:FILTER [,POS]
454;
455; with
456; Name a text used as list item text
457; OBJECT an <object_id>
458; TYPE a WPS association type
459; FILTER a WPS association filter
460; POS optional position number (default = 1) or L (means: last),
461; used for the prepend action only
462
463\NEPMD\User\ProgramObjects\Assocs\1\Name = NEPMD objects
464\NEPMD\User\ProgramObjects\Assocs\1\1 = <NEPMD_EPM>, Type:Plain Text
465\NEPMD\User\ProgramObjects\Assocs\1\2 = <NEPMD_EPM>, Type:Command File
466\NEPMD\User\ProgramObjects\Assocs\1\3 = <NEPMD_EPM>, Type:DOS Command File
467\NEPMD\User\ProgramObjects\Assocs\1\4 = <NEPMD_EPM>, Type:C Code
468\NEPMD\User\ProgramObjects\Assocs\1\5 = <NEPMD_EPM_EDIT_MACROFILE>, Type:EX File
469\NEPMD\User\ProgramObjects\Assocs\1\6 = <NEPMD_EPM_BIN>, Type:Executable, L
470\NEPMD\User\ProgramObjects\Assocs\1\7 = <NEPMD_EPM>, Filter:*.cmd
471\NEPMD\User\ProgramObjects\Assocs\1\8 = <NEPMD_EPM>, Filter:*.dat
472\NEPMD\User\ProgramObjects\Assocs\1\9 = <NEPMD_EPM>, Filter:*.doc, L
473\NEPMD\User\ProgramObjects\Assocs\1\10 = <NEPMD_EPM>, Filter:*.ini, L
474\NEPMD\User\ProgramObjects\Assocs\1\11 = <NEPMD_EPM>, Filter:*.txt
475\NEPMD\User\ProgramObjects\Assocs\1\12 = <NEPMD_EPM>, Filter:config.sys
476\NEPMD\User\ProgramObjects\Assocs\1\13 = <NEPMD_EPM_E>, Filter:*.e
477\NEPMD\User\ProgramObjects\Assocs\1\14 = <NEPMD_EPM_EDIT_MACROFILE>, Filter:*.ex
478\NEPMD\User\ProgramObjects\Assocs\1\15 = <NEPMD_EPM_ERX>, Filter:*.erx
479\NEPMD\User\ProgramObjects\Assocs\1\16 = <NEPMD_EPM_TEX>, Filter:*.tex
480\NEPMD\User\ProgramObjects\Assocs\1\17 = <NEPMD_EPM_TEX>, Filter:*.ltx
481\NEPMD\User\ProgramObjects\Assocs\1\18 = <NEPMD_EPM_TEX>, Filter:*.dtx
482
483\NEPMD\User\ProgramObjects\Assocs\2\Name = System Editor
484\NEPMD\User\ProgramObjects\Assocs\2\1 = <WP_SYSED>, Type:Plain Text
485\NEPMD\User\ProgramObjects\Assocs\2\2 = <WP_SYSED>, Type:Command File
486\NEPMD\User\ProgramObjects\Assocs\2\3 = <WP_SYSED>, Type:DOS Command File
487\NEPMD\User\ProgramObjects\Assocs\2\4 = <WP_SYSED>, Filter:*.bat
488\NEPMD\User\ProgramObjects\Assocs\2\5 = <WP_SYSED>, Filter:*.cmd
489\NEPMD\User\ProgramObjects\Assocs\2\6 = <WP_SYSED>, Filter:*.txt
490
491\NEPMD\User\ProgramObjects\Assocs\3\Name = Standard EPM
492\NEPMD\User\ProgramObjects\Assocs\3\1 = <WP_EPM>, Type:Assembler Code
493\NEPMD\User\ProgramObjects\Assocs\3\2 = <WP_EPM>, Type:BASIC Code
494\NEPMD\User\ProgramObjects\Assocs\3\3 = <WP_EPM>, Type:C Code
495\NEPMD\User\ProgramObjects\Assocs\3\4 = <WP_EPM>, Type:COBOL Code
496\NEPMD\User\ProgramObjects\Assocs\3\5 = <WP_EPM>, Type:FORTRAN Code
497\NEPMD\User\ProgramObjects\Assocs\3\6 = <WP_EPM>, Type:Java Code
498\NEPMD\User\ProgramObjects\Assocs\3\7 = <WP_EPM>, Type:Pascal Code
499
500; ---------------------------------------------------------------------------
501; Highlighting colors
502; ---------------------------------------------------------------------------
503
504; Note: Default colors sets start at 101 as id number.
505; User colors sets can start at 1 or any other number below 101.
506; To create own color sets, one option is to start with copying one of
507; the following ones to user.cfg. Then change the id number and the name.
508; Another option is to copy a palette object or to use the dialog.
509
510\NEPMD\User\Colors\Highlighting\101\Name = NEPMD
511; Name in EPM -R- -G- -B-
512\NEPMD\User\Colors\Highlighting\101\black = 0 0 0
513\NEPMD\User\Colors\Highlighting\101\blue = 0 0 153
514\NEPMD\User\Colors\Highlighting\101\green = 0 162 66
515\NEPMD\User\Colors\Highlighting\101\cyan = 0 154 156
516\NEPMD\User\Colors\Highlighting\101\red = 207 0 62
517\NEPMD\User\Colors\Highlighting\101\magenta = 153 0 153
518\NEPMD\User\Colors\Highlighting\101\brown = 173 158 99
519\NEPMD\User\Colors\Highlighting\101\light_gray = 204 204 204
520\NEPMD\User\Colors\Highlighting\101\dark_gray = 132 109 173
521\NEPMD\User\Colors\Highlighting\101\light_blue = 0 0 255
522\NEPMD\User\Colors\Highlighting\101\light_green = 228 153 23
523\NEPMD\User\Colors\Highlighting\101\light_cyan = 0 139 232
524\NEPMD\User\Colors\Highlighting\101\light_red = 255 0 0
525\NEPMD\User\Colors\Highlighting\101\light_magenta = 236 0 171
526\NEPMD\User\Colors\Highlighting\101\yellow = 239 239 198
527\NEPMD\User\Colors\Highlighting\101\white = 239 239 239
528
529\NEPMD\User\Colors\Highlighting\102\Name = Standard
530; Name in EPM -R- -G- -B-
531\NEPMD\User\Colors\Highlighting\102\black = 0 0 0
532\NEPMD\User\Colors\Highlighting\102\blue = 0 0 153
533\NEPMD\User\Colors\Highlighting\102\green = 0 153 0
534\NEPMD\User\Colors\Highlighting\102\cyan = 0 153 153
535\NEPMD\User\Colors\Highlighting\102\red = 153 0 0
536\NEPMD\User\Colors\Highlighting\102\magenta = 153 0 153
537\NEPMD\User\Colors\Highlighting\102\brown = 153 153 0
538\NEPMD\User\Colors\Highlighting\102\light_gray = 204 204 204
539\NEPMD\User\Colors\Highlighting\102\dark_gray = 128 128 128
540\NEPMD\User\Colors\Highlighting\102\light_blue = 0 0 255
541\NEPMD\User\Colors\Highlighting\102\light_green = 0 255 0
542\NEPMD\User\Colors\Highlighting\102\light_cyan = 0 255 255
543\NEPMD\User\Colors\Highlighting\102\light_red = 255 0 0
544\NEPMD\User\Colors\Highlighting\102\light_magenta = 255 0 255
545\NEPMD\User\Colors\Highlighting\102\yellow = 255 255 0
546\NEPMD\User\Colors\Highlighting\102\white = 255 255 255
547
548; ---------------------------------------------------------------------------
549; Coding styles
550; ---------------------------------------------------------------------------
551
552; Ids below 101 are reserved for user coding styles.
553
554; K&R
555\NEPMD\User\CodingStyles\101\Name = K&R
556\NEPMD\User\CodingStyles\101\Modes = C JAVA
557\NEPMD\User\CodingStyles\101\Tabs = 4
558\NEPMD\User\CodingStyles\101\Indent = 4
559\NEPMD\User\CodingStyles\101\CBraceStyle = APPEND
560\NEPMD\User\CodingStyles\101\CFunctionCodeStyle = INDENT
561\NEPMD\User\CodingStyles\101\CCaseStyle = INDENT
562\NEPMD\User\CodingStyles\101\FunctionSpacing = C
563
564; K&R8
565\NEPMD\User\CodingStyles\102\Name = K&R8
566\NEPMD\User\CodingStyles\102\Modes = C JAVA
567\NEPMD\User\CodingStyles\102\Tabs = 8
568\NEPMD\User\CodingStyles\102\Indent = 8
569\NEPMD\User\CodingStyles\102\CBraceStyle = APPEND
570\NEPMD\User\CodingStyles\102\CFunctionCodeStyle = INDENT
571\NEPMD\User\CodingStyles\102\CCaseStyle = INDENT
572\NEPMD\User\CodingStyles\102\FunctionSpacing = C
573
574; K&R3
575\NEPMD\User\CodingStyles\103\Name = K&R3
576\NEPMD\User\CodingStyles\103\Modes = C JAVA
577\NEPMD\User\CodingStyles\103\Tabs = 3
578\NEPMD\User\CodingStyles\103\Indent = 3
579\NEPMD\User\CodingStyles\103\CBraceStyle = APPEND
580\NEPMD\User\CodingStyles\103\CFunctionCodeStyle = INDENT
581\NEPMD\User\CodingStyles\103\CCaseStyle = INDENT
582\NEPMD\User\CodingStyles\103\FunctionSpacing = C
583
584; Linux = Gnome
585; use tabs for indent -> convert spaces to tabs before save
586\NEPMD\User\CodingStyles\104\Name = Linux
587\NEPMD\User\CodingStyles\104\Modes = C JAVA
588\NEPMD\User\CodingStyles\104\Tabs = 8
589\NEPMD\User\CodingStyles\104\Indent = 8
590\NEPMD\User\CodingStyles\104\CBraceStyle = APPEND
591\NEPMD\User\CodingStyles\104\CFunctionCodeStyle = INDENT
592\NEPMD\User\CodingStyles\104\CCaseStyle = INDENT
593\NEPMD\User\CodingStyles\104\FunctionSpacing = C
594
595; BSD = Allman
596\NEPMD\User\CodingStyles\105\Name = BSD
597\NEPMD\User\CodingStyles\105\Modes = C JAVA
598\NEPMD\User\CodingStyles\105\Tabs = 8
599\NEPMD\User\CodingStyles\105\Indent = 8
600\NEPMD\User\CodingStyles\105\CBraceStyle = BELOW
601\NEPMD\User\CodingStyles\105\CFunctionCodeStyle = INDENT
602\NEPMD\User\CodingStyles\105\CCaseStyle = INDENT
603\NEPMD\User\CodingStyles\105\FunctionSpacing = C
604
605; BSD4 = XWP
606\NEPMD\User\CodingStyles\106\Name = BSD4
607\NEPMD\User\CodingStyles\106\Modes = C JAVA
608\NEPMD\User\CodingStyles\106\Tabs = 4
609\NEPMD\User\CodingStyles\106\Indent = 4
610\NEPMD\User\CodingStyles\106\CBraceStyle = BELOW
611\NEPMD\User\CodingStyles\106\CFunctionCodeStyle = INDENT
612\NEPMD\User\CodingStyles\106\CCaseStyle = INDENT
613\NEPMD\User\CodingStyles\106\FunctionSpacing = C
614
615; BSD3
616\NEPMD\User\CodingStyles\107\Name = BSD3
617\NEPMD\User\CodingStyles\107\Modes = C JAVA
618\NEPMD\User\CodingStyles\107\Tabs = 3
619\NEPMD\User\CodingStyles\107\Indent = 3
620\NEPMD\User\CodingStyles\107\CBraceStyle = BELOW
621\NEPMD\User\CodingStyles\107\CFunctionCodeStyle = INDENT
622\NEPMD\User\CodingStyles\107\CCaseStyle = INDENT
623\NEPMD\User\CodingStyles\107\FunctionSpacing = C
624
625; GNU
626\NEPMD\User\CodingStyles\108\Name = GNU
627\NEPMD\User\CodingStyles\108\Modes = C JAVA
628\NEPMD\User\CodingStyles\108\Tabs = 4
629\NEPMD\User\CodingStyles\108\Indent = 4
630\NEPMD\User\CodingStyles\108\CBraceStyle = HALFINDENT
631\NEPMD\User\CodingStyles\108\CFunctionCodeStyle = INDENT
632\NEPMD\User\CodingStyles\108\CCaseStyle = INDENT
633\NEPMD\User\CodingStyles\108\FunctionSpacing = C
634
635; Whitesmith
636\NEPMD\User\CodingStyles\109\Name = Whitesmith
637\NEPMD\User\CodingStyles\109\Modes = C JAVA
638\NEPMD\User\CodingStyles\109\Tabs = 8
639\NEPMD\User\CodingStyles\109\Indent = 8
640\NEPMD\User\CodingStyles\109\CBraceStyle = INDENT
641\NEPMD\User\CodingStyles\109\CFunctionCodeStyle = INDENT
642\NEPMD\User\CodingStyles\109\CCaseStyle = INDENT
643\NEPMD\User\CodingStyles\109\FunctionSpacing = C
644
645; JAVA
646\NEPMD\User\CodingStyles\110\Name = JAVA
647\NEPMD\User\CodingStyles\110\Modes = C JAVA
648\NEPMD\User\CodingStyles\110\Tabs = 8
649\NEPMD\User\CodingStyles\110\Indent = 4
650\NEPMD\User\CodingStyles\110\CBraceStyle = APPEND
651\NEPMD\User\CodingStyles\110\CFunctionCodeStyle = INDENT
652\NEPMD\User\CodingStyles\110\CCaseStyle = INDENT
653\NEPMD\User\CodingStyles\110\FunctionSpacing = C
654
655; Christan Langanke's C style
656\NEPMD\User\CodingStyles\111\Name = C_cla
657\NEPMD\User\CodingStyles\111\Modes = C JAVA
658\NEPMD\User\CodingStyles\111\Tabs = 3
659\NEPMD\User\CodingStyles\111\Indent = 3
660\NEPMD\User\CodingStyles\111\CBraceStyle = INDENT
661\NEPMD\User\CodingStyles\111\CFunctionCodeStyle = BELOW
662\NEPMD\User\CodingStyles\111\CCaseStyle = INDENT
663\NEPMD\User\CodingStyles\111\FunctionSpacing = CS
664
665; Default REXX style
666\NEPMD\User\CodingStyles\201\Name = REXX_std
667\NEPMD\User\CodingStyles\201\Modes = REXX
668\NEPMD\User\CodingStyles\201\Tabs = 2
669\NEPMD\User\CodingStyles\201\Indent = 2
670\NEPMD\User\CodingStyles\201\RexxDoStyle = INDENT
671\NEPMD\User\CodingStyles\201\RexxIfStyle = ADDELSE
672\NEPMD\User\CodingStyles\201\RexxCase = LOWER
673\NEPMD\User\CodingStyles\201\RexxForceCase = 1
674\NEPMD\User\CodingStyles\201\FunctionSpacing = C
675
676; Christan Langanke's REXX style (for first indent use 1 space)
677\NEPMD\User\CodingStyles\202\Name = REXX_cla
678\NEPMD\User\CodingStyles\202\Modes = REXX
679\NEPMD\User\CodingStyles\202\Tabs = 3
680\NEPMD\User\CodingStyles\202\Indent = 3
681\NEPMD\User\CodingStyles\202\RexxDoStyle = BELOW
682\NEPMD\User\CodingStyles\202\RexxIfStyle = ADDELSE
683\NEPMD\User\CodingStyles\202\RexxCase = UPPER
684\NEPMD\User\CodingStyles\202\RexxForceCase = 1
685\NEPMD\User\CodingStyles\202\FunctionSpacing = CS
686
687; Andreas Schnellbacher's REXX style
688\NEPMD\User\CodingStyles\203\Name = REXX_aschn
689\NEPMD\User\CodingStyles\203\Modes = REXX
690\NEPMD\User\CodingStyles\203\Tabs = 3
691\NEPMD\User\CodingStyles\203\Indent = 3
692\NEPMD\User\CodingStyles\203\RexxDoStyle = BELOW
693\NEPMD\User\CodingStyles\203\RexxIfStyle = ADDELSE
694\NEPMD\User\CodingStyles\203\RexxCase = LOWER
695\NEPMD\User\CodingStyles\203\RexxForceCase = 1
696\NEPMD\User\CodingStyles\203\FunctionSpacing = CS
697
698; REXX style with DoStyle = APPEND, Case = UPPER, Indent = 4
699\NEPMD\User\CodingStyles\204\Name = REXX_au4
700\NEPMD\User\CodingStyles\204\Modes = REXX
701\NEPMD\User\CodingStyles\204\Tabs = 4
702\NEPMD\User\CodingStyles\204\Indent = 4
703\NEPMD\User\CodingStyles\204\RexxDoStyle = APPEND
704\NEPMD\User\CodingStyles\204\RexxIfStyle = ADDELSE
705\NEPMD\User\CodingStyles\204\RexxCase = UPPER
706\NEPMD\User\CodingStyles\204\RexxForceCase = 1
707\NEPMD\User\CodingStyles\204\FunctionSpacing = C
708
709; ---------------------------------------------------------------------------
710; Mode settings
711; ---------------------------------------------------------------------------
712
713; DEFAULT
714; Pseudo mode for default values.
715; Default tabs and margins are set with \NEPMD\User\Tabs and
716; \NEPMD\User\Margins.
717\NEPMD\User\Mode\DEFAULT\CaseSensitive = 1
718\NEPMD\User\Mode\DEFAULT\HeaderStyle = 1
719\NEPMD\User\Mode\DEFAULT\HeaderWidth = 78
720\NEPMD\User\Mode\DEFAULT\FunctionSpacing = C
721\NEPMD\User\Mode\DEFAULT\ClosingBraceAutoIndent = 0
722\NEPMD\User\Mode\DEFAULT\MatchChars = ( )
723\NEPMD\User\Mode\DEFAULT\SearchPath = .;%INCLUDE%;PATH
724
725; ASSEMBLER
726\NEPMD\User\Mode\ASSEMBLER\CaseSensitive = 0
727\NEPMD\User\Mode\ASSEMBLER\Extensions = ASM
728\NEPMD\User\Mode\ASSEMBLER\LineComment = ;
729\NEPMD\User\Mode\ASSEMBLER\LineCommentPos = 1
730\NEPMD\User\Mode\ASSEMBLER\LineCommentAddSpace = 1
731\NEPMD\User\Mode\ASSEMBLER\LineCommentNeedSpace = 0
732
733; ADA
734\NEPMD\User\Mode\ADA\CaseSensitive = 0
735\NEPMD\User\Mode\ADA\Extensions = ADA ADB ADS
736\NEPMD\User\Mode\ADA\LineComment = --
737\NEPMD\User\Mode\ADA\LineCommentPos = 0
738\NEPMD\User\Mode\ADA\LineCommentAddSpace = 0
739
740; BIN
741\NEPMD\User\Mode\BIN\CaseSensitive = 1
742\NEPMD\User\Mode\BIN:*.INI\Signatures = \xFF\xFF\xFF\xFF\x14\x00
743\NEPMD\User\Mode\BIN:*.INF\Signatures = "HSP"\x01
744\NEPMD\User\Mode\BIN:*.HLP\Signatures = "HSP"\x10 \x3F\x5F\x03\x00
745\NEPMD\User\Mode\BIN:*.DOC\Signatures = \xD0\xCF\x11\xE0\xA1\xB1\x1A\xE1
746\NEPMD\User\Mode\BIN\Tabs = 1
747\NEPMD\User\Mode\BIN\MatchTab = 0
748\NEPMD\User\Mode\BIN\MatchChars =
749\NEPMD\User\Mode\BIN\SaveOptions = /bin
750
751; C
752; C:*.IDL means: mode C with extension IDL.
753\NEPMD\User\Mode\C\CaseSensitive = 1
754\NEPMD\User\Mode\C\Extensions = C H SQC CPP HPP CXX HXX SQX IDL XH HH IH XIH
755\NEPMD\User\Mode\C\LineComment = //
756\NEPMD\User\Mode\C\LineCommentPos = 0
757\NEPMD\User\Mode\C\LineCommentAddSpace = 0
758\NEPMD\User\Mode\C\MultiLineCommentStart = /*
759\NEPMD\User\Mode\C\MultiLineCommentEnd = */
760\NEPMD\User\Mode\C\MultiLineCommentNested = 0
761\NEPMD\User\Mode\C\Expand = C
762\NEPMD\User\Mode\C\CodingStyle = BSD4
763\NEPMD\User\Mode\C\MatchChars = { } ( ) [ ]
764\NEPMD\User\Mode\C\Margins = 1 1599 1
765\NEPMD\User\Mode\C\ClosingBraceAutoIndent = 1
766; SearchPath: Double dirs and dirs with undefined env vars are filtered out.
767\NEPMD\User\Mode\C\FindDefSearchType = I
768\NEPMD\User\Mode\C\FindDefSearchMasks = *.c;*.cpp;*.h
769\NEPMD\User\Mode\C\SearchPath = %INCLUDE%;%TOOLKIT_DIR%\H!;.!v;..!v;
770\NEPMD\User\Mode\C:*.IDL\IncludeSearchMasks = *.c;*.cpp;*.idl;*.h
771\NEPMD\User\Mode\C:*.IDL\SearchPath = %SMINCLUDE%;%TOOLKIT_DIR%\SOM\INCLUDE;%TOOLKIT_DIR%\H!;%TOOLKIT_DIR%\IDL;.!v;..!v;
772
773; CMD
774\NEPMD\User\Mode\CMD\CaseSensitive = 0
775\NEPMD\User\Mode\CMD\Extensions = CMD BAT ENV
776\NEPMD\User\Mode\CMD\LineComment = : :: REM
777\NEPMD\User\Mode\CMD\LineCommentPos = F F F
778\NEPMD\User\Mode\CMD\LineCommentAddSpace = 1 0 1
779\NEPMD\User\Mode\CMD\LineCommentNeedSpace = 1 0 1
780
781; CONFIGSYS
782\NEPMD\User\Mode\CONFIGSYS\CaseSensitive = 0
783\NEPMD\User\Mode\CONFIGSYS\Basenames = CONFIG
784\NEPMD\User\Mode\CONFIGSYS\LineComment = REM
785\NEPMD\User\Mode\CONFIGSYS\LineCommentPos = F
786\NEPMD\User\Mode\CONFIGSYS\LineCommentAddSpace = 1
787\NEPMD\User\Mode\CONFIGSYS\LineCommentNeedSpace = 1
788
789; CSS
790\NEPMD\User\Mode\CSS\CaseSensitive = 0
791\NEPMD\User\Mode\CSS\Extensions = CSS
792\NEPMD\User\Mode\CSS\MultiLineCommentStart = /*
793\NEPMD\User\Mode\CSS\MultiLineCommentEnd = */
794\NEPMD\User\Mode\CSS\MultiLineCommentNested = 0
795
796; DEF
797\NEPMD\User\Mode\DEF\CaseSensitive = 0
798\NEPMD\User\Mode\DEF\Extensions = DEF
799\NEPMD\User\Mode\DEF\LineComment = ;
800\NEPMD\User\Mode\DEF\LineCommentPos = 0
801\NEPMD\User\Mode\DEF\LineCommentAddSpace = 0
802\NEPMD\User\Mode\DEF\LineCommentNeedSpace = 0
803
804; E
805\NEPMD\User\Mode\E\CaseSensitive = 0
806\NEPMD\User\Mode\E\Extensions = E
807\NEPMD\User\Mode\E:*.EPM\Signatures = [?] "; * history -"
808\NEPMD\User\Mode\E\LineComment = ; --
809\NEPMD\User\Mode\E\LineCommentPos = 1 0
810\NEPMD\User\Mode\E\LineCommentAddSpace = 0 0
811\NEPMD\User\Mode\E\LineCommentNeedSpace = 0 0
812\NEPMD\User\Mode\E\MultiLineCommentStart = /*
813\NEPMD\User\Mode\E\MultiLineCommentEnd = */
814\NEPMD\User\Mode\E\MultiLineCommentNested = 1
815\NEPMD\User\Mode\E\Expand = E
816\NEPMD\User\Mode\E\Tabs = 3
817\NEPMD\User\Mode\E\Indent = 3
818\NEPMD\User\Mode\E\MatchChars = ( )
819\NEPMD\User\Mode\E\Margins = 1 1599 1
820\NEPMD\User\Mode\E\FindDefSearchType = G
821\NEPMD\User\Mode\E\FindDefSearchMasks = *.e
822\NEPMD\User\Mode\E\SearchPath = %NEPMD_USERDIR%\macros;%NEPMD_DEVDIR%\src\netlabs\macros;%NEPMD_DEVDIR%\src\gui\nepmdlib\macros;%NEPMD_ROOTDIR%\netlabs\macros;.
823
824; FORTRAN77
825\NEPMD\User\Mode\FORTRAN77\CaseSensitive = 1
826\NEPMD\User\Mode\FORTRAN77\Extensions =
827\NEPMD\User\Mode\FORTRAN77\LineComment = C *
828\NEPMD\User\Mode\FORTRAN77\LineCommentPos = 1 1
829\NEPMD\User\Mode\FORTRAN77\LineCommentAddSpace = 1 1
830\NEPMD\User\Mode\FORTRAN77\LineCommentNeedSpace = 0 0
831\NEPMD\User\Mode\FORTRAN77\PreferredComment = L2
832
833; FORTRAN90
834\NEPMD\User\Mode\FORTRAN90\CaseSensitive = 0
835\NEPMD\User\Mode\FORTRAN90\Extensions = FOR FORTRAN F90 F
836\NEPMD\User\Mode\FORTRAN90\LineComment = C c * !
837\NEPMD\User\Mode\FORTRAN90\LineCommentPos = 1 1 1 0
838\NEPMD\User\Mode\FORTRAN90\LineCommentAddSpace = 1 1 1 1
839\NEPMD\User\Mode\FORTRAN90\LineCommentNeedSpace = 0 0 0 0
840\NEPMD\User\Mode\FORTRAN90\PreferredComment = L4
841
842; HTEXT
843\NEPMD\User\Mode\HTEXT\CaseSensitive = 0
844\NEPMD\User\Mode\HTEXT\Extensions = HTEXT
845\NEPMD\User\Mode\HTEXT\LineComment = ..
846\NEPMD\User\Mode\HTEXT\LineCommentPos = 1
847\NEPMD\User\Mode\HTEXT\LineCommentAddSpace = 1
848\NEPMD\User\Mode\HTEXT\LineCommentNeedSpace = 0
849\NEPMD\User\Mode\HTEXT\SearchPath = .;%INCLUDE%;%HTINCLUDE%
850
851; HTML
852\NEPMD\User\Mode\HTML\CaseSensitive = 0
853\NEPMD\User\Mode\HTML\Extensions = HTML HTM SHTML
854\NEPMD\User\Mode\HTML\MultiLineCommentStart = <!--
855\NEPMD\User\Mode\HTML\MultiLineCommentEnd = -->
856\NEPMD\User\Mode\HTML\MultiLineCommentNested = 0
857;\NEPMD\User\Mode\HTML\MatchChars = < >
858\NEPMD\User\Mode\HTML\Margins = 1 1599 1
859
860; INI
861\NEPMD\User\Mode\INI\CaseSensitive = 0
862\NEPMD\User\Mode\INI\Extensions = INI CFG CONF CNF CONFIG
863\NEPMD\User\Mode\INI\LineComment = ; #
864\NEPMD\User\Mode\INI\LineCommentPos = F F
865\NEPMD\User\Mode\INI\LineCommentAddSpace = 1 1
866
867; IPF
868\NEPMD\User\Mode\IPF\CaseSensitive = 0
869\NEPMD\User\Mode\IPF\Extensions = IPF
870\NEPMD\User\Mode\IPF\LineComment = .*
871\NEPMD\User\Mode\IPF\LineCommentPos = 1
872\NEPMD\User\Mode\IPF\LineCommentAddSpace = 1
873
874; JAVA
875\NEPMD\User\Mode\JAVA\CaseSensitive = 1
876\NEPMD\User\Mode\JAVA\Extensions = JAV JAVA
877\NEPMD\User\Mode\JAVA\LineComment = //
878\NEPMD\User\Mode\JAVA\LineCommentPos = 0
879\NEPMD\User\Mode\JAVA\LineCommentAddSpace = 1
880\NEPMD\User\Mode\JAVA\LineCommentNeedSpace = 0
881\NEPMD\User\Mode\JAVA\MultiLineCommentStart = /*
882\NEPMD\User\Mode\JAVA\MultiLineCommentEnd = */
883\NEPMD\User\Mode\JAVA\MultiLineCommentNested = 0
884\NEPMD\User\Mode\JAVA\Expand = C
885\NEPMD\User\Mode\JAVA\CodingStyle = JAVA
886\NEPMD\User\Mode\JAVA\MatchChars = { } ( ) [ ]
887\NEPMD\User\Mode\JAVA\Margins = 1 1599 1
888\NEPMD\User\Mode\JAVA\ClosingBraceAutoIndent = 1
889
890; JAVASCRIPT
891\NEPMD\User\Mode\JAVASCRIPT\CaseSensitive = 1
892\NEPMD\User\Mode\JAVASCRIPT\Extensions = JS JSM
893\NEPMD\User\Mode\JAVASCRIPT\LineComment = //
894\NEPMD\User\Mode\JAVASCRIPT\LineCommentPos = 0
895\NEPMD\User\Mode\JAVASCRIPT\LineCommentAddSpace = 1
896\NEPMD\User\Mode\JAVASCRIPT\LineCommentNeedSpace = 0
897\NEPMD\User\Mode\JAVASCRIPT\MultiLineCommentEnd = */
898\NEPMD\User\Mode\JAVASCRIPT\MultiLineCommentNested = 0
899\NEPMD\User\Mode\JAVASCRIPT\MultiLineCommentStart = /*
900\NEPMD\User\Mode\JAVASCRIPT\Tabs = 3
901\NEPMD\User\Mode\JAVASCRIPT\Indent = 3
902\NEPMD\User\Mode\JAVASCRIPT\MatchChars = { } ( ) [ ]
903\NEPMD\User\Mode\JAVASCRIPT\Margins = 1 1599 1
904
905; MAKE
906\NEPMD\User\Mode\MAKE\CaseSensitive = 0
907\NEPMD\User\Mode\MAKE\Extensions = MAK IN MK
908\NEPMD\User\Mode\MAKE\Basenames = makefile GNUmakefile
909\NEPMD\User\Mode\MAKE\LineComment = #
910\NEPMD\User\Mode\MAKE\LineCommentPos = 1
911\NEPMD\User\Mode\MAKE\LineCommentAddSpace = 1
912\NEPMD\User\Mode\MAKE\LineCommentNeedSpace = 0
913
914; OBJGEN
915; Object Generator input file by cla.
916\NEPMD\User\Mode\OBJGEN\CaseSensitive = 0
917\NEPMD\User\Mode\OBJGEN\Extensions = OBJGEN
918\NEPMD\User\Mode\OBJGEN\LineComment = ;
919\NEPMD\User\Mode\OBJGEN\LineCommentPos = 1
920\NEPMD\User\Mode\OBJGEN\LineCommentAddSpace = 1
921
922; PASCAL
923\NEPMD\User\Mode\PASCAL\CaseSensitive = 0
924\NEPMD\User\Mode\PASCAL\Extensions = PAS PASCAL PP
925\NEPMD\User\Mode\PASCAL\LineComment = //
926\NEPMD\User\Mode\PASCAL\LineCommentPos = 0
927\NEPMD\User\Mode\PASCAL\LineCommentAddSpace = 1
928\NEPMD\User\Mode\PASCAL\MultiLineCommentStart = (* {
929\NEPMD\User\Mode\PASCAL\MultiLineCommentEnd = *) }
930\NEPMD\User\Mode\PASCAL\MultiLineCommentNested = 1 1
931\NEPMD\User\Mode\PASCAL\Expand = PASCAL
932\NEPMD\User\Mode\PASCAL\Tabs = 8
933\NEPMD\User\Mode\PASCAL\Indent = 2
934\NEPMD\User\Mode\PASCAL\MatchChars = ( ) [ ]
935\NEPMD\User\Mode\PASCAL\Margins = 1 1599 1
936
937; PERL
938\NEPMD\User\Mode\PERL\CaseSensitive = 0
939\NEPMD\User\Mode\PERL\Extensions = PL PRL PERL PM
940\NEPMD\User\Mode\PERL:*.CMD\Shebangs = *PERL*
941\NEPMD\User\Mode\PERL:*.\Shebangs = *PERL*
942\NEPMD\User\Mode\PERL\LineComment = #
943\NEPMD\User\Mode\PERL\LineCommentPos = 0
944\NEPMD\User\Mode\PERL\LineCommentAddSpace = 1
945\NEPMD\User\Mode\PERL\LineCommentNeedSpace = 0
946
947; PHP
948\NEPMD\User\Mode\PHP\CaseSensitive = 0
949\NEPMD\User\Mode\PHP\Extensions = PHP PHP3 PHP4
950\NEPMD\User\Mode\PHP:*.CMD\Shebangs = *PHP*
951\NEPMD\User\Mode\PHP:*.\Shebangs = *PHP*
952\NEPMD\User\Mode\PHP\LineComment = # //
953\NEPMD\User\Mode\PHP\LineCommentPos = 0 0
954\NEPMD\User\Mode\PHP\LineCommentAddSpace = 1 1
955\NEPMD\User\Mode\PHP\LineCommentNeedSpace = 0 0
956\NEPMD\User\Mode\PHP\MultiLineCommentStart = /* <!--
957\NEPMD\User\Mode\PHP\MultiLineCommentEnd = */ -->
958\NEPMD\User\Mode\PHP\MultiLineCommentNested = 0 0
959\NEPMD\User\Mode\PHP\MatchChars = ( ) { }
960
961; PYTHON
962\NEPMD\User\Mode\PYTHON\CaseSensitive = 1
963\NEPMD\User\Mode\PYTHON\Extensions = PY
964\NEPMD\User\Mode\PYTHON:*.CMD\Shebangs = *PYTHON*
965\NEPMD\User\Mode\PYTHON:*.\Shebangs = *PYTHON*
966\NEPMD\User\Mode\PYTHON\LineComment = #
967\NEPMD\User\Mode\PYTHON\LineCommentPos = 0
968\NEPMD\User\Mode\PYTHON\LineCommentAddSpace = 1
969\NEPMD\User\Mode\PYTHON\MultiLineCommentStart = """ '''
970\NEPMD\User\Mode\PYTHON\MultiLineCommentEnd = """ '''
971\NEPMD\User\Mode\PYTHON\MultiLineCommentNested = 0 0
972\NEPMD\User\Mode\PYTHON\Tabs = 4
973\NEPMD\User\Mode\PYTHON\Indent = 4
974\NEPMD\User\Mode\PYTHON\MatchChars = ( ) [ ]
975\NEPMD\User\Mode\PYTHON\Margins = 1 1599 1
976\NEPMD\User\Mode\PYTHON\SearchPath = .;%PYTHONPATH%
977
978; RC
979\NEPMD\User\Mode\RC\CaseSensitive = 1
980\NEPMD\User\Mode\RC\Extensions = RC RCH DLG DL2 RC2 MEN
981\NEPMD\User\Mode\RC\LineComment = //
982\NEPMD\User\Mode\RC\LineCommentPos = 0
983\NEPMD\User\Mode\RC\LineCommentAddSpace = 1
984\NEPMD\User\Mode\RC\LineCommentNeedSpace = 0
985\NEPMD\User\Mode\RC\MultiLineCommentStart = /*
986\NEPMD\User\Mode\RC\MultiLineCommentEnd = */
987\NEPMD\User\Mode\RC\MultiLineCommentNested = 0
988
989; REXX
990\NEPMD\User\Mode\REXX\CaseSensitive = 0
991\NEPMD\User\Mode\REXX\Extensions = CWX ERX EXC EXEC KEX LX LXL R REX REXX RX RXX THE VRM VRS VRX X XEDIT ZRX
992\NEPMD\User\Mode\REXX:*.CMD\Signatures = /*
993\NEPMD\User\Mode\REXX\MultiLineCommentStart = /*
994\NEPMD\User\Mode\REXX\MultiLineCommentEnd = */
995\NEPMD\User\Mode\REXX\MultiLineCommentNested = 1
996\NEPMD\User\Mode\REXX\Expand = REXX
997\NEPMD\User\Mode\REXX\CodingStyle = REXX_std
998\NEPMD\User\Mode\REXX\MatchChars = ( )
999\NEPMD\User\Mode\REXX\Margins = 1 1599 1
1000\NEPMD\User\Mode\REXX\FindDefSearchType = G
1001\NEPMD\User\Mode\REXX:*.ERX\SearchPath = %NEPMD_USERDIR%\bin;%NEPMD_DEVDIR%\src\netlabs\bin;%NEPMD_ROOTDIR%\netlabs\bin
1002
1003; SCRIPT
1004\NEPMD\User\Mode\SCRIPT\CaseSensitive = 0
1005\NEPMD\User\Mode\SCRIPT\Extensions = SCR SCT SCRIPT
1006\NEPMD\User\Mode\SCRIPT\LineComment = .*
1007\NEPMD\User\Mode\SCRIPT\LineCommentPos = 1
1008\NEPMD\User\Mode\SCRIPT\LineCommentAddSpace = 1
1009\NEPMD\User\Mode\SCRIPT\LineCommentNeedSpace = 0
1010
1011; SHELL
1012; Virtual filename .command_shell_# specified as Extension with wildcard.
1013\NEPMD\User\Mode\SHELL\CaseSensitive = 0
1014\NEPMD\User\Mode\SHELL\Extensions = command_shell_*
1015\NEPMD\User\Mode\SHELL\Keyset = shell
1016
1017; TEX
1018\NEPMD\User\Mode\TEX\CaseSensitive = 1
1019\NEPMD\User\Mode\TEX\Extensions = TEX LTX DTX STY TEXI TEXINFO
1020\NEPMD\User\Mode\TEX\LineComment = %
1021\NEPMD\User\Mode\TEX\LineCommentPos = 0
1022\NEPMD\User\Mode\TEX\LineCommentAddSpace = 1
1023\NEPMD\User\Mode\TEX\LineCommentNeedSpace = 0
1024\NEPMD\User\Mode\TEX\MultiLineCommentStart = \iffalse \begin{verbatim}
1025\NEPMD\User\Mode\TEX\MultiLineCommentEnd = \fi \end{verbatim}
1026\NEPMD\User\Mode\TEX\MultiLineCommentNested = 0 0
1027\NEPMD\User\Mode\TEX\MultiLineCommentEndPrio = 0 1
1028\NEPMD\User\Mode\TEX\Tabs = 3
1029\NEPMD\User\Mode\TEX\Indent = 3
1030\NEPMD\User\Mode\TEX\MatchChars = { } ( ) [ ]
1031\NEPMD\User\Mode\TEX\Margins = 1 1599 1
1032
1033; TEXT
1034\NEPMD\User\Mode\TEXT\CaseSensitive = 0
1035\NEPMD\User\Mode\TEXT\Extensions = TXT
1036\NEPMD\User\Mode\TEXT:.DOS*\HighlightMode = SHELL
1037\NEPMD\User\Mode\TEXT:.TREE*\HighlightMode = SHELL
1038\NEPMD\User\Mode\TEXT:.DOS dir*\Keyset = list
1039\NEPMD\User\Mode\TEXT:.TREE*\Keyset = list
1040\NEPMD\User\Mode\TEXT:*.HIL\SearchPath = %NEPMD_USERDIR%\hilite;%NEPMD_DEVDIR%\src\netlabs\hilite;%NEPMD_ROOTDIR%\netlabs\hilite
1041
1042; WARPIN
1043\NEPMD\User\Mode\WARPIN\CaseSensitive = 0
1044\NEPMD\User\Mode\WARPIN\Extensions = WIS
1045\NEPMD\User\Mode\WARPIN\MultiLineCommentStart = <!--
1046\NEPMD\User\Mode\WARPIN\MultiLineCommentEnd = -->
1047\NEPMD\User\Mode\WARPIN\MultiLineCommentNested = 0
1048
1049; XML
1050\NEPMD\User\Mode\XML\CaseSensitive = 0
1051\NEPMD\User\Mode\XML\Extensions = XML RDF DTD
1052\NEPMD\User\Mode\XML\MultiLineCommentStart = <!-- <%--
1053\NEPMD\User\Mode\XML\MultiLineCommentEnd = --> --%>
1054\NEPMD\User\Mode\XML\MultiLineCommentNested = 0 0
1055
1056; ---------------------------------------------------------------------------
1057; Test
1058; ---------------------------------------------------------------------------
1059
1060; this key for NEPMDLIB Testcases - don't remove
1061"\NEPMD\Test\Nepmdlib\TestKey" = "This is a default value"
1062
1063; these keys are junk only
1064"\NEPMD\Testcase\MyContainer\MyKey" = "This is my value"
1065"\NEPMD\Testcase\MyContainer\MyKey2"="This is another value"
1066
Note: See TracBrowser for help on using the repository browser.