jar

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.

Table Of Contents

Latest Version

Download de.poiu.nbee : nb-edit-externally JAR file - Latest Versions:

All Versions

Download de.poiu.nbee : nb-edit-externally JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nb-edit-externally-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.poiu.nbee.config

├─ de.poiu.nbee.config.Bundle.class - [JAR]

├─ de.poiu.nbee.config.EditExternallyOptionsPanelController.class - [JAR]

├─ de.poiu.nbee.config.EditExternallyPanel.class - [JAR]

├─ de.poiu.nbee.config.Prefs.class - [JAR]

de.poiu.nbee.actions

├─ de.poiu.nbee.actions.Bundle.class - [JAR]

├─ de.poiu.nbee.actions.EditExternally.class - [JAR]

de.poiu.nbee.nb.editexternally.docs

├─ de.poiu.nbee.nb.editexternally.docs.package-info.class - [JAR]

de.poiu.nbee.parser

├─ de.poiu.nbee.parser.CmdlineParser.class - [JAR]

├─ de.poiu.nbee.parser.ParseException.class - [JAR]