Application customization via INI-settings
INI-file
By default the PdxEditor auto generates a local INI configuration file looking like this:
;***********************************************
;* Initialization (INI-)file for PdxEditor.exe *
;* Copyright © 2010-2026, Niels Knabe *
;***********************************************
;Lines preceded by semicolon are currently inactive
[AppHelp]
UseLocalHelp = 1
[AppHelpLocal]
Location = .\Help
Target = PdxEditor.chm
;Location = .\WebHelp
;Target = index.html
[AppHelpOnWeb]
Location = http://nknabe.dk/database/pdxeditor/help
IndexFile = index.html
;Target = index.html
[LocalSQL]
UseLocalHelp = 0
[LocalSQLLocal]
Location = .\LocalSQL
Target = LocalSQL.chm
;Target = index.html
[LocalSQLOnWeb]
Location = http://nknabe.dk/localsql/
IndexFile = index.html
;Target = index.html
[WebHelpLocal]
OmitHtmlFilePrefix = 0
[Mode]
MemoDBGridMarker = "• "
MemoDBGridCharsDisplay = 8
[Appearance]
FormCustomColorRGB = 230;230;230
[TextImport]
SampleLinesDisplay =
;INI-File End
|
This INI file may be edited by the user for personal preferences.
Changes takes effect when the application is restarted.
__________________________
PdxEditor Application Help, 14 July 2026; © 2010-2026 Niels Knabe