如何在 Geany 中设置任务以显示在“任务选项卡”中?以下?
我不知道这个问题是否适合这个论坛,但由于我认为它与编程相关,所以我认为在这里处理它比在超级用户论坛中更好。如果不是这种情况,请将问题移至适当的论坛。谢谢!
我正在使用 Geany IDE 进行编码。为了提高工作效率,我安装了 Geany 插件包。但不知何故,我不知道如何让我的任务显示在任务选项卡中。
我引用任务插件的描述是:
Tasks
任务插件会遍历正在编辑的文件并挑选出行 其中包含可配置的关键字(例如“TODO”或“FIXME”)。它 收集这些单词后面的文本并将它们放入新的“任务”选项卡中 在消息窗口中。单击该选项卡中的任务会将您带到 文件中定义任务的行。
在我的 python 脚本中,我将任务标记为“
# @TODO My Task
# TODO: My Task
# @TODO: My Task
# TODO My Task
但它们不会显示在任务选项卡中”。顺便说一句,我已经在 geany 的插件管理器中激活了任务插件。
我想念什么?
I don't know if this question is ok for this forum, but since I think it is programming related I thought of it better handled here then in the superusers forum. If this is not the case, please move the question to the appropriate forum. Thanks you!
I am using the Geany IDE for coding. To be more productive I installed the Geany plugin package. But somehow I can't figure out how to get my tasks displayed in the task tab.
The description for the tasks plugin is, I quote:
Tasks
The tasks plugin goes through a file being edited and picks out lines
with configurable keywords (e.g. "TODO" or "FIXME") in them. It
collects the text after those words and puts them in a new "Tasks" tab
in the message window. Clicking on a task in that tab takes you to the
line in the file where the task was defined.
In my python script I marked my tasks as
# @TODO My Task
# TODO: My Task
# @TODO: My Task
# TODO My Task
But they don't get displayed in the task tab. By the way, I activated the tasks plugin in geany's plugin manager already.
What do I miss?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
愚蠢的我:上面的所有示例都在 geany 重新启动后显示在任务选项卡中! ^^
Silly me: All of the examples above were displayed in the tasks tab after a restart of geany! ^^