Package de.innovationgate.eclipse.editors.tml

Examples of de.innovationgate.eclipse.editors.tml.TMLDocumentProvider.disconnect()


        MarkingHandler handler = it.next()
        handler.setWGAVersionCompliance(versionCompliance);
        handler.setDocumentProvider(provider);
        handler.createMarkers(file, provider.getDocument(input));       
      }     
      provider.disconnect(input);
    } catch (CoreException e) {
      Plugin.getDefault().logError("Unable to validate tml file '" + file.getLocation().toString() + "'.", e);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.