Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does my mouse cursor change to a plus sign in Eclipse?

I just see strange behaviour in Eclipse . I am developing one android project . In one activity my cusrsor change to plus sign except this it works fine .

Can you tell me how to solve this ?

how to change to arrow sign in that particular activity ?

like image 303
Chirag Avatar asked Jun 21 '12 06:06

Chirag


1 Answers

You might have selected the tool, `Toggle Block Selection Mode Alt+Shift+A so that's why your mouse point is converted to + sign, Toggle it off and it will be simple again.

More to read about this Mode: Click Here

like image 136
MKJParekh Avatar answered Oct 12 '22 11:10

MKJParekh