Home > Backend Development > PHP Tutorial > EditPlus php注释

EditPlus php注释

WBOY
Release: 2016-06-23 14:34:39
Original
1657 people have browsed it

开始用EditPlus写php了,它原来的注释快捷键实现的是html格式代码的注释,不好用。后改为了php注释,方法如下:

修改EditPlus注释菜单 for AssetsII

在EditPlus的安装目录下,找到htmlbar.acp文件,然后找到:
#T=

修改成为:
#T= /* ^! */

保存,重启EditPlus,就可以方便的给AssetsII模板加/*  */注释啦

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template