Questions tagged [codehighlighter]
67 questions
27
votes
4 answers
Visual Studio 2012 Code Highlighting for structs
I'm getting a little bit crazy right now. My company switched from VS2008 to VS2012 and by now I couldn't find any option to enable code highlighting for structs.
In VS2008 something like
public Color Foreground {get;set;}
the keyword Color would be…

LazyGeek
- 549
- 5
- 12
17
votes
1 answer
Eclipse Javascript Editor 2012 with full Outliner support
The reason for using an IDE is the comprehensive facilities it provides.
Therefore, I assume there is a Javascript editor for Eclipse that provides basic outliner-based IDE facilities such as:
Outliner with Object Literal support (which apparently…

Redsandro
- 11,060
- 13
- 76
- 106
12
votes
5 answers
Way to highlight code in textarea with jquery?
Is there any good and logical ways to highlight code inside textarea via jQuery? If there is, please share.

Martti Laine
- 12,655
- 22
- 68
- 102
11
votes
5 answers
What code highlighting libs are there for Java?
I'd like them to be easy to bundle, with few dependencies and easy to use.

Fabian Buch
- 831
- 2
- 9
- 18
11
votes
2 answers
Highlighting Github README.md format in Sublime Text 2
I have got README file and I want Sublime to highlight only some pieces of code idented by some "tag", for example:
Here is an example of usage
# This should be highlighted
```ruby
superhero = Superhero.new
superhero.make_world_better
```
or…

fl00r
- 82,987
- 33
- 217
- 237
10
votes
5 answers
Seeking code highlighter recommendation for WordPress
Can anybody recommend a reliable and decently documented code highlighter for WordPress 2.6.1? I have tried Code Snippet by Roman Roan and Developer Formatter by Gilberto Saraiva. But they don't seem to work as described in the documentation and are…

Brian Matthews
- 8,506
- 7
- 46
- 68
9
votes
4 answers
XCode 4 stopped highlight and recognizing UIKit classes on project
Hi i get problem with xCode 4.
I develope project with XCode4 on home and on work.
And i store it on my USB flash drive.
Today i get some problem.
I open xib file for add outlet to code and get next error "Could not insert new outlet connection:…

Dmitry Nelepov
- 7,246
- 8
- 53
- 74
8
votes
1 answer
Aptana Studio 3: How to get Syntax Highlighting of Shell Scripts *.sh
Is there any "Formatter" / syntanx highlighting for linux shell script available for Aptana Studio 3 ?!?
I did find "shelled" but this seems only to work with eclipse and not aptana studio 3 standalone (and i could not get it to work in eclipse…

user1036462
- 81
- 3
8
votes
3 answers
Python Markdown - Not adding codehilite
I am using Flask to write a Blog, with that I am using Markdown's Python library to generate HTML for me, I am willing to have syntax highlighting, therefore I am using markdown.markdown(string, extensions=['codehilite']
According to their wiki, it…
user689383
5
votes
3 answers
What code highlighting libs are there for Ruby?
What'd also interest me is which have more or less dependencies.

Fabian Buch
- 831
- 2
- 9
- 18
5
votes
2 answers
What's the best C# code highlighting plugin for wordpress?
Best would be if it performs the highlighting exactly as it is in Visual Studio.

Michal
- 3,141
- 5
- 27
- 29
4
votes
2 answers
How to change the color of a specified syntax in VSCode, without affecting the rest of the syntax that is colored by the theme?
I really like the V.S. Code theme, Abyss. On occasion I find that the theme makes my code difficult to read, the text rendered in the editor will look like it is blending into the background, therefore; I thought changing individual syntax color…

Darkstar Dream
- 1,649
- 1
- 12
- 23
3
votes
2 answers
Adobe Dreamweaver: code highlighting in unrecognized file types (like ".master")
Dreamweaver dose not activate code highlighting/hinting/error-checking unless you are using a file type that it knows, (.php .htm .html .css .js .aspx etc) but I am working on a project written in ASP.NET and I have an issue, Dreamweaver doesn't…

zeel
- 1,101
- 1
- 13
- 31
3
votes
1 answer
CSS in VS-Code: why is the property "cursor" highlighted in yellow while all other correctly-spelled properties are highlighted in blue?
I was wondering, when writing CSS in VS-Code: why is the property "cursor" highlighted in yellow, while all other properties are highlighted in blue?
I appreciate any insight.
Thank you!

Charles Gaudreau Jackson
- 87
- 1
- 6
3
votes
3 answers
Implementing Code Highlighting
I have a stack oriented programming language that I need to write a very simple editor for, with code highlighting. It would be preferable to do such with a RichTextBox
I have seen many code highlighting samples and demos, and nearly all of them…

Entity
- 7,972
- 21
- 79
- 122