Skip to content

Add Open in T3 Code to Windows context menu and project launch#998

Open
adityavardhansharma wants to merge 2 commits intopingdotgg:mainfrom
adityavardhansharma:add-open-in-t3code
Open

Add Open in T3 Code to Windows context menu and project launch#998
adityavardhansharma wants to merge 2 commits intopingdotgg:mainfrom
adityavardhansharma:add-open-in-t3code

Conversation

@adityavardhansharma
Copy link
Contributor

@adityavardhansharma adityavardhansharma commented Mar 13, 2026

What Changed

  • Windows installer: Added "Open in T3 Code" to the Explorer context menu (folder and folder background) via NSIS installer.nsh and wired it into the desktop build.
  • Desktop: Implemented handling for opening a folder in T3 Code from the shell (e.g. windowsProjectLaunch.ts, main process, preload, and IPC in packages/contracts).
  • Web: Sidebar (or entry point) updated so the app can open and show the launched project when started from the context menu.
  • Build: scripts/build-desktop-artifact.ts updated to include the installer script so the context menu is registered on install and removed on uninstall.

Why

Users expect to right‑click a folder in Windows Explorer and choose "Open in T3 Code" after installation. This adds that flow: installer registers the context menu, and the desktop app handles the launch and shows the correct project in the UI.

UI Changes

  • Context menu: After install, right‑clicking a folder (or the folder background) in Explorer shows "Open in T3 Code" in the context menu. No before screenshot (new feature).

    image

    **Video **

Recording.2026-03-13.004744.mp4

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

@coderabbitai
Copy link

coderabbitai bot commented Mar 13, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: a6d0b1ba-8ea3-4238-b79b-cbd1e11809e9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can generate a title for your PR based on the changes.

Add @coderabbitai placeholder anywhere in the title of your PR and CodeRabbit will replace it with a title based on the changes in the PR. You can change the placeholder by changing the reviews.auto_title_placeholder setting.

@github-actions github-actions bot added size:L 100-499 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L 100-499 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant