The highlighting tag has no wiki summary.
0
votes
0answers
6 views
To apply Highlight text functionality - how to calculate the start time and end time of the sound of the text to be highlighted?
We are required to make an application to highlight the text with its audio sound. For this we need to calculate the start time and end time of each word's sound. We are using audacity to calculate ...
0
votes
0answers
12 views
Highlighting for viml in latex? [migrated]
I googled around but did not get any good result, as google does not understand what I want. So maybe it is my fault because I don't know how to use google, or it is googles fault because it is not ...
0
votes
0answers
9 views
map highlight.js / hotspot in responsive webdesign
So I am rebuilding a page in my website because my client has asked for a change in transitions for the full page slider. I realized that the old code the old developer used for the maphighlight.js ...
0
votes
1answer
20 views
Solr - Issue with getting highlight with hl.maxAnalyzedChars = -1
I am facing one weird issue while setting hl.maxAnalyzedChars to -1 to fetch highlight for some random records, for other records its working fine.
Below is my solr query
...
0
votes
0answers
17 views
Solr highlighting with Phrase query not working as expected
I have a strange problem. I am running a highlighting query with following data
{ id: 1,
fld: 'a word1 a word2 a word3 a word4 a word5' }
The query,
q=fld:"a word1 a word2 a ...
1
vote
0answers
40 views
Emacs: region isn't highlighted when selected with keyboard
When I select a region by clicking and dragging a mouse across the text, the selection shows up highlighted, as expected. However, when I do the same by hitting M-<space> to set the mark, then ...
1
vote
4answers
79 views
Turn an element's CSS on/off using JavaScript
I currently have the following block of HTML that I am using to highlight a particular area of a .png file:
<div id="container">
<img src="http://www.placekitten.com/200/200" />
...
0
votes
0answers
33 views
vb6 text control when property set to multiline cannot hightlight text past box length, have to use right directional key
When I set the multiline property of the text control to true, when in use, if the text control is used as a basic one line textbox and the text typed in goes past the length of the box, it only ...
-1
votes
0answers
21 views
How can i use corect maphilight
I am using for a project of mine the maphilight - http://davidlynch.org/projects/maphilight/docs/
The problem is in Firefox it wont display corect. In firebug it show me this error
...
1
vote
1answer
51 views
Trying to highlight a section of a .png using HTML/CSS/jQuery/JavaScript
I am trying to highlight a section of a .png file using either HTML/CSS/JavaScript/jQuery. I am able to display the image, but am not sure how to highlight a particular section (I don't wish to ...
0
votes
0answers
33 views
Intellij: false positives in error highlighting
I am experiencing (what appears to me to be) an odd issue in Intellij IDEA (using 12.0.2):
Consider the following code using recursive generics:
public class GenericsTest {
public static void ...
0
votes
1answer
30 views
merge / join regular expression results for highlighting
I want to join/merge the result of a regular expression.
For example, this is the string
hello foo bar
the regex result for the pattern /el/ => el
the regex result for the pattern /llo\sfo => ...
1
vote
1answer
32 views
Background color, notepad++ for highlighting purposes
Is there a way in Notepad++ to highlight a snippet of text and change it's background color? I would like it to remain that color within the editor for highlighting purposes. I don't want the color to ...
0
votes
1answer
37 views
Array of attachment type - how to get a filename for highlighted fragment?
I use ElasticSearch to index resources. I create document for each indexed resource. Each resource can contain meta-data and an array of binary files. I decided to handle these binary files with ...
0
votes
0answers
12 views
JavaFX2.x Highlight area of ImageView
I am quite new to JavaFX, I try to programm a little GUI to get to know the language. Right now I am really stuck. I have an image in an ImageView on my stage. Now I want to hightlight some areas ...
0
votes
0answers
29 views
Why does Highlighting functionalities is not working in 4.0.4 Tablet?
I have selected the Text within a Webview. Once I typed the Word on Edittext Box then If i Clicked Search Button it will search the specific word within a Webview. After Searching the word, It will ...
0
votes
2answers
179 views
Disable and highlight a row in gridview when delete command field delete button is clicked
I want to Highlight and disable a gridview row on delete button click. I am using a data table and binding it to the grid and changing the flag IS_DELETED='Y' when user clicks delete button . The ...
2
votes
0answers
60 views
Netbeans 7.3 highlights error for xhtml when custom attributes are used in JSF components
We are running an existing project in JSF. And we have added some attributes to components which are not part of the tag library. For example we have added placeholder attribute to h:inputText ...
1
vote
1answer
26 views
highlightedTextColor in case of editing in UITableView
I've a UITableView with custom cell, which contains some labels with highlightedTextColor:
myLabel.highlightedTextColor = [UIColor whiteColor];
This works fine until I decided to make my table ...
0
votes
1answer
91 views
vb.net textbox that won't let me highlight text
I'm working on an upgrade of a VB6 winforms project to VB.Net 2.0. On one form (and only this one form, out of about 25), my text boxes are acting odd.
When a user clicks into (focuses on) a textbox ...
2
votes
1answer
65 views
Notepad++ special string character highlighting
In notepad++ if I have the code
printf("Hello, World\n");
The whole string '"Hello, World\n"' is one color but in editors like vim '\n' is a different color signifying it's a special character. Is ...
0
votes
1answer
124 views
Java - Highlighting Text Between two Chars - JTextPane
I need to be able to highlight the words within two chars. For example, :
//Highlight whatever is in between the two quotation marks
String keyChars = " \" \" ";
I have been grueling over this for ...
0
votes
2answers
67 views
python choose one object from array
I have a script that is returning the start/end locations of strings in a gtk textview object.
I feel like I am doing the same thing over and over.
the first search function returns the start,end of ...
0
votes
2answers
73 views
How to highlight multiple text fragments on iOS?
The past few days, I have been searching for a suitable solution to highlight multiple text fragments on iOS. The general idea is similar to how text highlighting works in Amazon's Kindle application.
...
0
votes
1answer
41 views
How to AutoUpdate as each day passes a conditional format based on date?
I'm new to writing VBA code but have managed to struggle along for the past couple of weeks.
I have created a code for a worksheet change event that highlights certain dates input within particular ...
0
votes
0answers
29 views
Automatically highlighting syntax errors in x86 assembly language
In Visual Studio 2010, is it possible to enable automatic error highlighting for x86 assembly language (so that syntax errors are underlined automatically whenever the user modifies any source code)? ...
0
votes
0answers
20 views
highlight on same field with different fragsize
We use Solr4.2 in our application. We need to return highlight on same field 2 times, with different fragsize. Solr allows to highlight on different fields with different fragsize as mentioned below ...
0
votes
0answers
97 views
Highlight selected menu item
I have this menu:
<ul class="semiopaquemenu">
<li><a href="http://www.artoparadosikilkis.gr/home/">home</a></li>
<li><a ...
0
votes
0answers
47 views
Emacs AUCTeX highlighting setup
I'm using Emacs 24.2 under windows (7) together with AUCTeX and I'm experience problems with the syntax highlighting setup. From Linux I'm used to things like:
...
0
votes
1answer
50 views
Solr highlight fragment size set to unlimited, but still truncating a large document?
I've loaded approximately 15k documents into Solr of various sizes. The largest that I have measured is 59,455 characters of plain text. When I execute a query with highlighting and an unlimited ...
2
votes
0answers
39 views
Solr - Customize Fragment
I want to use Regexp Fragmenter in my solr highlighting feature to customize my fragment.
As per requirement , we need to return 25 words before and after highlighting term.
Below is one sample ...
0
votes
1answer
36 views
UIButton Highlighting Overcome default behaviour
In a program much like the who want to be a millionaire... I have 4 option buttons. It should flash red or green on press. The four buttons have either red or green images as background images. In ...
0
votes
2answers
77 views
Highlight text - how to have consistent padding?
I can't get this paragraph to display as I want to. The padding between the text and the end of the background should be consistent on every line as shown in this image
HTML
<div ...
0
votes
1answer
115 views
Resize Link Highlight Area in Bootstrap Navbar
I have made a navbar in the center of my page using Twitter Bootstrap. I have arranged the three icons in the center with a distance between them. When I hover on one of them, the text is not in the ...
0
votes
1answer
44 views
Notepad++ region highlighing
Is there a way to assign specific color to ranges of lines in my code? The basic functionality I want: assign a different colors to different ranges of line numbers so that I can easily scroll down ...
1
vote
0answers
42 views
solr version 4.1 PostingsSolrHighlighter feature not works
Now am doing analyzing on solr 4.1 version .In which,new Feature "SOLR-4271: Add support for PostingsHighlighter." has been given.
From the following link, ...
0
votes
3answers
66 views
Highlighting for programmer but not user
I'm making a program where I need to be able to edit the highlighting feature of a JTextArea via my code, but I dont want the user to be able to highlight via the mouse. That, or I need some way of ...
0
votes
0answers
52 views
Resize highlighted text in Java [closed]
Is there an implementation of resizable text highlighting in Java SE? By 'resizable', I mean the sort that's used on Android phones: little grab-able arrows/handles on the bottom left and right ...
0
votes
0answers
28 views
Highlighted Terms is not NULL when searching a numeric range query
I stored numbers as numeric and search them like this: "fieldName:[20 to 30]".
I expect highlighted terms to be Null, but in some ranges it is null and in some other ranges it is meaningless ...
0
votes
1answer
80 views
compare and highlight difference of two strings containing html in php
I'm trying to compare two string in PHP which both contain HTML. (they are both placed into a database via a wysiwyg editor).
The result I want to get is to see which words are removed and which ...
2
votes
1answer
39 views
Text Highlighting When Dragging From Other Elements
I am still stuck on a highlighting problem in IE 7/8. I have tried applying CSS from this question, changing the onselectstart event to return false, adding the attribute unselectable="on", and ...
2
votes
1answer
59 views
Highlighting search results in Webmatrix webgrid
I have recently started working with Webmatrix/razor (I am at the beginner's level). I have created a search page. In the search results, I would like to highlight the search terms. Can anyone help ...
0
votes
0answers
20 views
text editor color change
I would like to ask if anyone knows a text editor that highlights the recently typed code. For example, it could use red for the most recent code and black for the older one. I am not asking for a ...
0
votes
0answers
309 views
Android: Select and highlight multiple ListView items with CAB
What I do: I have a ListView in an Activity. I set a custom Adapter extending ResourceCursorAdapter to the ListView to fetch data from an SQLiteDatabase. I'm using ...
0
votes
1answer
130 views
Snippet count increasing in solr causes Exception in connection with search using asterisk in query
in last days i made my first steps with solr 4.1.0.
So far i had have no problems and could always find a solution, mainly on this great platform.
I am using the example configuration from solr with ...
0
votes
0answers
57 views
QPlainTextEdit highlight word
In my text editor application I'd like to highlight all occurrence of a word under cursor.
The problem is that it works for all lines except highlighted lines.
void CodeEditor::test()
{
...
0
votes
1answer
73 views
How to Highlight long text fields in solr 4.0?
I have field named “Fulltext” in solr which has more than 50,000 characters. I want to highlight the search keyword for that field. I have set
f.Fulltext.hl.snippets=30
f.Fulltext.hl.fragsize ...
2
votes
0answers
57 views
Colouring Borders for Selected Ranges Temporarily
I am making an Excel Addin, and am using an input box to allow the user to select ranges to be exported. The selection process works well, but I am hoping to display which cells are currently used by ...
0
votes
2answers
106 views
Solr document snippets not returned for a document that contains the query word
I am using Solr 3.6.2 to extract snippets for documents that I am certain to contain a specific string. (First of all, is that usage correct?) Unfortunately, I get snippets that do not contain my ...
1
vote
1answer
61 views
is it possible to give a color to the selected part of the text in textview in ios programmatically
I want to change the selected part of the text in textview or highlighted the selected text in textView.is it possible through any delegate methods of textView.
Thanks in advance

