CodeEditApp / CodeEdit

CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://codeedit.app
MIT License
21.03k stars 1.01k forks source link

✨ Create a new window of an open workspace #1648

Open austincondiff opened 6 months ago

austincondiff commented 6 months ago

Description

Users should be able to create a new window of an already open workspace.

This will create a duplicate of the workspace and will start off at the exact state of the focused workspace. This means all of the editor tabs open, editor layout, navigator/inspector/utility active tab and open state will all be the same in the duplicated workspace.

These things however will not be synced so any changes to the UI state on one window, will not be reflected in the other.

There will need to be some things that are synced though like actively running processes and open terminals.

The following should be added in support of this feature:

Screenshots

https://github.com/CodeEditApp/CodeEdit/assets/806104/1f963490-6300-4ea5-8081-6638d5a63d0b

Related Issues

Wouter01 commented 6 months ago

A good reference to start

flori-s commented 5 months ago

Hi there!

I'm a 21-year-old student interested in contributing to the development of your project. I've noticed the issue regarding the ability to create a new window of an already open workspace. I believe I have the skills and enthusiasm to work on implementing this feature.

Before I dive in, I wanted to check if you would be open to having me work on this issue. If so, I'd love to discuss any specific requirements or guidelines you have for this task.

Looking forward to your response!

Best regards, Floris

austincondiff commented 5 months ago

@flori-s I love the enthusiasm and you're help on this is welcome! If you have any questions or need clarification on anything feel free to reach out here or in our Discord.

narwalayush4 commented 2 months ago

Hey,

I am Ayush, a CS undergrad with a decent experience in iOS development. I am currently exploring macOS dev. Excited to work on this issue. Could you please assign it to me? or should I start working right away?

austincondiff commented 2 months ago

@narwalayush4 go ahead! If you need any help, let me know. Also feel free to join our discord.

austincondiff commented 1 month ago

@narwalayush4 is this still being worked on?