如何更改 Geany 中的注释语法

发布于 2024-12-13 04:00:26 字数 163 浏览 2 评论 0原文

在 Geany 中,编辑 PHP 脚本时,当您选择行并按 control-e 时,所选行将通过用“/* ... */”包裹来进行注释。有没有办法改变这种行为,以便它在每行前面放置一个“//”?

我使用过的所有其他 IDE 都使用“//”(Eclipse、Netbeans、Textmate 等)。

In Geany, editing PHP scripts, when you select lines and press control-e, the selected lines are commented by being wrapped in "/* ... */". Is there a way to change this behaviour so that it instead puts a "//" in front of each line?

All the other IDEs that I've used make use of "//" (Eclipse, Netbeans, Textmate, etc).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

风追烟花雨 2024-12-20 04:00:26

注释字符等设置由文件类型定义文件控制。假设您的脚本以 .php 结尾,您应该找到默认的系统范围文件类型定义文件 filetypes.php,并将其复制到您的 filedefs目录位于您的用户配置目录中。然后您可以根据需要对其进行修改。

手册中对此进行了详细解释(上面的链接)。

Settings like comment characters are controlled by filetype definition files. Assuming your scripts end in .php, you should find the default system-wide filetype definition file filetypes.php, and copy it to your filedefs directory in your user configuration directory. Then you can modify it as necessary.

This is all explained in detail in the manual (link above).

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