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:
ExternalSpacnot figured out yetInterfaceSupportnot figured out yetObject PascalParameterslist limited to 60 individual parameters (“Modifier Name: Type = Default”)Parameterslist limited to 60 parameter lists in the “Edit Method” wizard.PascalTypeNameslist limited to 60 variable typesPascalVarLookuplist limited to 60 variables (each of form “Variable: Type”) used in the “Add Explaining Variable” wizard.PropArrayarray indexes used in the property editorPropDefaultSpecdefault values of properties in the property editorPropWriteParamwrite parameters in the property editorRenameLocalnot figured out yetResStrExternalFilenot figured out yetSurroundsnot figured out yetUsedUnitslist 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 comment