Using gedit, how can I jump to the location of an error? (jump to next error shortcut)
I'd like my students to be able to 开发者_如何学Pythonrun the compiler from within gedit
and when there are errors, have a keyboard shortcut to jump directly to the source code containing the next error. I know how to do this in emacs (M-x compile followed by C-x `). Does anyone know how to set up something similar in gedit?
check out Gedit source code builder plugin. Normally, the compiler output are not captured.
精彩评论