MVN

com.raelity.jvi : netbeans-editor-pin

Maven & Gradle

Jan 22, 2023

Editor Pin · This plugin provides a registered action, toolbar button and menu actions which can clear the REUSE flag <b>preventing a file from being replaced</b>. <br/><br/> The toolbar button, which looks like a "push pin", provides a visual indication that the currently active editor is REUSEable; the button is only enabled when the active editor is REUSEable. <br/><br/> In some situations the IDE/platform opens a file with the REUSE flag (see NetBeans API doc Line.ShowOpenType); files opened like this can be automatically replaced in an editor window by other files. <br/><br/> IDE REUSE examples: single stepping into a file, clicking on a stacktrace for goto source, jVi tag-stack operations.

<dependency>
    <groupId>com.raelity.jvi</groupId>
    <artifactId>netbeans-editor-pin</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.raelity.jvi : netbeans-editor-pin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of com.raelity.jvi : netbeans-editor-pin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
netbeans-editor-pin-2.1.2

How to add a dependency to Maven

Add the following com.raelity.jvi : netbeans-editor-pin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.raelity.jvi</groupId>
    <artifactId>netbeans-editor-pin</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.raelity.jvi : netbeans-editor-pin gradle dependency to your build.gradle file:

implementation 'com.raelity.jvi:netbeans-editor-pin:2.1.2'

Gradle Kotlin DSL: Add the following com.raelity.jvi : netbeans-editor-pin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.raelity.jvi:netbeans-editor-pin:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.raelity.jvi : netbeans-editor-pin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.raelity.jvi" % "netbeans-editor-pin" % "2.1.2"