Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望我的学生能够从内部运行编译器,gedit并且当出现错误时,可以使用键盘快捷键直接跳转到包含下一个错误的源代码。我知道如何在 emacs 中执行此操作(Mx 编译后跟 Cx `)。有谁知道如何在 gedit 中设置类似的东西?
gedit
查看Gedit 源代码生成器插件。通常,不会捕获编译器输出。