highlighting Questions

1

Solved

I have a listview that was showing a yellowtint on items when I touched them. All I've done differently is change the background image in that listview xml , and now it no longer will show me the y...
Estelaestele asked 16/8, 2011 at 22:11

2

Solved

When I'm on Windows, I use notepad++, and on Linux I use vim. I really like vim. But there is at least one thing I find really interesting in notepad++. You can double-click on a word and it highli...
Morphophonemics asked 29/7, 2011 at 17:34

1

Solved

I have some .c files that don't automatically highlight in vim. This problem only recently started. I have not edited my .vimrc file: set number nnoremap <F2> :set nonumber!<CR>:set fo...
Evvoia asked 28/7, 2011 at 17:5

1

Solved

When working with positional data files, it is often very useful to highlight a specific column. In such files it is quite common to have huge "areas" filled with spaces (or NULL values) and only v...
Endocrinotherapy asked 20/7, 2011 at 7:56

1

Solved

What is the general algorithm used by a syntax highlighter? I have implemented a simple approach using alternation in regex: STRING_PATTERN|COMMENT_PATTERN|KEYWORD_PATTERNS Since detecting whe...
Evangelist asked 19/7, 2011 at 1:51

3

We are developing a plagiarism detection framework. In there i have to highlight the possible plagiarized phrases in the document. The document gets preprocessed with stop word removal, stemming an...
Bernardina asked 30/6, 2011 at 4:58

2

Solved

how is possible to synchonize text typed into JTextField (then by DocumentListener passed String to the RowFilter) with TableCell if contains same as String value in JTextField/Document, and then...
Rickirickie asked 20/6, 2011 at 12:6

3

If I set cursorline option I get my current cursor line underlined and all characters which color is not specified also turn to yellow (yellow appears only if Normal highlight group is untouched). ...
Billiton asked 16/7, 2010 at 22:15

1

Solved

I'm trying to write a "highlight" feature on an NSTextView. Currently, everything works great. You select a range of text and the background color of that text changes to yellow. However, while it'...
Psilocybin asked 29/11, 2010 at 1:43

2

Solved

I'm trying to change the highlighting in vim for the highlighting group "Folded". I'm using the color scheme "koehler" and my folded lines appear in cyan on a grey background in gvim, which is comp...
Toul asked 22/11, 2010 at 11:58

2

Solved

I'm currently using Visual Studio 2010 (and also have a copy of Visual Studio 2005 which I'm also happy to use if the functionality is available in it but not '10) What I'm wondering is if ...
Scarron asked 20/11, 2010 at 14:59

2

Solved

Is there an "easy" way to display xml data to a user via an JEditorPane or JTextPane in colored/highlighted way?
Kurth asked 5/11, 2010 at 19:28

2

Solved

Is there any way to make code blocks highlighting/collapsing in Resharper ? In CodeRush it is called "structural highlighting" feature: Or maybe other Visual Studio 2010 add-on(preferably free...
Distinctly asked 28/9, 2010 at 10:4

2

Solved

I'm working with the jQuery Validation plugin and I wrote the following code which adds a class to the element's (<input>) parent (<label>) if not valid, as well as inserting the actual...
Schaab asked 24/3, 2010 at 2:58

3

I'm trying to highlight a piece of text in a "Textarea". I have a long string in that TextArea: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore...
Barclay asked 23/8, 2010 at 15:49

4

Solved

We have a web application that uses SQL Server 2008 as the database. Our users are able to do full-text searches on particular columns in the database. SQL Server's full-text functionality does not...

2

I would like to have a regular TextBox on my form, where the selected text is still highlighted even if you use another control, e.g. push a button. Does anyone know a way to achieve this (without...
Ary asked 27/5, 2010 at 12:55

2

Solved

When I update a datagrid SelectedItem from code (via a bound object in a ViewModel), how to I get the visual grid to highlight the newly selected item? Thanks, Mark UPDATE: This is still an issue...
Basidium asked 9/12, 2009 at 17:12

2

Solved

I've got a pretty much vanilla install of SOLR 1.4 apart from a few small config and schema changes. <requestHandler name="standard" class="solr.SearchHandler" default="true"> <!-- defau...
Bimetallic asked 10/3, 2010 at 1:35

1

I am using the Lucene.NET API directly in my ASP.NET/C# web application. When I search using a wildcard, like "fuc*", the highlighter doesn't highlight anything, but when I search for the whole wor...
Delaware asked 14/5, 2010 at 21:7

1

Solved

I installed Ubuntu 10.04, and with it came Emacs 23. If I want to select text in Emacs, that works perfectly fine except the fact that the region is not highlighted. However, this only happens, if...
Lindseylindsley asked 30/4, 2010 at 20:40

1

Solved

If i hover over the thin vertical bar on the left, it highlights the entire scope of the block that's to the right. When this scope is large, my entire screen flashes white (a consequence of my cus...
Yajairayajurveda asked 24/4, 2010 at 3:43

10

Solved

Does your editor/ide highlight that a++; in this C/C++ code as part of a comment? int a=1; //some comment \ a++; printf("%d\n",a); And what about this? int a=1; //some comment ??/ a++; printf("...
Heiress asked 5/3, 2010 at 2:56

2

Solved

I want to have sort of indiacator at left side of the line wherever I have in the source code #TODO: some comment //TODO: some comments The indicator could be a just mark and I already enabled l...
Redneck asked 11/2, 2010 at 5:57

1

Solved

Is there any way to highlight certain keywords like TODO in comments? I used to this feature in vim but can't find a way to do the same job in Visual Studio 2008.
Haemoid asked 11/11, 2009 at 11:20

© 2022 - 2024 — McMap. All rights reserved.