Lösung:
! Bearbeitung der
RADStudioRepository.xml
Original:
Code:
<Item IDString="D:\Delphi\Vorlagen\ToolWindow_DIMOWA\Unit1" CreatorIDString="BorlandDelphiRepositoryCreator">
<Name Value="DIMOWA® Tool Form"/>
<Icon Value=""/>
<Description Value=""/>
<Author Value="DIMOWA®"/>
<Personality Value="Default.Personality"/>
<Categories>
<Category Value="InternalRepositoryCategory.DIMOWA®" Parent="Borland.Delphi.New">DIMOWA®</Category>
<Category Value="Borland.Delphi.New" Parent="Borland.Root">Delphi-Projekte</Category>
</Categories>
<Type Value="FormTemplate"/>
<Ancestor Value=""/>
<FormName Value=""/>
<Designer Value="Any"/>
</Item>
Änderung:
Code:
<Item IDString="D:\Delphi\Vorlagen\ToolWindow_DIMOWA\Unit1.pas" CreatorIDString="BorlandDelphiRepositoryCreator">
<Name Value="DIMOWA® Tool Form"/>
<Icon Value=""/>
<Description Value=""/>
<Author Value="DIMOWA®"/>
<Personality Value="Default.Personality"/>
<Categories>
<Category Value="InternalRepositoryCategory.DIMOWA®" Parent="Borland.Delphi.New">DIMOWA®</Category>
<Category Value="Borland.Delphi.New" Parent="Borland.Root">Delphi-Projekte</Category>
</Categories>
<Type Value="FormTemplate"/>
<Ancestor Value=""/>
<FormName Value=""/>
<Designer Value="Any"/>
</Item>
Im
Item IDString fehlt das
.pas hinter Unit1. Dadurch konnte die
IDE das Formular nicht laden. Würde ich mal als Bug einstufen.
logischerweise sind die Pfadangaben anzupassen.