com.raelity.jvi.nb.uc.Installer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nb-uc Show documentation
Show all versions of nb-uc Show documentation
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>
/*
* 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
}
}