Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find or Replace for text area (selection)

I can't use the Find or Replace feature with text selection in my Android Studio.

Find something in code selection The setting in my finding

The result always shows No occurrences of 'xxx' found in Selection.

My Android Studio version is 1.2.2. Even today I updated the Android Studio into the newest 1.3.0, it still doesn't work. But my friend's one works.

My computer OS is Windows 8.1. My friend's one is Windows 7.

I had tried to re-install Android Studio without removing the user settings. Still doesn't work.

Any idea ?

like image 257
Jeff T. Avatar asked Jul 31 '15 05:07

Jeff T.


People also ask

What is the use of Find and Replace feature of word processor?

Find and Replace is a function in Word that allows you to search for target text (whether it be a particular word, type of formatting or string of wildcard characters) and replace it with something else.

How do you find the value of text area?

We can get the value of textarea in jQuery with the help of val() method . The val() method is used to get the values from the elements such as textarea, input and select. This method simply returns or sets the value attribute of the selected elements and is mostly used with the form elements.


1 Answers

I don't know if it's working in windows, but in mac cmd + R, try ctrl + Renter image description here

like image 166
Ahmed Abd Elmoniem Avatar answered Oct 23 '22 05:10

Ahmed Abd Elmoniem