Delphi Xe2 Update 4 Hf 1
- I create the new form
- I modify and save
- On the form I click the right button of the mouse and I choose "Add to Repository", where: "Delphi Files"
- I close all
- File, New, Vcl form application - Delphi
- File, New, Other, Delphi Files: here I do not see added before the form :(
- File, New, Customise, Delphi Files - here I see
- Tools, Template Libraries, Default (RAD), Properties, Delphi Files - and here I see
I tried to make changes to file C:\Users\ [mylogin]\Application Data\Embarcadero\BDS\9.0\RADStudioRepository.xml (and C:\Program Files (x86) \Embarcadero\RAD Studio\9.0\ObjRepos\en ) but results are not present. In "manual" at me it has turned out to add the project as it is described here: http://docwiki.embarcadero.com/RADStudio/en/Creating_Template_Libraries (or this: http://blogs.embarcadero.com/pawelglowacki/2011/11/28/39454)
<TemplateLibrary Version="0.1" id="GuTemplateId">
<Name>Gu Template Library</Name>
<Description>Gu</Description>
<Items>
<Item id="GuProject1" Creator="DelphiProjectRepositoryCreator">
<Name>GuProject</Name>
<Description>Standart Gu project</Description>
<Author>Gu</Author>
<Icon>Project\GuProject1_Icon.ico</Icon>
<Projectfile>GuProject1.dproj</Projectfile>
<DefaultProjectName>GuProject1</DefaultProjectName>
<FilePath>Project</FilePath>
</Item>
</Items>
</TemplateLibrary>
The note: it was long taken with keys < / > and a file .bdsproj which is not created but it is required, both problems has solved
And how to insert _ only _ the form and it is desirable in the folder "My" (or at least in Delpfi Files or Other Files)
++ Still: some external components are established: TMS, LMD, DEVExp, Jedy. On a photo it is visible, that some of them have folders or for example in Delphi Files - JCL Exception Dialog. But in xml-files (above) I can not find on their the reference. How it is made?