Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/82.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Editor 升华文本2创建模板_Editor - Fatal编程技术网

Editor 升华文本2创建模板

Editor 升华文本2创建模板,editor,Editor,我想构建一个特定于项目的模板,将其包含在新创建的PHP文件中,就像Eclipse所做的那样,如下所示: /** * @file test.theme.inc * DESCRIPTION LINE 1 * DESCRIPTION LINE 2 * DESCRIPTION LINE 3 * @name test.theme.inc * @created Dec 21, 2012 * @author Aneek * @version $Id:$ * @copyright *

我想构建一个特定于项目的模板,将其包含在新创建的PHP文件中,就像Eclipse所做的那样,如下所示:


/**
 * @file test.theme.inc
 * DESCRIPTION LINE 1
 * DESCRIPTION LINE 2
 * DESCRIPTION LINE 3
 * @name test.theme.inc
 * @created Dec 21, 2012
 * @author Aneek
 * @version $Id:$
 * @copyright  
 * Proprietary and Confidential
 * Copyright (C) 2012 Company name. All Rights Reserved.
 */

我如何制作这样一个模板来使用?

这与TeX&friends有什么关系?我想我可以在TeX中添加与编辑相关的问题。总之,我错了……SublimiteMplates提供了帮助: