When I start the IDE it comes up with a "Select main package" screen. From where does it get its list of assemblies and packages ?
Suppose I want to open a package not in its list. How do I do that ? If I choose "Cancel" the IDE closes and if I choose New Package it does not allow me to select an already created package somewhere else.
dolik.rce Messages: 1791 Registered: August 2008 Location: Czech Republic
Ultimate Contributor
eldiener wrote on Fri, 13 March 2015 07:15
When I start the IDE it comes up with a "Select main package" screen. From where does it get its list of assemblies and packages ?
Suppose I want to open a package not in its list. How do I do that ? If I choose "Cancel" the IDE closes and if I choose New Package it does not allow me to select an already created package somewhere else.
Assemblies are created/edited/... by right clicking in the left pane of the "Select main package" dialog. The physical information is stored in theide configuration directory (~/.upp/theide on linux, not sure where it is on windows) as *.var files. You can edit/create them there as well, if you prefer that.