highlighting Questions
5
I'm trying to produce a highlighted text effect with a bit of padding, but the padding is only applied to the beginning and end, not new lines.
#highlight {
background: rgba(255,230,0,0.5);
paddin...
Julietjulieta asked 11/9, 2013 at 16:34
5
Solved
We are using JavaFX's TextArea control in our application, and trying to integrate it with Jazzy Spell Check API - as in, when a user enters a wrong word that is not in the dictionary, such word wo...
Guernica asked 3/2, 2012 at 12:16
4
I've noticed many applications that expect you to do a lot of text editing will provide non-default behavior for double clicking text in that the application highlights text that it believes you're...
Claudicant asked 28/6, 2011 at 14:31
3
Is it possible to show the number of occurrences of words which are smart highlighted? I mean when you double click on a word.
In Matlab e.g. smart highlighting is activated by having the cursor t...
Unpaid asked 6/1, 2015 at 7:16
5
Solved
I have a WPF Datagrid binded to some properties in my ViewModel
<DataGrid AutoGenerateColumns="False" Name="dataGrid" SelectionMode="Single"
ItemsSource="{Binding ItemList}" SelectedItem="{Bin...
Leafstalk asked 4/3, 2011 at 21:53
10
I want to search for multiple strings in Vim/gVim and have them highlighted in different colours. Is there a way of doing this with out-the-box Vim or with a plug-in?
Oxy asked 1/4, 2009 at 7:40
3
Solved
I'd like to have vim highlight entire lines that match certain patterns. I can get all the text in a line to highlight (by doing syn match MyMatch "^.*text-to-match.*$"), but it always stops at the...
Bono asked 27/1, 2010 at 21:2
2
Solved
I cannot find a way to make PhpStorm highlight the appearances of a selected word/string in a file automatically at the time of the selection.
Example - say I have this code (the logic doesn't ma...
Halvorsen asked 20/11, 2015 at 14:28
2
Solved
I work a lot with files which contain data on fixed positions. Non-delimited "CSV" files if you will... Often, I'd like to highlight a specific column.
I tried
:match ErrorMsg /\%>30v.\+\%<...
Fall asked 18/7, 2011 at 9:9
15
Solved
I want to disable the orange highlight that occurs when touching a listView row. So far in my xml I have tried the following:
android:focusable="false"
android:focusableInTouchMode="false"
android...
Nittygritty asked 25/5, 2010 at 18:20
3
I think standard highlighting is useful -- to some extent. When programming with callbacks and nested structures, this does not help. Keywords and strings, they appear everywhere, and it helps when...
Ommatidium asked 15/2, 2013 at 22:5
5
Solved
The requirements are:
Find strings from an array (from here on called options) that include ALL the terms in ANY order
Correctly highlight the matching terms - ie. insert a string before and after...
Hogan asked 22/9, 2017 at 12:50
1
Running OS X 10.9, though the issue occurred in 10.8 as well, and I've noticed it in Xcode and Netbeans. When I highlight some text and delete it, usually some variable or string with in some code,...
Koblas asked 28/1, 2014 at 14:33
10
Solved
I'm new using vs2010 I've read that when you click on a variable its suppose to highlight all the instances of that variable in that file and highlight red or show an error as well where the number...
Bartram asked 24/2, 2012 at 17:58
8
How can I turn off the orange highlight when clicking an item in a GridView?
I haven't been able to find a solution in the documentation or through testing.
Divider asked 19/5, 2010 at 13:2
2
I am using a mouseup event to trigger a function which highlights text and surrounds the highlighted text with a span (function from stack overflow):
function highlightText(e) {
var t = window.g...
Opportunity asked 26/5, 2016 at 21:38
11
Solved
So I have an activity with 2 ListView widgets, when you select a value in the first one, the second is populated with values related to the selection in the first ListView. This mechanic works with...
Tearing asked 14/2, 2012 at 17:1
2
I know one can use the below CSS to disable user text selection.
.unselectable{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-...
Cur asked 19/11, 2014 at 2:32
3
Solved
I personally keep all lines under 80 characters, but I also work on projects in teams where other programmers don't care about line length.
I love using whitespace-mode, but the long line visuali...
Prosector asked 29/7, 2011 at 23:40
2
Solved
I have a bunch of strings in a data frame as given below.
v1 v2
ARSTNFGATTATNMGATGHTGNKGTEEFR SEQUENCE1
BRCTNIGATGATNLGATGHTGNQGTEEFR SEQUENCE2
ARSTNFGATTATNMGATGHTGNKGTEEFR SEQUENCE3
I want to...
Tenebrous asked 19/11, 2016 at 20:34
4
Solved
In Notepad++ if you double click a word to highlight it, all the occurrences of the word in the file are also highlighted, a feature that is quite handy for finding where variables are declared/use...
Noleta asked 12/8, 2010 at 16:35
2
Solved
I want to select and then highlight the same text on the label with a particular color.Is this be achievable with the help of gestures.
And i have to store the position of the highlighted part,even...
Busterbustle asked 13/6, 2011 at 15:45
3
Solved
I'm looking for a way of highlighting the days in between the date range of 2 inputs on mouse over.
This example is nearly doing what I want to achieve:
http://hackingon.net/files/jquery_datepicke...
Telluric asked 20/10, 2011 at 5:25
3
Solved
basically I need an image button, specifically a custom object that:
1) calls a controller's action when tapped
2) encapsulates custom data
3) is automatically moved by wrapper view (not releva...
Gnathonic asked 13/12, 2010 at 11:41
2
Solved
I have disabled Reference Highlighting in Visual Studio 2013 for C# code using the instructions here: http://blogs.msdn.com/b/zainnab/archive/2013/07/18/visual-studio-2013-reference-highlighting.as...
Salmon asked 9/5, 2014 at 15:7
© 2022 - 2024 — McMap. All rights reserved.