template.tmp
来自「工欲善其事」· TMP 代码 · 共 34 行
TMP
34 行
Plugin Templates
~~~~~~~~~~~~~~~~
In the PLUGIN directory is a DLL called TEMPLATE.DLL that is designed to
read a file and insert it directly into Quick Editor. It is specifically
designed to load a file that has the SAME name but a different extension.
To create your own set of templates, write a text file of your choice and
save it with a TMP extension. For example if you create a file called
"startup" you would save it as STARTUP.TMP.
Make a copy of TEMPLATE.DLL and save it as STARTUP.DLL so that you have 2
files with the same name but different extensions.
STARTUP.TMP
STARTUP.DLL
Set up the file STARTUP.DLL with the settings editor for Quick Editor and
when you select the template you have created with the same name as the
DLL, it will be inserted directly into Quick Editor.
==========================================================================
IMPORTANT : The DLL and TMP file must be in the SAME directory so that the
DLL can find the TMP file.
==========================================================================
You can create as many prebuilt templates as you need and install them on
the menu in Quick Editor. If you are not familiar with the menu system in
Quick Editor, open the Quick Editor help file on the help menu for the
syntax. You can access the INI file for Quick Editor with the
"Change Editor Settings" option on the Tools menu.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?