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

Refactor names inside a template for Polymer.dart #15867

Closed
sethladd opened this issue Jan 2, 2014 · 8 comments
Closed

Refactor names inside a template for Polymer.dart #15867

sethladd opened this issue Jan 2, 2014 · 8 comments
Assignees
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. closed-not-planned Closed as we don't intend to take action on the reported issue type-enhancement A request for a change that isn't a bug

Comments

@sethladd
Copy link
Contributor

sethladd commented Jan 2, 2014

If I refactor rename the name of a click handler in my Dart code, it should also rename the handler name in my HTML. e.g.:

HTML code:

<button id="change-it" data-action="click:changeIt">Change</button>

Dart code:

changeIt(e) => superlative = alternatives[random.nextInt(3)];

if I refactor 'changeIt' in Dart, it should also update the HTML.

Hope that helps!

See also https://code.google.com/p/dart/issues/detail?id=6674

@clayberg
Copy link

clayberg commented Jan 3, 2014

Set owner to @scheglov.
Added this to the 1.2 milestone.
Removed Priority-Unassigned label.
Added Priority-Medium label.

@clayberg
Copy link

Removed this from the 1.2 milestone.
Added this to the 1.3 milestone.

@scheglov
Copy link
Contributor

scheglov commented Apr 2, 2014

Removed this from the 1.3 milestone.
Added this to the 1.4 milestone.

@kasperl
Copy link

kasperl commented May 8, 2014

Removed this from the 1.4 milestone.
Added this to the 1.5 milestone.

@kasperl
Copy link

kasperl commented Jun 4, 2014

Removed this from the 1.5 milestone.
Added this to the 1.6 milestone.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the 1.6 milestone.
Added Oldschool-Milestone-1.6 label.

@sethladd
Copy link
Contributor Author

Removed Area-Editor, Oldschool-Milestone-1.6 labels.
Added Area-Analyzer, Analyzer-Polymer labels.

@scheglov
Copy link
Contributor

Added NotPlanned label.

@sethladd sethladd added Type-Enhancement area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. closed-not-planned Closed as we don't intend to take action on the reported issue labels Feb 19, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
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. closed-not-planned Closed as we don't intend to take action on the reported issue type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

5 participants