開啟安裝目錄下的wordfile.txt,加入
/l14"delphi" nocase line comment = // block comment on = block comment off alt = *) escape char = ?string chars = ' file extensions = pas dpr
/delimiters = #$&()*+,-./;<>@^{}'
/function string = "%^^"
/indent strings = "begin" "repeat" "asm"
/unindent strings = "end" "until"
/c1"reserved words"
array asm
begin
case class const constructor
destructor dispinte***ce do downto
else end except exports
file final finalization finally for function
goto
if implementation inherited initialization inline inte***ce
label library
nil
object of out
packed procedure program property
raise record repeat resourcestring
sealed set static string
then threadvar to try type
unit unsafe until
uses
var
while with
/c2"directives"
absolute abstract assembler automated
cdecl contains
default dispid dynamic
export external
far forward
implements index
local
message
name near nodefault
overload override
package pascal platform private protected public published
read readonly register reintroduce requires resident
safecall stdcall stored
varargs
virtual
write writeonly
/c3"operators"
* +
- // /
< <= <>
> >=
@ and as
div
in is
mod
not
or shl shr
xor
/c4"special symbols"
# $
& (
(. )
, .
.) ..
: :=
; [
] ^
UltraEdit設定語法高亮支援python
ultraedit預設不支援python的語法高亮,通過以下設定可實現語法高亮 1.在 下有各種語言的語法高亮支援,找到對應的python版本,現在已有的為python2.5和2.6,開啟鏈結,將頁面內容儲存為.uew格式,我使用的是python2.6,儲存為python2.6.uew 3.需要注意...
UltraEdit使用經驗
都是些很簡單的技巧,不過是自己摸索出來,記錄一下。我用的版本是ultraedit 32 13.00a 簡體中文版。1 去重 如果文字中的資料是一行一行的,有重複的內容,去重的方法是 檔案 排序 高階排序 選項,選中 刪除重複 2 查詢後亂碼 將檔案另存為 utf 16 格式的文字。頁要設定成 高階 ...
UltraEdit 使用技巧
tip 1 如何去掉所編輯文字中包含特定字串的行?這則技巧是在ultraedit的幫助檔案裡提到 ctrl r 調出來替換 replace 視窗,選中 使用正規表示式 然後用查詢 你的字串 p 替換成空內容即可.如,我當前有個文字檔案,需要去掉所有包含 http www.dbanotes.net 這...