TeXlicpse TODO 注释未显示在任务列表中
我是第一次使用 TeXlipse-Plugin。
您可以在手册中看到Todo/Task-Support。
但是,如果我在文件中添加类似“%TODO: Do Something”的注释,则该任务不会显示在 Eclipse 的任务视图中。
我必须在某处激活待办事项支持吗?
I am using the TeXlipse-Plugin for the first time.
There is a Todo/Task-Support as you can see in the Manual.
But if i do a comment like '%TODO: Do something' in my file, the task is not shown in the task-view of Eclipse.
Do i have to activate the todo-support somewhere?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它适用于我的
% TODO test
。我会根据您的情况检查以下内容:检查相应的注释是否显示在左侧(行号旁边) - 它看起来像任务视图的图标。如果没有(并且可以肯定,没有其他注释 - 例如警告 - 因为它可以隐藏任务注释),则不会创建注释,然后我将按照 Robs 的回答在 Preferences 中定义您自己的待办事项标记常规/编辑器/结构化文本编辑器/任务标签
检查任务视图的设置 - 打开视图菜单(右上角的小三角形),然后选择配置内容。尝试验证显示的任务标签。我附上一张屏幕截图,将 TODO 标签设置为仅在当前项目上显示。
(来源:cubussapiens.hu)
It works for me with
% TODO test
. I would check for the following things in your case:Check whether the corresponding annotation is displayed to the left (next to the line number) - it looks like the icon of the task view. If not (and be sure, that there is no other annotation - e.g. a warning - because it can hide the task annotation), then the annotation is not created, and then I would follow Robs answer to define your own todo tag in Preferences on the General/Editors/Structured Text Editors/Task tags
Check the settings of the Tasks view - open the view menu (small triangle at the upper right corner), and choose configure contents. There try to validate the displayed task tags. I attach a screenshot that sets the TODO tags to be displayed only on the current project.
(source: cubussapiens.hu)
链接处的手册指出“在 Eclipse Java 编辑器中,可以在注释中放置 TODO、FIXME 和 XXX 关键字,[...]”,因此 TeXlipse 实际上并未承诺。
不管怎样,我会尝试 % //TODO ..,也许它只是支持这种方式。
如果这对您不起作用,请尝试在“窗口”下定义您自己的待办事项标签 -> “偏好设置”->搜索:“todo”
hth
The manual at the link states "In the Eclipse Java Editor, it is possible to place TODO, FIXME and XXX keywords in comments, [...]", so it's not actually promised by TeXlipse.
Anyways, I'd try % //TODO .., maybe it's just supported that way.
If that won't work for you, try defining your own todo-tag under "window" -> "preferences" -> search: "todo"
hth