Skip to content

Commit

Permalink
Editors support acording v2 (#389)
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 25, 2021
1 parent b6aea4a commit 6ca2cdd
Show file tree
Hide file tree
Showing 3 changed files with 7 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"
| 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.

3 changes: 3 additions & 0 deletions resources/js/components/Shared/editorUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export default function editorUrl(config, file, lineNumber) {
vscode: 'vscode://file/%path:%line',
'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 6ca2cdd

Please sign in to comment.