views:

31

answers:

1

I'd like my students to be able to run 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?

+1  A: 

check out Gedit source code builder plugin. Normally, the compiler output are not captured.

fseto
Use the *mouse*? I'd just as soon wear a ball and chain. But the plugin looks useful; thanks +1
Norman Ramsey
just don't have any compiler errors in the first place, then it wouldn't be a problem! j/k =)
fseto

related questions