Skip to content

Commit 20cdeef

Browse files
committed
feature symfony#25415 [FrameworkBundle] Add atom editor to ide config (lexcast)
This PR was merged into the 4.1-dev branch. Discussion ---------- [FrameworkBundle] Add atom editor to ide config | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | <!-- - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. - Replace this comment by a description of what your PR is solving. --> Support for uri handler (added [here](atom/atom#15935)) in Atom editor is still in the current beta version. This works only for windows and mac. Commits ------- 191b837 [FrameworkBundle] Add atom editor to ide config
2 parents e64cbe1 + 191b837 commit 20cdeef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public function load(array $configs, ContainerBuilder $container)
168168
'emacs' => 'emacs://open?url=file://%%f&line=%%l',
169169
'sublime' => 'subl://open?url=file://%%f&line=%%l',
170170
'phpstorm' => 'phpstorm://open?file=%%f&line=%%l',
171+
'atom' => 'atom://core/open/file?filename=%%f&line=%%l',
171172
);
172173
$ide = $config['ide'];
173174

0 commit comments

Comments
 (0)