Eclipse Flashcards

1
Q

jump to line x

A

ctrl + L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

in debugger console, print value of variable/member/…

A

p “variable/member/…”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Open Call Hierarchy

A

Ctrl + Alt + H

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Search for File/Class

A

ctrl + Alt + R

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Search for string in workspace

A

Ctrl + h

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

open type hierarchy

A

right click -> open type hierarchy
or ctrl + alt + h

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

show complete info about class

A

in debug console: p “classname”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

switch tab

A

ctrl + page up/down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

comment out line in c++

A

shift + ctrl + c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

extract function

A

Shift + Alt + M

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Add existing git/svn directory to Eclipse Project explorer

A
  • right click project explorer
  • new folder
  • Advanced
  • Link to alternate location
  • select folder
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

how does one run decrypt_all?

A

from Eclipse, external tool configs in task bar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly