Top "Textselection" questions

In User Interface Design, text selection is the method of handpicking a portion of text, most commonly for the purpose of copying/cutting/pasting.

TEdit onclick select all?

How to select all text of a TEdit1 whenever user click on it or click to select some text of …

delphi onclick delphi-2010 textselection
Setting caret position in JTextArea

I have a JTextArea. I have a function that selects some amount of text when some combination is called. It's …

java swing listener jtextarea textselection
How to override default text selection of android webview os 4.1+?

Before posting this question I've searched a lot but could not find any clear answers on this issue. I have …

android android-webview textselection
How to select every N line in vscode?

How can I select every N lines in visual studio code. I can't find a proper regualr expression can let …

visual-studio-code textselection
Disable text selection and copy paste in hybrid app using JS

I am trying to disable text selection and copy paste in phonegap applicaion by using following code. CSS -webkit-user-select:none; …

cordova copy paste textselection
Text selection in div(contenteditable) when double click

I have div with some text and contenteditable="true". When I single click on this div - works some my …

javascript jquery contenteditable textselection
SublimeText 2: Select lines that match search terms

I need to select some lines inside of a list of file names to bring them at the end of …

expression sublimetext2 selection sublimetext textselection
How do you override "-moz-user-select: none;" on a child element?

The question CSS rule to disable text selection highlighting shows how to prevent text selection on an element. Once you …

css cross-browser textselection
How can I: Select a paragraph with JavaScript (on click)?

Is it possible to select all the text an an element (e.g., a paragraph <p>) with JavaScript? …

javascript jquery html dom textselection
IOs Cordova long-press shows text-select magnifying glass even with text-selection disabled, how to remove?

I have a very weird problem. In my cordova app on iOS I am getting a pop-up text-select magnifying glass …

ios css cordova textselection