프로그래밍

소스인사이트 단축키

지니아부지 2013. 4. 23. 15:50

http://confluence.goldpitcher.co.kr/pages/viewpage.action?pageId=38404267


1. 기본 단축키

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


2. 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:


3. 윈도우관련

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


4. 검색시 Wildcard 사용

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

Single space or tab (white space)    \w


5. Document Option (tick) ALT-T
Editing Option Group

Word Wrap    한줄 끝에서 단어가 잘리게 되면 자동으로 아래줄로 내려감 (체크 시)

Expand Tab    탭을 눌르면 Space로 채움. (체크 시)


'프로그래밍' 카테고리의 다른 글

VT 100 ESC 제어코드  (0) 2017.02.24
[C] 정적함수  (0) 2013.01.29
테라텀(Tera Term) 로그에 타임스탬프 출력 및 로그파일 이름 변경  (0) 2013.01.21
Posix Thread Example  (0) 2012.08.10
CallBack func  (0) 2012.07.24