-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Task List Tool [+5] #2344
Comments
Removed Type-Defect label. |
Changed the title to: "Dart Editor Enhancement: Task List Tool {+1]". |
We had a task list in the editor last July but took it out to minimize the editor's footprint. Quite a few "features" received similar treatment since we were building an "editor" instead of an "IDE". |
This comment was originally written by pruj...@gmail.com Please put it back? :) I was confused by that 'Editor not an IDE' comment at the last Dartisens hangout with the Editor team. Why is this the direction? Managed launches, integrated debugger, code completion, etc. These are features I would more closely associate with IDEs than editors. |
[user feedback] One tiny wish: show my // TODO comments in a "Tasks" view like in ordinary eclipse. Changed the title to: "Dart Editor Enhancement: Task List Tool [+2]". |
Changed the title to: "Task List Tool [+2]". |
Added this to the Later milestone. |
Issue #804 has been merged into this issue. |
Changed the title to: "Task List Tool [+3]". |
Issue #1200 has been merged into this issue. |
Issue #7579 has been merged into this issue. cc @devoncarew. |
Changed the title to: "Task List Tool [+4]". |
Issue #7664 has been merged into this issue. |
This comment was originally written by thomas.gra...@gmail.com Obviously you're not building an editor, what with debugger tools, compiler and package management. I smell an IDE in the works, and as such an easy way to navigate to ones //TODO comments should be available, IMHO. |
Issue #9967 has been merged into this issue. |
Changed the title to: "Task List Tool [+5]". |
This comment was originally written by HeraldH...@gmail.com It would be great to have ability to quick search all TODOs |
If we're going to (someday) have a real html editor then I think we should reconsider this feature. (I'm assigning it to myself for consideration in M7, but that should not be considered a commitment to implement it.) cc @clayberg. |
This comment was originally written by ira.b...@gmail.com This is really a needed option, not a nice to have type feature. What about addressing it by allowing us to use the plugin functionality of eclipse. Even if the editor does not ship with the plugin, we could always add it as needed. It would give us the functionality we need while allowing you to keep the "editor" simple. |
This issue was originally filed by pr...@gmail.com
Please add a task list tool to dart editor that scrapes all //TODO comments and puts them in a list that is linkable back to the source.
This is a very handy feature in non-trivial projects.
The text was updated successfully, but these errors were encountered: