Skip to content

Quality of Life Update ✨

Choose a tag to compare

@soulripper13 soulripper13 released this 08 Feb 02:24
f0bc352

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.