Package net.andydvorak.intellij.lessc.ui.configurable

Examples of net.andydvorak.intellij.lessc.ui.configurable.VfsLocationChangeDialog


    @SuppressWarnings("WeakerAccess")
    public LessManager(final Project project) {
        super(project);
        this.virtualFileListener = new VirtualFileListenerImpl(this);
        this.vfsLocationChangeDialog = new VfsLocationChangeDialog(state);
        this.notifier = Notifier.getInstance(project);
    }
View Full Code Here

TOP

Related Classes of net.andydvorak.intellij.lessc.ui.configurable.VfsLocationChangeDialog

Copyright © 2018 www.massapicom. 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.