Table of Contents
列模式
如何对多个行进行注释
计算列的多个数的和
UltraEdit中的脚本
脚本只支持ASCII/ANSI files编码,UTF-8是会出错的
几个常用的命令
最简单的hello world脚本
如何进行函数和类的跳转?
其他的一些小技巧
如何保存当前Ultredit的设置
如何将空行去掉
Home php教程 php手册 UltraEdit高级使用技巧 - jerrylsxu

UltraEdit高级使用技巧 - jerrylsxu

May 20, 2016 am 11:54 AM

UltraEdit是众多IDE中颇有亮点的一款,它功能强大,这里说一下它的一些很好用的功能。

列模式

很多人喜欢上UltraEdit最初就是由于它的列模式。

进入列模式: Alt + C

如何对多个行进行注释

1 进入列模式 
2 选定多个行 
3 增加注释符

clip_image001

计算列的多个数的和

1 进入列模式 
2 选择统计的列 
3 列 -- 列选择统计 

clip_image001[5]

更多列模式的操作可以参考这里

UltraEdit中的脚本

脚本只支持ASCII/ANSI files编码,UTF-8是会出错的

几个常用的命令

var str = UltraEdit.getString("Please Enter a String:",1);

clip_image001[7]

UltraEdit.activeDocument.write("") 
当前激活文章输入文字

UltraEdit.getValue("Please enter an integer",1); 
显示界面和UltraEdit.getString一样

UltraEdit.document.length 
获取当前打开的文档数 
使用UltraEdit.document[x] 进行当前打开文档的枚举

UltraEdit获取剪贴板中的内容 
UltraEdit.clipboardContent

获取剪贴板序列号和选择剪贴板 
UltraEdit.clipboardIdx 
UltraEdit.selectClipboard(2);

往输出框中输出 
UltraEdit.outputWindow.write("This is a test.");

最简单的hello world脚本

A

1
2
var str = UltraEdit.getString("Please Enter a String:",1);
UltraEdit.activeDocument.write(str);

另存为test.js

B

脚本 -- 脚本 -- 添加 

clip_image001[9]

C

clip_image001[11]

注: 在调试的过程中所有错误会打出在输出窗口中,所以如果程序运行不通,请在输出窗口中进行调试,或者也可以使用UltraEdit.outputWindow调试

如何进行函数和类的跳转?

Eclipse的Ctrl+鼠标的跳转功能是很多人喜欢的原因,UltraEdit也是有这个功能的

使用ctag

1 创建一个项目 
2 项目--创建ctag文件 
3 按F11定位到函数定义处

clip_image001[13]

其他的一些小技巧

如何保存当前Ultredit的设置

高级 -- 备份/恢复用户定制

更多操作请参考这里

如何将空行去掉

直接使用replace(ctrl + R) 
"^p$" 替换成为 ""

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)