flandreas / antares

Digital circuit learning platform
49 stars 6 forks source link

Automatically importing project .zips #531

Closed flandreas closed 1 year ago

flandreas commented 1 year ago

Change the file extension of exported projects to e.g. "myProject.antares" (internally still a zip file). If the user has associated that file extension on his OS with the Antares application, double-clicking on such a file would automatically start Antares and import the double-clicked project file (after asking "Do you want to import 'myProject.antares'?").

flandreas commented 1 year ago

Instead of .zip files, there are now .acp (Antares Circuit Project) and .acl (Antares Circuit Library) files. Internally still zips, but different file name extensions to help distinguishing between projects and libraries.