Skip to content

Commit

Permalink
Add netbeans editor (#383)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Niebla <ep_niebla@hotmail.com>
  • Loading branch information
erikn69 and erikn69 authored May 5, 2021
1 parent 87fb348 commit b495655
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config/ignition.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
|
| Choose your preferred editor to use when clicking any edit button.
|
| Supported: "phpstorm", "vscode", "vscode-insiders",
| "sublime", "atom", "nova"
| Supported: "phpstorm", "vscode", "vscode-insiders", "textmate", "emacs",
| "sublime", "atom", "nova", "macvim", "idea", "netbeans",
| "xdebug"
|
*/

Expand Down
2 changes: 1 addition & 1 deletion resources/compiled/ignition.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions resources/js/components/Shared/editorUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export default function editorUrl(config, file, lineNumber) {
'vscode-insiders': 'vscode-insiders://file/%path:%line',
atom: 'atom://core/open/file?filename=%path&line=%line',
nova: 'nova://core/open/file?filename=%path&line=%line',
netbeans: "netbeans://open/?f=%path:%line",
xdebug: "xdebug://%path@%line",
};

file =
Expand Down

0 comments on commit b495655

Please sign in to comment.