创建新的用户工具以使用 EditPlus 粘贴文本
我使用 EditPlus 3.30 作为代码编辑器,但这个问题也适用于早期版本。我想在用户工具栏上创建一个新的用户工具项。默认设置允许您在单击图标时打开模板。我想创建一个项目,而不是粘贴来自库文件(*.ctl)或任何其他文本文件的代码。最后,新的用户工具项的功能就像 hml 工具栏上的图标之一一样。
我没有丰富的编程经验。
I use EditPlus 3.30 as my code editor, but this question also applies to earlier versions. I would like to create a new user tool item on the user tool bar. The default set-up allows you to open a template when you click on an icon. I would like to create an item that instead pastes code from a libray file (*.ctl) or any other text file. In the end, the new user tool item would function just like one of the icons on the hml tool bar.
I don't have extensive programming experience.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
EditPlus 文本编辑器:如何创建工具栏用户工具图标来粘贴自定义代码片段。
像这样配置“首选项/工具”对话框:
将以下五行保存为 Pastetext.js
//
rStr
变量将打印光标在打开的文档中的位置。EditPlus text editor: How to create a toolbar user tool icon to paste custom code snippets.
Configure the Preference/Tools dialog like this:
Save the flowing five lines as Pastetext.js
//The
rStr
variable will print where your cursor is in an open document.