nb-edit-externally

GroupId: de.poiu.nbee
ArtifactId: nb-edit-externally
Author:
License:Apache License, Version 2.0
Homepage:https://github.com/hupfdule/nb-edit-externally

2024-04-03     2024-04-22     747


Download matrix

Plugin version NetBeans compatible
1.0.2 NB 21   NB 20   NB 19   NB 18   NB 17   NB 16   NB 15   NB 14   NB 13   NB 12.0   NB 11.0  
1.0.3 NB 22 - Verification failed   NB 21 - Verified   NB 20 - Verified   NB 19 - Verified   NB 18 - Verified   NB 17 - Verified   NB 16 - Verified   NB 15 - Verified   NB 14 - Verified   NB 13 - Verified   NB 12.0 - Verified   NB 11.0 - Verified  

Intro

Allows opening the currently edited file in an external editor.

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.

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.

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.


Description

Allows opening the currently edited file in an external editor.

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.

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.

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.

See the github repo for a usage description.