-
Notifications
You must be signed in to change notification settings - Fork 555
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight the background of important code #1116
Comments
I'm adding this to go/dartpad-tracker as well |
More notes from the previous workshop
I'm not sure if flutter.dev and dart.dev use same infra now.
The CodeMirror approach makes sense to me. |
Just talked this over with @legalcodes and @johnpryan. We came to the following plan of action, which can be implemented in separate PRs and deployed over time:
|
If it helps, the analysis server does support an |
As part of the new, simplified version of the DartPad frontend, the exercise and multi-file functionality this was related to was removed. If anyone would like to see similar functionality brought back, please check out #2702 or open a new issue. Thanks so much! |
When creating the new Future codelab, @legalcodes and I would like to have a way to highlight the important code. This feature is useful in the demonstration use case.
Goal:
Example from CodeMirror
https://codemirror.net/demo/markselection.html
Example from flutter.dev
Status of this issue is also tracked in https://github.com/orgs/flutter/projects/3.
The text was updated successfully, but these errors were encountered: