【常用設置】:
1.設字體
a)設置主窗口字體
"Document Options..."(Alt + T) -> "Screen Fonts..."
我喜歡Courier New, 11
b)設置context窗口字體
在context窗口右鍵,選"Font...",
我喜歡Courier New, 常規, 小五
2.Tab + 右邊界 + 行號
選中"Visible tabs" "Show right margin" "Show line numbers" "Expand Tabs"
3.關閉if等后面的{}的縮進
(Alt + T) -> "Auto Indent..." -> 取消"Indent Open Brace"和"Indent Close Brace"
4.搜索Ctrl + F
F3/F4 向前/后
5.恢復Ctrl + A功能
關鍵詞"save all" 更改為快捷鍵"Ctrl + Shift + A"
關鍵詞"select all" 定義快捷鍵"Ctrl + A"
6.恢復小鍵盤+ - * /
取消快捷鍵 Function Down/Up -> +/-
Scroll Half Page Down/Up -> 乘/除
7.自定義功能:"Options" -> "Custom Commands" -> 點"Add" (填Command、Run兩項,Dir不會填就空着)
a)在資源管理器中打開正在編輯的文件並選中(我定義快捷鍵為F12)
ShellExecute open explorer /e,/select,%f
b)在UE編輯器打開
"C:\Program Files\UE中文版編輯器\Uedit32.exe" %f
8.全局替換(通常用於整個工程中替換)
Ctrl + H -> "Files..."
9.按住Alt, 鼠標選定區域,可以刪除指定區域,類似UE的列編輯中的刪除,但這種方法不能列插入
10.標題欄顯示完整路徑:
Options -> Preferences -> Display -> Trim long path names with ellipses.(把復選框的勾選去掉。)
-------------------------------
【常用快捷鍵】:
Ctrl + M 創建/找書簽,方便下次回此處
Ctrl + =
Ctrl + / 相當於“R”按鈕
F5 轉到第幾行(Ctrl + G功能相同)
F7 打開"Browse Project Symbols"窗口,快速瀏覽其在工程中的定義
F9/F10 往左/右縮進(Tab/(Shift + Tab)功能相同)
Shift + F8
Alt + F12 等寬字體切換開關
Ctrl + W 關閉當前窗口
Ctrl + Shift + W 關閉所有