Skip to content

Commit

Permalink
eclipse-che#1425 update version according to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgen Vidolob committed Aug 30, 2016
1 parent fcc0241 commit 8dfb0a8
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public void openEditor(@NotNull VirtualFile file, @NotNull OpenEditorCallback ca
doOpen(file, callback, null);
}

private void doOpen(final VirtualFile file, final OpenEditorCallback callback, Constraints constraints) {
private void doOpen(final VirtualFile file, final OpenEditorCallback callback, final Constraints constraints) {
PartPresenter activePart = editorMultiPartStack.getActivePart();
EditorPartStack activePartStack = editorMultiPartStack.getPartStackByPart(activePart);
if (constraints == null && activePartStack != null) {
Expand All @@ -229,7 +229,7 @@ private void doOpen(final VirtualFile file, final OpenEditorCallback callback, C
}
}

FileType fileType = fileTypeRegistry.getFileTypeByFile(file);
final FileType fileType = fileTypeRegistry.getFileTypeByFile(file);
EditorProvider editorProvider = editorRegistry.getEditor(fileType);
if (editorProvider instanceof AsyncEditorProvider) {
AsyncEditorProvider provider = (AsyncEditorProvider)editorProvider;
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-csharp/che-plugin-csharp-lang-ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-plugin-csharp-parent</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
</parent>
<artifactId>che-plugin-csharp-lang-ide</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-plugin-csharp-parent</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
</parent>
<artifactId>che-plugin-csharp-lang-server</artifactId>
<name>Che Plugin :: C# :: Extension Server</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-plugin-csharp-parent</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
</parent>
<artifactId>che-plugin-csharp-lang-shared</artifactId>
<name>Che Plugin :: C# :: Shared</name>
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-csharp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-plugin-parent</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>che-plugin-csharp-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-plugin-languageserver-parent</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>che-plugin-languageserver-ide</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.eclipse.che.ide.api.constraints.Constraints;
import org.eclipse.che.ide.api.editor.EditorRegistry;
import org.eclipse.che.ide.api.event.FileEvent;
import org.eclipse.che.ide.api.event.FileEventHandler;
import org.eclipse.che.ide.api.extension.Extension;
import org.eclipse.che.ide.api.filetypes.FileType;
import org.eclipse.che.ide.api.filetypes.FileTypeRegistry;
Expand Down Expand Up @@ -155,7 +154,7 @@ protected void registerAction(ActionManager actionManager,
protected void registerFileEventHandler(final EventBus eventBus,
final TextDocumentServiceClient serviceClient,
final DtoFactory dtoFactory) {
eventBus.addHandler(FileEvent.TYPE, new FileEventHandler() {
eventBus.addHandler(FileEvent.TYPE, new FileEvent.FileEventHandler() {

@Override
public void onFileOperation(final FileEvent event) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-plugin-languageserver-parent</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
</parent>
<artifactId>che-plugin-languageserver-server</artifactId>
<name>Che Plugin :: Language Server :: Server</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-plugin-languageserver-parent</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
</parent>
<artifactId>che-plugin-languageserver-shared</artifactId>
<name>Che Plugin :: Language Server :: Shared</name>
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-languageserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-plugin-parent</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>che-plugin-languageserver-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wsmaster/che-core-api-agent-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-master-parent</artifactId>
<groupId>org.eclipse.che.core</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
</parent>
<artifactId>che-core-api-agent-shared</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wsmaster/che-core-api-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-master-parent</artifactId>
<groupId>org.eclipse.che.core</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
</parent>
<artifactId>che-core-api-agent</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 8dfb0a8

Please sign in to comment.