You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Blueprint Studio v2.1.4: Quality of Life Update ✨
✨ New Features
Smart Duplicate: Quickly duplicate any file or folder via the context menu. Auto-generates unique names (e.g., config_copy.yaml).
Tab Context Menu: Right-click on any tab to access powerful management options:
Close Others: Close all tabs except the current one.
Close Saved: Close all unmodified tabs to clean up your workspace.
Copy Path: Quickly copy the file path to your clipboard.
Productivity Shortcuts:
Fold All: Ctrl+Alt+[ (Cmd+Opt+[) to collapse all code blocks.
Unfold All: Ctrl+Alt+] (Cmd+Opt+]) to expand everything.
Enhanced Status Bar: A new professional status bar inspired by VS Code:
Cursor Tracking: Real-time Line and Column display.
Indentation Info: Displays current tab/space settings.
File Metadata: Shows file encoding (UTF-8) and detected language.
🛡️ Stability & Fixes
Large File Protection: Prevents the browser from freezing when attempting to open massive files (like home-assistant.log). A warning dialog now appears for files > 2MB, offering a "Download" option instead.
Memory Optimization: Improved handling of large file operations to reduce memory usage.