Uses of Interface
com.iizigo.quickfix.IQuickFixer
Packages that use IQuickFixer Package Description com.iizigo.quickfix com.iizigo.quickfix.fixer com.iizigo.term.project com.iizigo.term.prop.quickfixer Uses of IQuickFixer in com.iizigo.quickfix
Classes in com.iizigo.quickfix that implement IQuickFixer Modifier and Type Class Description class
QuickFixAdapter
The quick-fixes adapter class to Eclipse.Methods in com.iizigo.quickfix with parameters of type IQuickFixer Modifier and Type Method Description static 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(java.lang.String fixID, IQuickFixer quickFixer)
Registers a quick fix with an ID.Uses of IQuickFixer in com.iizigo.quickfix.fixer
Classes in com.iizigo.quickfix.fixer that implement IQuickFixer Modifier and Type Class Description class
CreateModuleFolders
Recovers a missing folder if accidentally removed.class
DeleteFile
Fixes a problem with the file name by deleting the file.class
DeleteProperty
Fixes a problem with the file name by deleting the property.class
GotoProperty
An abstract Quick-fix helper class to "go to a property" in the corresponding Editor to e.g.class
OpenProperty
A quick-fix to open the property reference in an editor.class
RecoverModuleSettings
Recovers the module settings file if accidentally removed.class
RenameResource
Fixes a problem with the resource name by renaming the resource.Uses of IQuickFixer in com.iizigo.term.project
Classes in com.iizigo.term.project that implement IQuickFixer Modifier and Type Class Description class
CloseProjectQuickFixer
Fixes a problem with multiple Terminal projects by closing one.Uses of IQuickFixer in com.iizigo.term.prop.quickfixer
Classes in com.iizigo.term.prop.quickfixer that implement IQuickFixer Modifier and Type Class Description class
DeleteRect
Quick-fix helper class to "delete errored rectangle" in the corresponding Editor to e.g.