Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
asm
eclipse-plugin
Commits
59ec4769
Commit
59ec4769
authored
Dec 30, 2008
by
andrei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log errors
parent
8dd370fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/de/loskutov/bco/compare/BytecodeCompare.java
src/de/loskutov/bco/compare/BytecodeCompare.java
+3
-0
No files found.
src/de/loskutov/bco/compare/BytecodeCompare.java
View file @
59ec4769
...
...
@@ -17,6 +17,7 @@ import org.eclipse.compare.CompareViewerPane;
import
org.eclipse.compare.CompareViewerSwitchingPane
;
import
org.eclipse.compare.structuremergeviewer.Differencer
;
import
org.eclipse.core.runtime.IProgressMonitor
;
import
org.eclipse.core.runtime.IStatus
;
import
org.eclipse.core.runtime.OperationCanceledException
;
import
org.eclipse.core.runtime.SubProgressMonitor
;
import
org.eclipse.jface.action.Action
;
...
...
@@ -26,6 +27,7 @@ import org.eclipse.swt.widgets.Composite;
import
org.eclipse.swt.widgets.Control
;
import
org.eclipse.ui.IReusableEditor
;
import
de.loskutov.bco.BytecodeOutlinePlugin
;
import
de.loskutov.bco.preferences.BCOConstants
;
import
de.loskutov.bco.ui.actions.DefaultToggleAction
;
...
...
@@ -160,6 +162,7 @@ public class BytecodeCompare extends CompareEditorInput {
}
}
catch
(
Exception
e
)
{
// ignore
BytecodeOutlinePlugin
.
log
(
e
,
IStatus
.
ERROR
);
}
// does not work after changing content: this is a bug in CompareEditorInput, because
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment