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

Add editor life cycle methods: open, save and close #31

Merged
merged 2 commits into from
Jun 18, 2018

Conversation

evidolob
Copy link

main issue eclipse-che/che#9435, also should cover eclipse-che/che#9906 and eclipse-che/che#9907
Signed-off-by: Yevhen Vydolob yvydolob@redhat.com

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
@evidolob evidolob self-assigned this Jun 18, 2018
@evidolob evidolob requested a review from benoitf June 18, 2018 12:35

// some well known URI schemas
export namespace Schemes {
export const file = 'file';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const should be uppercase ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't find any code style rules about constants, so yes I rename it to File

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok I thought FILE was for a constant, File a variable

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
@evidolob evidolob merged commit f2cc293 into master Jun 18, 2018
@evidolob evidolob deleted the editor-life-cycle branch June 18, 2018 13:20
benoitf pushed a commit that referenced this pull request Jun 18, 2018
eclipse-che/che#9435 add editor life cycle methods: open, save and close

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
benoitf pushed a commit that referenced this pull request Jun 19, 2018
eclipse-che/che#9435 add editor life cycle methods: open, save and close

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
benoitf pushed a commit that referenced this pull request Jun 19, 2018
eclipse-che/che#9435 add editor life cycle methods: open, save and close

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants