mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 03:29:32 +00:00
Test
This commit is contained in:
parent
13bbdbe70a
commit
3d1f54dff0
@ -91,8 +91,7 @@ public final class Apple2DiskImageEditor extends EditorPart {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void init(IEditorSite site, IEditorInput input)
|
||||
throws PartInitException {
|
||||
public void init(IEditorSite site, IEditorInput input) throws PartInitException {
|
||||
// Clear fields.
|
||||
File ioFile;
|
||||
IFile iFile;
|
||||
@ -179,8 +178,7 @@ public final class Apple2DiskImageEditor extends EditorPart {
|
||||
|
||||
imageManager = new ImageManager(parent.getDisplay());
|
||||
tabFolder = new CTabFolder(parent, SWT.BOTTOM);
|
||||
diskExplorerTab = new DiskExplorerTab(tabFolder, formattedDisks,
|
||||
imageManager, new DummyDiskWindow());
|
||||
diskExplorerTab = new DiskExplorerTab(tabFolder, formattedDisks, imageManager, new DummyDiskWindow());
|
||||
diskMapTabs = new DiskMapTab[formattedDisks.length];
|
||||
for (int i = 0; i < formattedDisks.length; i++) {
|
||||
if (formattedDisks[i].supportsDiskMap()) {
|
||||
|
Loading…
Reference in New Issue
Block a user