기본 단축키

F5 Goto Line
F7 Browse Project Symbol
F8 Browse Local File Symbol
F9 Indent Left
F10 Indent Right
ALT+F8 Symbol Table
ALT+F12 Draft View
ALT+T Document Option
ALT+ Go Backward
ALT+. Go Forward
CTRL+M Bookmark
CTRL+Enter Insert New Line
CTRL+J Join Lines
CTRL+= Jump to Definition
CTRL+L Jump to Link
CTRL+I Insert Line
CTRL+SPACE Insert Line Before Next
SHIFT+F8 Hightlight Word
SHIFT+F9 Go to Next Link

Comment Heading Style

//1 This is a Heading 1 comment
//2 This is a Heading 2 comment
//3 This is a Heading 3 comment
//4 This is a Heading 4 comment
// TODO:

윈도우관련

SHIFT-F1 Select Previous Window
SHIFT-F2 Select Next Window
ALT-F10 (=SHIFT-F10) Zoom Window
ALT-F8 View Project Symbol Window
ALT-F12 Draft Window

검색시 Wildcard 사용

any character . (dot)
Beginning or End of line ^ , $
Sigle tab \t
Single space \s
Single space or tab (white space) \w

Document Option ALT-T

Editing Option Group

Word Wrap 한줄 끝에서 단어가 잘리게 되면 자동으로 아래줄로 내려감 (체크 시)
Expand Tab 탭을 눌르면 Space로 채움. (체크 시)

Auto Indent Type

None
Simple
Smart 아래 옵션적용
    • Smart Indent Option (2개 체크박스)
      (1) 제어문 바로 아래 : 체크박스 모두 Clear
      (2) 제어문 아래 탭 한단계 들어가 곳 : 체크박스 모두 Check
      (3) 제어문 줄에 열고 제어문 바로 아래 닫기 : Open Brace 체크, Close Brace Clear

+ Recent posts