Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Doctrine Section -- Change CodeBlock terminal to CodeBlock console#12060
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
In Symfony Docs if you use code block terminal the text color change "New property name (press <return>" is different to "to stop adding fields):" Example :https://symfony.com/doc/current/doctrine.html#creating-an-entity-classWith code block console this color difference is not applied.
javiereguiluz commentedJul 31, 2019
Gary, thanks for reporting this problem. Sadly this is not the only place where this kind of errors happen. The real problem is the "lexer" we use to detect "console prompts". We're trying to fix this in#12067. |
TheGarious commentedJul 31, 2019
Ok, but i change in few page this code block terminal with code block console. |
javiereguiluz commentedJul 31, 2019
I'm not sure, but I think |
TheGarious commentedJul 31, 2019
When i use CodeBlock Console i don't have this problem of CodeBlock Terminal. |
javiereguiluz commentedJul 31, 2019
Yes, I just saw the difference. Both look the same ... except precisely for the prompt. "terminal" highlights prompts to make them unselectable, whereas "console" doesn't do that. We strongly prefer to use |
TheGarious commentedJul 31, 2019
Ok good, but one or two pr, i changed this. :( |
TheGarious commentedJul 31, 2019
@javiereguiluz I close this pr ? |
javiereguiluz commentedJul 31, 2019
Let's keep it open a bit longer until we confirm that this has been fixed by the other pull request. Thanks. |
In Symfony Docs if you use code block terminal the text color change "New property name (press " is different to "to stop adding fields):"
Example :https://symfony.com/doc/current/doctrine.html#creating-an-entity-class
With code block console this color difference is not applied.