textselection Questions
7
Is it possible to get the highlighted text in a paragraph of a website e.g. by using jQuery?
Argolis asked 21/3, 2011 at 14:33
3
Solved
One of the nicer features in MacVim is that it is possible to use the usual OS commands for copying and pasting text (namely command+C and command+V) in it.
This is especially nice in situations w...
Margoriemargot asked 25/1, 2010 at 1:38
1
Tested on Both physical device and simulator.
As we all know textSelectionHandleColor is deprecated. So, I decided to make some changes in my app code, unfortunately, selectionHandleColor is still ...
Munro asked 18/10, 2020 at 16:12
2
Firefox and Edge do not have this problem.
When using Google Chrome browser, I am trying to select code or text. The text is selected, but it is not visible. The usual highlighting of the backgroun...
Shortchange asked 16/3, 2023 at 12:52
4
Solved
How do you programmatically remove the selection from an EditText? I've tried:
myEditText.setSelection(selectionEnd);
but that just creates a selection of 0 length at the end of the current sele...
Rida asked 18/7, 2012 at 3:50
2
Solved
In most text editors, I can select text by clicking and dragging with my mouse, and then using Ctrl-C to copy that text, or Backspace to delete it.
However, since vim runs in the console, if I hig...
Catherine asked 26/7, 2013 at 20:55
5
Solved
When I select text in Chrome 43 on my Android device I get the "Touch to Search" popup. We're currently using text selection for a feature on our site and this new Chrome feature interferes with so...
Brian asked 4/6, 2015 at 15:45
3
Solved
I have div with some text and contenteditable="true". When I single click on this div - works some my scripts, it is not very important. And when I double click on this div - need to edit text in d...
Gentlemanfarmer asked 16/10, 2012 at 17:26
5
Solved
I'm searching for a way to prevent the user from moving the cursor position anywhere. The cursor should always stay at the end of the current EditText value. In addition to that the user should not...
Crore asked 23/6, 2012 at 14:46
45
For anchors that act like buttons (for example, the buttons on the sidebar of this Stack Overflow page titled Questions, Tags, and Users) or tabs, is there a CSS standard way to disable the highlig...
Visor asked 5/5, 2009 at 20:29
3
Solved
I need the coordinates in pixels of the beginning of the text selection (anywhere on the page, not in a textarea).
I tried using the cursor coordinates but this didn't work quite well because the ...
Dirigible asked 27/7, 2011 at 14:38
2
Solved
In JavaScript, there are various methods for accessing the user’s text selection, and creating text selections (or ranges) — see http://www.quirksmode.org/dom/range_intro.html.
As per that page, y...
Flatten asked 15/11, 2010 at 10:23
2
Solved
My end goal is to create a tooltip over a text selection. The user will then be able to interact with the tooltip similar to . Please note that I was able to accomplish this by wrapping selected te...
Lionize asked 18/8, 2013 at 19:4
3
I'm writing a Chrome extension that captures the user text selection and sends the selected text to Google search.
manifest.json
{
"manifest_version": 2,
"name": "Selection Extension",
"descr...
Kaminski asked 1/1, 2017 at 21:22
3
Solved
How can I select every N lines in visual studio code.
I can't find a proper regualr expression can let me do this.
Ashly asked 1/6, 2017 at 14:2
4
Solved
See the behavior of text selection on one of Sam Harris' blog posts. Compare that to this post on the Bear app blog. On Firefox, there's no difference. However, on Safari the text selection on the ...
Apprehension asked 29/5, 2020 at 19:4
6
Solved
I have a textbox and a link button.
When I write some text, select some of it and then click the link button, the selected text from textbox must be show with a message box.
How can I do it?
When ...
Jeanajeanbaptiste asked 9/11, 2008 at 9:10
1
Solved
The website of Texstudio advertises block selection or multiple cursor functionality, but I could not figure out which key combination to use for this feature reading their horribly cryptic user-ma...
Statistical asked 21/1, 2020 at 15:56
4
Solved
I'm looking to do something whenever a user finishes making a selection —essentially, on the first mouseup event after every selectstart event, I think— on the page. I want to take that selection a...
Voiceful asked 1/3, 2018 at 22:41
2
Solved
I've got an app that uses a web view where text can be selected. It's long been an annoyance that you can't select text across a block boundary in UIWebView. WKWebView seems to fix this with a prop...
Concession asked 19/9, 2014 at 16:24
2
Solved
I need to select some lines inside of a list of file names to bring them at the end of the list.
Suppose I have Files.txt with this list:
filename1.aaa
filename1.bbb
filename1.ccc
filename2.aaa
f...
Monomorphic asked 13/9, 2013 at 10:7
7
Solved
I have a UITextField in my iPhone app. I know how to make the text field select all of its text, but how can change the selection? Say I wanted to select the last 5 characters, or a specific range ...
Coseismal asked 18/7, 2010 at 22:35
10
Solved
Is it possible to some how setup IntelliJ IDEA so that I can column select with the cursor keys similarly to how I might in Notepad++, Visual Studio, or FlashDevelop.
For instance when I'm typing ...
Iceboat asked 15/10, 2014 at 15:15
1
I need to extend android WebView's text selection menu with my custom commands.
So far I have managed to implement my custom webview text selection menu the following way:
public class CustomActio...
Nydianye asked 27/6, 2019 at 10:11
7
Solved
example: i have an un-ordered list containing a bunch of form inputs.
after making the ul .sortable(), I call .disableSelection() on the sortable (ul) to prevent text-selection when dragging an l...
Appertain asked 26/10, 2010 at 19:15
1 Next >
© 2022 - 2024 — McMap. All rights reserved.