Skip to content

Docyrus Open IDE v0.1.4

Choose a tag to compare

@anilbeyazoglu anilbeyazoglu released this 03 Sep 15:56
· 28 commits to main since this release

Docyrus Open IDE v0.1.4 expands workspace layout control and improves large-project browsing.

Hotfix 2: Fixed the app crashing immediately on launch. The main thread overflowed the 8 MiB stack WebKit assumes because the workspace model was copied onto the stack several times; the app is now built in place on the heap. Release assets were rebuilt from the same version.

Hotfix: File Explorer now loads added-project files correctly in layouts with four editor panels. The app now reserves the fifth Native SDK WebView slot required by the tree pane. The installer uses a versioned, cache-busted archive and verifies its pinned SHA-256 digest before replacing the app.

Highlights:

  • Split the workspace into top/bottom or side-by-side panes, then split either first-level pane once more for up to four panels.
  • Resize horizontal pane heights and nested horizontal or vertical dividers.
  • Keep independent tabs and editor views in every leaf panel, with drag-and-drop routing across the full layout.
  • Prevent deeper recursive splitting by treating the third and fourth panels as leaves.
  • Load large project file trees without truncating entries after the former page limit.

Apple Silicon macOS install:

curl -fsSL https://github.com/Docyrus/docyrus-open-ide/releases/latest/download/install-mac.sh | bash

This preview is ad-hoc signed rather than Developer ID notarized; the installer clears the downloaded quarantine attribute.