Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Just work on one Atom window #7

Closed
MoOx opened this issue Jul 14, 2014 · 7 comments
Closed

Just work on one Atom window #7

MoOx opened this issue Jul 14, 2014 · 7 comments
Assignees
Milestone

Comments

@MoOx
Copy link

MoOx commented Jul 14, 2014

I've several project opened & got this only on the first opened (I think).
Will it be hard to make it happen everywhere ?

@Frozenfire92
Copy link
Collaborator

The way it is implemented now is each Window has its own timer. Will have to look into making them consistent across all windows. Thanks for the suggestion :)

@Glavin001
Copy link
Collaborator

+1 for syncing Break timer across windows.

@Frozenfire92
Copy link
Collaborator

See #15

@ddaws
Copy link
Collaborator

ddaws commented Jul 16, 2014

When a window starts it could look for a break server on port XYZ. If one is found the break servers time should be used. If none is found then it should start a break server on port XYZ. I think this would be near trivial to implement using node's socket library.

@Glavin001
Copy link
Collaborator

Create a separate issue for networkable break syncing -- between coworkers in one office for instance? And then the windows are implemented in the same fashion, except automatically and over localhost.

@ddaws
Copy link
Collaborator

ddaws commented Jul 16, 2014

I created issue #16 for this.

@VernonGrant VernonGrant mentioned this issue Jun 14, 2016
@VernonGrant VernonGrant added this to the Redesign milestone Sep 9, 2016
@VernonGrant VernonGrant self-assigned this Sep 9, 2016
@VernonGrant
Copy link
Owner

@MoOx @Frozenfire92 @ddaws @Glavin001 version 2.0.0 does now sync the break session across all open windows. This part of the package still needs a lot of improvement but is stable and working. I will improve this module in the next few minor release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants