調整,添加語(yǔ)法高亮顯示
advanced/configuration/syntax Highlighting 點(diǎn)擊下邊的full path name for word list后邊的open
打開(kāi)的文件如:d:Program FilesUltraEditWORDFILE.TXT,就是UE語(yǔ)法高亮顯示的配置文件
/L1"C/C++" 就是第一種語(yǔ)言,/L2就是第二種。目前這些word files 可以從下面連接下載到
http://www.ultraedit.com/index.php?...id=40#wordfiles 用的時(shí)候,下載相應的word file,復制出來(lái),粘貼到d:Program Files\UltraEdit\WORDFILE.TXT,注意修改剛開(kāi)始的/L1和你現有系統匹配。好像對xml.xsl的顯示不是很好,不夠準確
運行dos命令,直接得到結果
F9,會(huì )跳出來(lái)一個(gè)窗口,讓你輸入命令和工作目錄。比如 dir c: 會(huì )列出來(lái)c盤(pán)的目錄。如果你要給朋友發(fā)目錄列表,除了從dos窗口復制過(guò)來(lái),還可以用這個(gè)簡(jiǎn)單的方法。加上一下簡(jiǎn)單的列編輯。結果就更好看了。
內置的ascii table
view/ascii table
有時(shí)候需要知道某個(gè)字母的ascii值,從這里就能查出來(lái)
!是33
A是65
。。。
內置的多個(gè)剪貼板 你點(diǎn)右鍵可以看到
clipboards,里面內置了10個(gè)剪貼板。按說(shuō)windows的copy只能復制一個(gè)內容。如果你要復制多個(gè)內容,跟據不同的情況進(jìn)行粘貼,這10個(gè)剪貼板,應該夠你用了。ctrl+0-9的數字鍵,是在剪貼板之間切換。比如 ctrl+1,然后copy了內容"a";ctrl+2,然后copy了內容"b" 你如果想paste a,就要先按1下ctrl+1再ctrl+v,要paste
b,就按一下ctrl+2再 ctrl+v。我有時(shí)候不小心更換了剪貼板,就奇怪從別的地方復制的東西粘貼不過(guò)來(lái)。這種情況要注意。
Ctrl+N
File New
Create a new document file
Ctrl+O
File Open
Open an existing document file
Ctrl+Q
File Quick Open
Open an existing document without showing File Open dialog
Ctrl+F4
File Close
Close an existing document file
Ctrl+S
File Save
Save the active document
F12
File Save As
Save the active document as a new file
Ctrl+P
File Print
Print the active document
Ctrl+X
Edit Cut
Cut text from the document into the clipboard
Ctrl+C
Edit Copy
Copy text from the document into the clipboard
Ctrl+V
Edit Paste
Paste text from the clipboard into the active document
Ctrl+0-9
Edit Select Clipboard
Select active clipboard
Ctrl+A
Edit Select All
Select All text in the active document
Ctrl+Z
Edit Undo
Undo the last action if possible
Ctrl+Y (previously Ctrl+A)
Edit Redo
Reverse the last Undo action if possible
Ctrl+J
Edit Select Word
Select the current word (same as double click)
Ctrl+E
Edit Delete Line
Delete line the cursor is on
Ctrl+F11
Edit Delete to Start of Line
Delete from the cursor to start of line
Ctrl+F12
Edit Delete to End of Line
Delete from the cursor to end of line
Ctrl+W
Toggle Word Wrap
Toggle Word Wrap on/off
F7
Edit Insert Time/Date
Insert time/date at cursor
Alt+F3 or Ctrl+F
Find
Find a character string
Ctrl+F3
Find Prev
Repeat last find toward beginning of file
F3
Find Next
Repeat last find toward end of file
Ctrl+B
Match Brace
Find matching brace (,[,{ or },],)
Ctrl+R
Replace
Find and replace a character string with another
Ctrl+G
Goto
Goto the specified line (or HEX address)
Ctrl+U
File Tree View
Toggle File Tree View
Ctrl+F8
Tag List
Toggle Tag List
Ctrl+T
Reformat Paragraph
Reformat the current paragraph or selected text
Ctrl+F5
Format To Lower
Convert selected text to lower case
ALT+F5
Format To Upper
Convert selected text to Upper case
F5
Format Capitalize
Capitalize first character of each word in selected text
Shift+F5
Format Invert Case
Invert case of all characters in selected text
Ctrl+K
Edit Spell Check
Invoke the spelling checker
ALT+C
Column Mode
Toggle column/block mode on and off
Ctrl+Backspace
Delete previous word
Delete the word preceding the cursor
Ctrl+Delete
Delete next word
Delete the word following the cursor
Ctrl+I
Insert Literal Character
Insert a literal character at the cursor position
INS
Insert/Overstrike Mode
Toggle between Insert and Overstrike mode
Ctrl+H
HEX Edit
Toggle HEX editing mode
Ctrl+D
HEX Insert/Delete
Insert or delete characters in HEX editing mode
Ctrl+F2
Set Bookmark
Toggle bookmark on and off
F2
Goto Bookmark
Goto next bookmark
Ctrl+M
Macro Play
Replay a macro
Ctrl+L
Macro Play Multiple Times
Replay a macro the specified number of times
Ctrl+F6
Next Window
Make the next document window active
Ctrl+Shift+F6
Previous Window
Make the previous document window active
Alt+F4
Exit UltraEdit
Exit UltraEdit
Alt+0-9 or Shift+Alt+0 - 9
Insert Template
Insert user defined template
F9
DOS Command
Run DOS Window command
Ctrl+F9
Last DOS Command
Repeat last DOS Window command
F10
Execute Window Program
Execute Windows Program
Ctrl+Shift+A
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Shift+A (Caps Lock on)
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Shift+O
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Shift+O (Caps Lock on)
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Shift+U
Inserts ü character
(As ANSI or ASCII based on the font)
Ctrl+Shift+U (Caps Lock on)
Inserts ü character
(As ANSI or ASCII based on the font)
Ctrl+Shift+S
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Shift+S (Caps Lock on)
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Up
Scroll Up
Scroll up one line keeping cursor in view
Ctrl+Down
Scroll Down
Scroll down one line keeping cursor in view
F4
Change Focus
Toggle focus between active file and Tree View if shown
F8
Display Function List
Display Function List
Alt+Right
Next Paragraph
Position cursor at first not space character of next paragraph
Alt+Left
Previous Paragraph
Position cursor at first not space character of current paragraph (if positioned mid-paragraph) or previous paragraph
Alt+Page Up
Top of Window
Position cursor beginning of first line in of the display
Alt+Page Down
Bottom of Window
Position cursor beginning of last line in of the display
Alt+’-’ (Numeric Keypad ’-’ only)
Scroll to Top
Position line with cursor at top of window
Alt+’+’ (Numeric Keypad ’+’ only)
Scroll to Bottom
Position line with cursor at bottom of window
Alt+’center’ or Alt+"*" (Numeric Keypad ’*’ only)
Scroll to Center
Position line with cursor at center of windo
Ctrl+’1’ (Numeric Keypad ’1’ only)
End of previous word
Position the cursor at the end of the previous word
Ctrl+’2’ (Numeric Keypad ’2’ only)
End of next word
Position the cursor at the end of the next word