如何在 Geany 中设置任务以显示在“任务选项卡”中?以下?

发布于 2025-01-02 07:57:39 字数 731 浏览 2 评论 0原文

我不知道这个问题是否适合这个论坛,但由于我认为它与编程相关,所以我认为在这里处理它比在超级用户论坛中更好。如果不是这种情况,请将问题移至适当的论坛。谢谢!

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

皓月长歌 2025-01-09 07:57:39

愚蠢的我:上面的所有示例都在 geany 重新启动后显示在任务选项卡中! ^^

Silly me: All of the examples above were displayed in the tasks tab after a restart of geany! ^^

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文