All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.raelity.jvi.nb.uc.Installer Maven / Gradle / Ivy

Go to download

This plugin <b>installs an update center</b> so that jVi, vi/vim clone, can be installed. After installing this plugin, from the Plugins Manager <ol> <li> select the "Available Plugins" tab.<br/> <em>And then you may need to click "Check for Newest".</em> </li> <li> From the Editing category select <ul> <li>"jVi for NetBeans"</li> <li>"Editor Pin" (optional)</li> </ul> </li> <li> install jVi </li> </ol>

There is a newer version: 1.2.3
Show newest version
/*
 * Portions created by Ernie Rael are
 * Copyright (C) 2019 Ernie Rael.  All Rights Reserved.
 *
 * The contents of this file are subject to the Mozilla Public
 * License Version 1.1 (the "License"); you may not use this file
 * except in compliance with the License. You may obtain a copy of
 * the License at http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS
 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 * implied. See the License for the specific language governing
 * rights and limitations under the License.
 *
 * The Original Code is jvi - vi editor clone.
 *
 * Contributor(s): Ernie Rael 
 */
package com.raelity.jvi.nb.uc;

import org.openide.modules.ModuleInstall;

public class Installer extends ModuleInstall {

    @Override
    public void restored() {
        // TODO
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy