Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Update 'ide' example in framework.rst#7513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The example 'ide' configuration was different from the actual format required for PhpStorm. See README athttps://github.com/aik099/PhpStormProtocol
javiereguiluz left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
I've asked in the Symfony Slack and some actual users of PHPStorm have said that the proposed change is correct.
Thanks@harcod.
javiereguiluz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I'm sorry ... but there has been some confusion!! The existing syntax works, but the proposed changes don't work!!
Then we'll need more reviews to accept this proposal.
pierredup commentedFeb 22, 2017
The syntax So IMO there is no change needed. |
xabbuh commentedFeb 22, 2017
xabbuh commentedFeb 22, 2017
Does that mean we should update the default value in the Symfony code instead? |
pierredup commentedFeb 22, 2017
I've created a PR to update the value in Symfonysymfony/symfony#21712 |
… various platforms.
harcod commentedFeb 22, 2017
Updated docs as suggested by@pierredup insymfony/symfony#21712 |
pierredup left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
… now support the same format scheme as MacOS.
pierredup left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
harcod commentedMar 1, 2017
This documentation change reflects the changes made bysymfony/symfony#21813 |
| links that open those files right inside your browser. If you prefer to open | ||
| those files in your favorite IDE or text editor, set this option to any of the | ||
| following values: ``phpstorm`` (requires `PhpStormProtocol`_), ``sublime``, | ||
| following values: ``phpstorm``, ``sublime``, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This line can now be longer.
HeahDude left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks! 👍
xabbuh commentedMar 3, 2017
Thank you@harcod. |
This PR was squashed before being merged into the 3.2 branch (closes#7513).Discussion----------Update 'ide' example in framework.rstThe example 'ide' configuration was different from the actual format required for PhpStorm. See README athttps://github.com/aik099/PhpStormProtocol to verify the correct format as> phpstorm://open?url=file://%f&line=%lCommits-------606bfb1 Update 'ide' example in framework.rst
* 3.2: (24 commits) Minor rewords Update session_configuration.rst [#7522] minor wording improvement [#7513] fix line length Update 'ide' example in framework.rst [#7219] move versionadded in front of description Improved the image for Doctrine + Web Debug Toolbar [Serializer] Docs for the PropertyInfo integration Finished this PR section chronology in comment Removed the example about Redis Update cache.rst Update bundles/configuration.rst Fix typos Removed tip that was meant for the 2.x versions fix usage of the session flag bag API Add caution related to deprecate mail transport Use https URLs when possible [Requirements] Clarify what are JSON and ctype Proposed a minor reword ...
The example 'ide' configuration was different from the actual format required for PhpStorm. See README athttps://github.com/aik099/PhpStormProtocol to verify the correct format as