mrodalgaard / atom-todo-show

Atom package that shows a list of todos from your project.
https://atom.io/packages/todo-show
MIT License
182 stars 30 forks source link

Show todos in bottom panel like linter plugin #187

Closed isavl closed 6 years ago

isavl commented 6 years ago

Just idea have option in settings for show todos in right pane or in bottom pane like do it linter plugin.

mrodalgaard commented 6 years ago

This is already supported. You can drag the todo tab from the right panel to the bottom panel just like https://github.com/steelbrain/linter, and it will open there next time as well.

isavl commented 6 years ago

Wow, but how? I cant drag panels. Atom version 1.25.0-beta2.

mrodalgaard commented 6 years ago

You just drag the todo tab to where you want it. See below graphic.

untitled

isavl commented 6 years ago

Aaaaah I have disabled tab plugin this because i can't drag. Now all ok. Thank you very much.