MVN

de.poiu.nbee : nb-edit-externally

Maven & Gradle

Apr 02, 2024
1 stars

nb-edit-externally · Allows opening the currently edited file in an external editor. <p> Its main purpose is to open the currently edited file at the exact same cursor position as in Netbeans to execute some complex editing action that is not easily possible within Netbeans itself. <p> The command to open the file in an external editor must be supplied by the user and allows placeholders to specify the location of the cursor to be able to jump to the same location of the cursor in Netbeans' editor. <p> A fallback command can be specified for opening file for which no editor window is open. This command doesn't support all the placeholders, but allows editing a file directly from the Projects nodes.

<dependency>
    <groupId>de.poiu.nbee</groupId>
    <artifactId>nb-edit-externally</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.poiu.nbee : nb-edit-externally to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of de.poiu.nbee : nb-edit-externally to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
nb-edit-externally-1.0.2

How to add a dependency to Maven

Add the following de.poiu.nbee : nb-edit-externally maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.poiu.nbee</groupId>
    <artifactId>nb-edit-externally</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.poiu.nbee : nb-edit-externally gradle dependency to your build.gradle file:

implementation 'de.poiu.nbee:nb-edit-externally:1.0.2'

Gradle Kotlin DSL: Add the following de.poiu.nbee : nb-edit-externally gradle kotlin dependency to your build.gradle.kts file:

implementation("de.poiu.nbee:nb-edit-externally:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.poiu.nbee : nb-edit-externally sbt scala dependency to your build.sbt file:

libraryDependencies += "de.poiu.nbee" % "nb-edit-externally" % "1.0.2"