<?xml version="1.0" encoding="UTF-8" ?>
<NotepadPlus>
<AutoComplete>
<Environment ignoreCase="yes" startFunc="(" stopFunc=")" paramSeparator="," terminal=";" additionalWordChar="@"/>
<KeyWord name="#ce" />
<KeyWord name="#comments-end" />
<KeyWord name="#comments-start" />
<KeyWord name="#cs" />
<KeyWord name="#endregion" />
<KeyWord name="#forceref" />
<KeyWord name="#include" />
<KeyWord name="#include-once" />
<KeyWord name="#NoAutoIt3Execute" />
<KeyWord name="#NoTrayIcon" />
<KeyWord name="#OnAutoItStartRegister" />
<KeyWord name="#region" />
<KeyWord name="#RequireAdmin" />
<KeyWord name="@AppDataCommonDir" />
<KeyWord name="@AppDataDir" />
<KeyWord name="@AutoItExe" />
<KeyWord name="@AutoItPID" />
<KeyWord name="@AutoItVersion" />
<KeyWord name="@AutoItX64" />
<KeyWord name="@CommonFilesDir" />
<KeyWord name="@Compiled" />
<KeyWord name="@ComputerName" />
<KeyWord name="@ComSpec" />
<KeyWord name="@COM_EventObj" />
<KeyWord name="@CPUArch" />
<KeyWord name="@CR" />
<KeyWord name="@CRLF" />
<KeyWord name="@DesktopCommonDir" />
<KeyWord name="@DesktopDepth" />
<KeyWord name="@DesktopDir" />
<KeyWord name="@DesktopHeight" />
<KeyWord name="@DesktopRefresh" />
<KeyWord name="@DesktopWidth" />
<KeyWord name="@DocumentsCommonDir" />
<KeyWord name="@error" />
<KeyWord name="@exitCode" />
<KeyWord name="@exitMethod" />
<KeyWord name="@extended" />
<KeyWord name="@FavoritesCommonDir" />
<KeyWord name="@FavoritesDir" />
<KeyWord name="@GUI_CtrlHandle" />
<KeyWord name="@GUI_CtrlId" />
<KeyWord name="@GUI_DragFile" />
<KeyWord name="@GUI_DragId" />
<KeyWord name="@GUI_DropId" />
<KeyWord name="@GUI_WinHandle" />
<KeyWord name="@HomeDrive" />
<KeyWord name="@HomePath" />
<KeyWord name="@HomeShare" />
<KeyWord name="@HotKeyPressed" />
<KeyWord name="@HOUR" />
<KeyWord name="@IPAddress1" />
<KeyWord name="@IPAddress2" />
<KeyWord name="@IPAddress3" />
<KeyWord name="@IPAddress4" />
<KeyWord name="@KBLayout" />
<KeyWord name="@LF" />
<KeyWord name="@LogonDNSDomain" />
<KeyWord name="@LogonDomain" />
<KeyWord name="@LogonServer" />
<KeyWord name="@MDAY" />
<KeyWord name="@MIN" />
<KeyWord name="@MON" />
<KeyWord name="@MSEC" />
<KeyWord name="@MUILang" />
<KeyWord name="@MyDocumentsDir" />
<KeyWord name="@NumParams" />
<KeyWord name="@OSArch" />
<KeyWord name="@OSBuild" />
<KeyWord name="@OSLang" />
<KeyWord name="@OSServicePack" />
<KeyWord name="@OSType" />
<KeyWord name="@OSVersion" />
<KeyWord name="@ProgramFilesDir" />
<KeyWord name="@ProgramsCommonDir" />
<KeyWord name="@ProgramsDir" />
<KeyWord name="@ScriptDir" />
<KeyWord name="@ScriptFullPath" />
<KeyWord name="@ScriptLineNumber" />
<KeyWord name="@ScriptName" />
<KeyWord name="@SEC" />
<KeyWord name="@StartMenuCommonDir" />
<KeyWord name="@StartMenuDir" />
<KeyWord name="@StartupCommonDir" />
<KeyWord name="@StartupDir" />
<KeyWord name="@SW_DISABLE" />
<KeyWord name="@SW_ENABLE" />
<KeyWord name="@SW_HIDE" />
<KeyWord name="@SW_LOCK" />
<KeyWord name="@SW_MAXIMIZE" />
<KeyWord name="@SW_MINIMIZE" />
<KeyWord name="@SW_RESTORE" />
<KeyWord name="@SW_SHOW" />
<KeyWord name="@SW_SHOWDEFAULT" />
<KeyWord name="@SW_SHOWMAXIMIZED" />
<KeyWord name="@SW_SHOWMINIMIZED" />
<KeyWord name="@SW_SHOWMINNOACTIVE" />
<KeyWord name="@SW_SHOWNA" />
<KeyWord name="@SW_SHOWNOACTIVATE" />
<KeyWord name="@SW_SHOWNORMAL" />
<KeyWord name="@SW_UNLOCK" />
<KeyWord name="@SystemDir" />
<KeyWord name="@TAB" />
<KeyWord name="@TempDir" />
<KeyWord name="@TrayIconFlashing" />
<KeyWord name="@TrayIconVisible" />
<KeyWord name="@TRAY_ID" />
<KeyWord name="@UserName" />
<KeyWord name="@UserProfileDir" />
<KeyWord name="@WDAY" />
<KeyWord name="@WindowsDir" />
<KeyWord name="@WorkingDir" />
<KeyWord name="@YDAY" />
<KeyWord name="@YEAR" />
<KeyWord name="Abs" func="yes">
<Overload retVal="" descr="Calculates the absolute value of a number.">
<Param name="expression" />
</Overload>
</KeyWord>
<KeyWord name="ACos" func="yes">
<Overload retVal="" descr="Calculates the arcCosine of a number.">
<Param name="expression" />
</Overload>
</KeyWord>
<KeyWord name="AdlibRegister" func="yes">
<Overload retVal="" descr="Registers an Adlib function.">
<Param name=""function"" />
<Param name="[time]" />
</Overload>
</KeyWord>
<KeyWord name="AdlibUnRegister" func="yes">
<Overload retVal="" descr="Unregisters an adlib function.">
<Param name="["function"]" />
</Overload>
</KeyWord>
<KeyWord name="Asc" func="yes">
<Overload retVal="" descr="Returns the ASCII code of a character.">
<Param name=""char"" />
</Overload>
</KeyWord>
<KeyWord name="AscW" func="yes">
<Overload retVal="" descr="Returns the unicode code of a character.">
<Param name=""char"" />
</Overload>
</KeyWord>
<KeyWord name="ASin" func="yes">
<Overload retVal="" descr="Calculates the arcsine of a number.">
<Param name="expression" />
</Overload>
</KeyWord>
<KeyWord name="Assign" func="yes">
<Overload retVal="" descr="Assigns a variable by name with the data.">
<Param name=""varname"" />
<Param name=""data"" />
<Param name="[flag]" />
</Overload>
</KeyWord>
<KeyWord name="ATan" func="yes">
<Overload retVal="" descr="Calculates the arctangent of a number.">
<Param name="expression" />
</Overload>
</KeyWord>
<KeyWord name="AutoItSetOption" func="yes">
<Overload retVal="" descr="Sets the way coords are used in the caret functions, either absolute coords or coords relative to the current active window: 0 = relative coords to the active window 1 = absolute screen coordinates (default) 2 = relative coords to the client area of the active window ">
<Param name=""CaretCoordMode"" />
<Param name="param" />
</Overload>
</KeyWord>
<KeyWord name="AutoItSetOption" func="yes">
<Overload retVal="" descr="Changes how literal strings and % symbols are interpreted. By default strings are treated literally, this option allows you to use %environment% variables inside strings, e.g., "The temp directory is: %temp%". 1 = expand environment variables (similar to AutoIt v2) 0 = do not expand environment variables (default) Without this option the usual way would be: "The temp directory is: " & EnvGet("temp") ">
<Param name=""ExpandEnvStrings"" />
<Param name="param" />
</Overload>
</KeyWord>
<KeyWord name="AutoItSetOption" func="yes">
<Overload retVal="" descr="Changes how literal strings and variable/macro ($ and @) symbols are interpreted. By default strings are treated literally, this option allows you to use variables and macros inside strings, e.g., "The value of var1 is $var1$". 1 = expand variables (when in this mode and you want to use a literal $ or @ then double it up: "This is a single dollar $$ sign". 0 = do not expand variables (default) ">
<Param name=""ExpandVarStrings"" />
<Param name="param" />
</Overload>
</KeyWord>
<KeyWord name="AutoItSetOption" func="yes">
<Overload retVal="" descr="When ESC is pressed on a GUI the $GUI_EVENT_CLOSE message is sent. This option toggles this behavior on and off. 1 = Send the $GUI_EVENT_CLOSE message when ESC is pressed (default). 0 = Don't send the $GUI_EVENT_CLOSE message when ESC is pressed. ">
<Param name=""GUICloseOnESC"" />
<Param name="param" />
</Overload>
</KeyWord>
<KeyWord name="AutoItSetOption" func="yes">
<Overload retVal="" descr="Alters the position of a contr
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
Notepad++_v8.1.2_pc6_20210717.zip (393个子文件)
libcurl.dll 545KB
libcurl.dll 474KB
nppPluginList.dll 178KB
NppConverter.dll 170KB
nppPluginList.dll 165KB
NppConverter.dll 143KB
NppExport.dll 133KB
mimeTools.dll 122KB
NppExport.dll 112KB
mimeTools.dll 99KB
notepad++.exe 5.61MB
notepad++.exe 4.63MB
GUP.exe 942KB
GUP.exe 726KB
converter.ini 644B
LICENSE 8KB
LICENSE 8KB
change.log 901B
change.log 901B
README.md 3KB
README.md 3KB
license.txt 35KB
license.txt 35KB
更新说明.txt 9KB
readme.txt 1KB
readme.txt 1KB
autoit.xml 721KB
autoit.xml 721KB
php.xml 418KB
php.xml 418KB
langs.xml 336KB
langs.model.xml 336KB
langs.model.xml 336KB
java.xml 201KB
java.xml 201KB
stylers.xml 166KB
stylers.model.xml 166KB
stylers.model.xml 166KB
DarkModeDefault.xml 163KB
Zenburn.xml 163KB
DarkModeDefault.xml 163KB
Zenburn.xml 163KB
nepali.xml 121KB
nepali.xml 121KB
abkhazian.xml 114KB
abkhazian.xml 114KB
ukrainian.xml 112KB
ukrainian.xml 112KB
bulgarian.xml 109KB
bulgarian.xml 109KB
HotFudgeSundae.xml 108KB
HotFudgeSundae.xml 108KB
DansLeRuSH-Dark.xml 107KB
DansLeRuSH-Dark.xml 107KB
Solarized-light.xml 106KB
Solarized-light.xml 106KB
Solarized.xml 106KB
Solarized.xml 106KB
MossyLawn.xml 106KB
MossyLawn.xml 106KB
Navajo.xml 106KB
Navajo.xml 106KB
khaki.xml 106KB
khaki.xml 106KB
corsican.xml 103KB
corsican.xml 103KB
russian.xml 102KB
russian.xml 102KB
greek.xml 102KB
greek.xml 102KB
japanese.xml 102KB
japanese.xml 102KB
portuguese.xml 100KB
portuguese.xml 100KB
belarusian.xml 100KB
belarusian.xml 100KB
hindi.xml 100KB
hindi.xml 100KB
hungarian.xml 99KB
hungarian.xml 99KB
croatian.xml 99KB
croatian.xml 99KB
dutch.xml 98KB
dutch.xml 98KB
venetian.xml 97KB
venetian.xml 97KB
polish.xml 97KB
polish.xml 97KB
slovak.xml 97KB
slovak.xml 97KB
basque.xml 96KB
basque.xml 96KB
brazilian_portuguese.xml 95KB
brazilian_portuguese.xml 95KB
hongKongCantonese.xml 94KB
hongKongCantonese.xml 94KB
french.xml 94KB
french.xml 94KB
italian.xml 94KB
italian.xml 94KB
共 393 条
- 1
- 2
- 3
- 4
资源评论
段子手-168
- 粉丝: 4555
- 资源: 2745
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功