Skip to content
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

The Dart Editor doesn't display square brackets in comments #18438

Closed
DartBot opened this issue Apr 25, 2014 · 6 comments
Closed

The Dart Editor doesn't display square brackets in comments #18438

DartBot opened this issue Apr 25, 2014 · 6 comments
Assignees
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Milestone

Comments

@DartBot
Copy link

DartBot commented Apr 25, 2014

This issue was originally filed by kiu...@gmail.com


Consider the following code:

  /// Func description.
  ///
  /// Example:
  ///
  /// var x = values[0];
  /// var y = values[1];
  func() {}

The Dart Editor displays (in the inline help):

  Func description.

  Example:

      var x = values0;

      var y = values1;

Note that the square brackets are missing and that there is a blank line in the code.

@lrhn
Copy link
Member

lrhn commented Apr 25, 2014

Added Area-Analyzer, Triaged labels.

@bwilkerson
Copy link
Member

Added this to the 1.4 milestone.
Removed Priority-Unassigned label.
Added Priority-Medium label.

@scheglov
Copy link
Contributor

scheglov commented May 6, 2014

Set owner to @scheglov.
Added Accepted label.

@scheglov
Copy link
Contributor

scheglov commented May 6, 2014

@scheglov
Copy link
Contributor

scheglov commented May 6, 2014

@scheglov
Copy link
Contributor

scheglov commented May 7, 2014

Mark fixed again.

@DartBot DartBot added Type-Defect area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. labels May 7, 2014
@DartBot DartBot added this to the 1.4 milestone May 7, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Projects
None yet
Development

No branches or pull requests

4 participants