Delphi – ModelMaker Code Explorer history lists in the registry
Posted by jpluimers on 2018/07/03
ModelMaker Code Explorer does not allow you to edit the “most recently used” items in that you can use in various places, but luckily these history lists are all in the registry as keys under this base key:
HKEY_CURRENT_USER\Software\ModelMaker\MideX\#.0\Histories
There # is the major version number of ModelMaker Code Explorer (internally named MideX
).
Under the base key, you can find these keys:
ExternalSpac
not figured out yetInterfaceSupport
not figured out yetObject PascalParameters
list limited to 60 individual parameters (“Modifier Name: Type = Default”)Parameters
list limited to 60 parameter lists in the “Edit Method” wizard.PascalTypeNames
list limited to 60 variable typesPascalVarLookup
list limited to 60 variables (each of form “Variable: Type”) used in the “Add Explaining Variable” wizard.PropArray
array indexes used in the property editorPropDefaultSpec
default values of properties in the property editorPropWriteParam
write parameters in the property editorRenameLocal
not figured out yetResStrExternalFile
not figured out yetSurrounds
not figured out yetUsedUnits
list limited to 30 entries of the uses list editor
If you made a typo anywhere, then just edit or delete these entries.
–jeroen
Leave a Reply