π v1.2.5 β Project Import & Management Update
β¨ New Features
-
Project Import: You can now import projects back into the editor, not just export code.
- Supports importing from JSON (via clipboard or from file).
- Allows restoring full projects from saved files or JSON strings.
-
Project Management:
- Added a project list β select and open projects directly from the editor.
- Simplified switching between projects without manually copying code.
-
Autosave System:
- Introduced automatic session saving every 3 seconds.
- Autoupdate doesnβt overwrite your project file, but allows restoring the previous session on the next launch in case of a crash or unexpected exit.
-
Source Structure Updates:
- Added
filesystem_utils.cppandfilesystem_utils.h. - Refactored and optimized several modules (
ims_buffer,ims_object,ims_gui, etc.).
- Added
-
CMake & Build System:
- Updated
CMakeLists.txt.
- Updated
π§© Notes
- Based on
v1.2.4_official.
πͺ Windows binaries
Prebuilt Windows binaries are available in the Assets section below.
π¬ This update significantly improves workflow in ImStudio β you can now not only export code, but also manage and import complete projects directly within the editor.