noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Feature Request: Terminal supports context menu like editor ("pane" not "panel"?) #563

Open jessexknight opened 5 years ago

jessexknight commented 5 years ago

Great package, thanks for all your work!

When my build errors, most languages give a trace-back specifying the offending file and function name. In the editor, I use atom-symbols-view go-to-declaration to quickly highlight and jump between functions. I would love to be able to do this from the build error output in the terminal. However, neither the keymaps nor any right-click context menu is currently available in the terminal.

I'm not very familiar with the Atom API, but I think this is because the terminal is implemented as an atom "panel", not a "pane". Is it possible to support editor-like context menu or keymaps from the terminal?

Thanks