文章分类 - 软件手册
摘要:1 Application >> RemoveFile 删除指定文件 原型: bool RemoveFile(string strPath); 1.1 参数 strPath [in] string类型, 待删除的文件全路径名 1.2 返回值 bool:true/false,文件是否删除成功 1.3
阅读全文
摘要:1 Application >> PrintLine 在输出窗口打印文字信息 原型: void PrintLine(string text); 1.1 参数 text [in] string类型, 待打印的信息 1.2 返回值 void:无 1.3 版本 EverEdit 4.5.0(4500)及之
阅读全文
摘要:1 Application >> Print 在输出窗口打印文字信息 原型: void Print(string text); 1.1 参数 text [in] string类型, 待打印的信息 1.2 返回值 void:无 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4
阅读全文
摘要:1 Application >> OutputText 在输出窗口打印文字信息 原型: void OutputText(string strText, bool bClear = false, bool bTerminate = false); 1.1 参数 strText [in] string类
阅读全文
摘要:1 Application >> OutputLine 在输出窗口打印文字信息 原型: void OutputLine(string strText); 1.1 参数 strText [in] string类型, 待打印的文字 1.2 返回值 void:无 1.3 版本 EverEdit 4.5.0
阅读全文
摘要:1 Application >> OpenSnippetByTitle 打开代码片段管理窗口,并显示指定分组的代码片段 原型: void OpenSnippetByTitle(string title); 1.1 参数 title [in] string类型, 代码片段分组名,如:AHK 1.2 返
阅读全文
摘要:1 Application >> OpenDoc 打开文档 原型: Document OpenDoc(string strPathName); 1.1 参数 strPathName [in] string类型, 文件全路径名 1.2 返回值 Document:文档对象 1.3 版本 EverEdit
阅读全文
摘要:1 Application >> NewDoc 创建一个空的新文档 原型: Document NewDoc(); 1.1 参数 ***[in] *** 无 1.2 返回值 Document:文档对象 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注 新创建的文档会激活
阅读全文
摘要:1 Application >> md5file 计算文件的MD5校验值 原型: string md5file(string pathName); 1.1 参数 pathName [in] string类型, 文件全路径名 1.2 返回值 string:文件的MD5校验值,注:MD5值由32位16进
阅读全文
摘要:1 Application >> md5 计算指定字符串的MD5值 原型: string md5(string text); 1.1 参数 text [in] string类型, 待计算的字符串 1.2 返回值 string:字符串的MD5值 1.3 版本 EverEdit 4.5.0(4500)及
阅读全文
摘要:1 Application >> GetValue 读取用户保存的变量值 原型: string GetValue(string strPathName); 1.1 参数 strPathName [in] string类型, 文件全路径 1.2 返回值 string:返回变量值 1.3 版本 Ever
阅读全文
摘要:1 Application >> GetTempFolder 获取用户临时目录 原型: string GetTempFolder() 1.1 参数 ***[in] *** 无 1.2 返回值 string:用户临时目录 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注
阅读全文
摘要:1 Application >> GetResultFromExe 执行命令并输出命令输出到<stdout>的报文 原型: string GetResultFromExe(string cmdline, string initdir = "", int encoding = 0)。 1.1 参数 c
阅读全文
摘要:1 Application >> GetPersistentStringTable 获取或创建一个持久化存储表 原型: PersistentStringTable GetPersistentStringTable(string name); 1.1 参数 name [in] string类型, 持久
阅读全文
摘要:1 Application >> GetIniFile 获取ini文件对象 原型: IniFile GetIniFile(string pathName); 1.1 参数 pathName [in] string类型, ini文件全路径名 1.2 返回值 IniFile:ini文件对象 1.3 版本
阅读全文
摘要:1 Application >> GetEmWidth 获取当前显示器的平均字符宽度 原型: int GetEmWidth(); 1.1 参数 ***[in] *** 无 1.2 返回值 int:字符宽度, 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注 1.5 使
阅读全文
摘要:1 Application >> GetDoc 获取当前打开的某个文档对象 原型: Document GetDoc(int index); 1.1 参数 index [in] int类型, 文档序号,起始值:0 1.2 返回值 Document: 返回的文档对象 1.3 版本 EverEdit 4.
阅读全文
摘要:1 Application >> FindShortcut 检查命令ID是否存在 原型: string FindShortcut(string strCommand); 1.1 参数 strCommand [in] string类型, 命令ID 1.2 返回值 string: 返回命令ID,如果命令
阅读全文
摘要:1 Application >> DownloadFile 下载文件 原型: void DownloadFile(string fileName, string url, string saveTo); 1.1 参数 fileName [in] string类型, 下载文件名,注:FTP协议时,该参
阅读全文
摘要:1 Application >> DeleteTemplate 删除指定模板新建菜单 原型: void DeleteTemplate(string title) 1.1 参数 title [in] string类型, 指定的模板名 1.2 返回值 void:无 1.3 版本 EverEdit 4.5
阅读全文