Merge remote-tracking branch 'origin/master'

This commit is contained in:
Vladimir.Orlov
2015-02-18 12:23:09 +03:00
10 changed files with 4 additions and 2 deletions
@@ -36,7 +36,6 @@ public interface FileEditorProvider {
Key<FileEditorProvider> KEY = Key.create("com.intellij.fileEditorProvider");
/**
* If provider is not dumb-aware, and it is the only
* @param file file to be tested for acceptance. This
* parameter is never <code>null</code>.
*
@@ -463,8 +463,11 @@ public abstract class EditorComposite implements Disposable {
myComponent.setComponent(myTabbedPaneWrapper.getComponent());
}
else {
myTabbedPaneWrapper.addTab(editor.getName(), editor.getComponent());
JComponent component = createEditorComponent(editor);
myTabbedPaneWrapper.addTab(editor.getName(), component);
}
myFocusWatcher.deinstall(myFocusWatcher.getTopComponent());
myFocusWatcher.install(myComponent);
myEditors = editors;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 B

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 122 B