Examples of newProjectCreated()


Examples of org.erlide.engine.internal.model.cache.ErlModelCache.newProjectCreated()

    private IErlProject createErlangProject(final IProject project) {
        final IErlProject ep = new ErlProject(this, project);
        addChild(ep);
        final ErlModelCache cache = getModelCache();
        cache.newProjectCreated();
        return ep;
    }

    /**
     * @see IErlModel
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.