Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore Open File via CLI #1161

Closed
nikku opened this issue Feb 4, 2019 · 0 comments
Closed

Restore Open File via CLI #1161

nikku opened this issue Feb 4, 2019 · 0 comments
Milestone

Comments

@nikku
Copy link
Member

nikku commented Feb 4, 2019

A user should be able to open a file via command-line interface:

  • App is already running
  • executable -- foo.bpmn bar.bpmn is being called
  • foo.bpmn and bar.bpmn open in running app
  • last opened diagram (bar.bpmn) is being activated

The same should work in conjunction with initial app opening

  • executable -- foo.bpmn bar.bpmn is being called
  • App openes
  • Workspace restores
  • foo.bpmn and bar.bpmn open in app
  • last opened diagram (bar.bpmn) is being activated

As of now we disabled the CLI opening facilities. Opening on the client won't work, too due to the way workspace restoration is done (conflicting with initial file open handling).

@nikku nikku added this to the M27 milestone Feb 4, 2019
@nikku nikku added the ready Ready to be worked on label Feb 4, 2019
nikku added a commit that referenced this issue Feb 4, 2019
* add App#openFiles method
* always open files in batch
* open files on editor open

Related to #1161
nikku added a commit that referenced this issue Feb 4, 2019
nikku added a commit that referenced this issue Feb 4, 2019
Wait until app:started before opening files. This ensures
users have the most speedy and flicker-free app opening
experience.

Related to #1161
nikku added a commit that referenced this issue Feb 4, 2019
nikku added a commit that referenced this issue Feb 4, 2019
Wait until app:started before opening files. This ensures
users have the most speedy and flicker-free app opening
experience.

Related to #1161
barmac pushed a commit that referenced this issue Feb 4, 2019
* add App#openFiles method
* always open files in batch
* open files on editor open

Related to #1161
barmac pushed a commit that referenced this issue Feb 4, 2019
barmac pushed a commit that referenced this issue Feb 4, 2019
Wait until app:started before opening files. This ensures
users have the most speedy and flicker-free app opening
experience.

Related to #1161
nikku added a commit that referenced this issue Feb 4, 2019
* add App#openFiles method
* always open files in batch
* open files on editor open

Related to #1161
nikku added a commit that referenced this issue Feb 4, 2019
nikku added a commit that referenced this issue Feb 4, 2019
Wait until app:started before opening files. This ensures
users have the most speedy and flicker-free app opening
experience.

Related to #1161
nikku added a commit that referenced this issue Feb 4, 2019
* add App#openFiles method
* always open files in batch
* open files on editor open

Related to #1161
nikku added a commit that referenced this issue Feb 4, 2019
nikku added a commit that referenced this issue Feb 4, 2019
Wait until app:started before opening files. This ensures
users have the most speedy and flicker-free app opening
experience.

Related to #1161
@ghost ghost removed the ready Ready to be worked on label Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant