Uses of Interface
com.iizigo.quickfix.IQuickFixer
Package
Description
Uses of IQuickFixer in com.iizigo.quickfix
Modifier and TypeMethodDescriptionstatic org.eclipse.core.resources.IMarker[]
QuickFixer.findOtherMarkers
(IQuickFixer fixer, org.eclipse.core.resources.IMarker[] markers) Iterate through the list of supplied markers.static void
QuickFixer.register
(String fixID, IQuickFixer quickFixer) Registers a quick fix with an ID.Uses of IQuickFixer in com.iizigo.quickfix.fixer
Modifier and TypeClassDescriptionclass
Recovers a missing folder if accidentally removed.class
Fixes a problem with the file name by deleting the file.class
Fixes a problem with the file name by deleting the property.class
An abstract Quick-fix helper class to "go to a property" in the corresponding Editor to e.g.class
A quick-fix to open the property reference in an editor.class
Recovers the module settings file if accidentally removed.class
Fixes a problem with the resource name by renaming the resource.Uses of IQuickFixer in com.iizigo.term.project
Modifier and TypeClassDescriptionclass
Fixes a problem with multiple Terminal projects by closing one.Uses of IQuickFixer in com.iizigo.term.prop.quickfixer
Modifier and TypeClassDescriptionclass
Quick-fix helper class to "delete errored rectangle" in the corresponding Editor to e.g.