Questions tagged [text-cursor]
225 questions
551
votes
6 answers
How do I turn off the unlimited whitespace in IntelliJ editor?
How do I remove the ability to move the cursor after the end of line in IntelliJ?

Joshua
- 26,234
- 22
- 77
- 106
248
votes
16 answers
Change UITextField and UITextView Cursor / Caret Color
I'm wondering about changing the color of the cursor / caret in a UITextField (And UITextView if its the same answer) in iOS. I've seen answers for OSX development, but nothing for iOS.
Is this even possible?

RileyE
- 10,874
- 13
- 63
- 106
245
votes
2 answers
How can I increase the cursor speed in terminal?
How can I increase the cursor speed in terminal?
I have Mac OS X by the way.
It would also be interesting to know it for Linux.
I don't know what I should search for in Google (or what you like).

classic_programmer
- 2,443
- 2
- 15
- 4
158
votes
22 answers
how to set cursor position at the end of the value in flutter in textfield?
I want to add ,00 at the end of the value of the textfield.
It works well in iOS device, but in android cursor moves to starting point of the value in textfield. As a result, I'm unable to add ,00.

Parth Bhanderi
- 2,378
- 3
- 15
- 30
104
votes
20 answers
Set mouse focus and move cursor to end of input using jQuery
This question has been asked in a few different formats but I can't get any of the answers to work in my scenario.
I am using jQuery to implement command history when user hits up/down arrows. When up arrow is hit, I replace the input value with…

jerodsanto
- 9,726
- 8
- 29
- 23
62
votes
8 answers
Intellij 14 weird editor/cursor behaviour
I just upgraded my Intellij IDEA to version 14, but I have the problem that my cursor in the editor window is acting "different". It starts of in a sort of protected mode, which looks like the insert mode but it isn't, where I can't insert anything.…

Jony
- 1,764
- 2
- 12
- 15
60
votes
8 answers
Chrome sets cursor to text while dragging, why?
My application has many drag and drop features. While dragging I want the cursor to change to some grab cursor. Internet Explorer and Firefox work fine for this, but Chrome always changes the cursor to the text cursor.

user307635
- 765
- 1
- 6
- 11
41
votes
2 answers
Get current cursor position in a textbox
I need a code to find current position of cursor in a textbox/textarea. It should work with chrome and firefox. Following is the code which I am using: