0
votes
1answer
26 views
“Carat Position” in VB.NET for syntax highlighting
Hi, I'm trying to make a TextBox with syntax highlighting (for (HTML/CSS) in VB.NET 2008.
I figured that if I use RichTextBox.Find(), I can color specific text, but then I need to call …
1
vote
4answers
39 views
Code with syntax highlighting in a word processor
How can I get code with syntax highlighting into a word processor?
It's for a manual that will have code examples which should be able to go from page to page so putting images is not an option.
I'd …
3
votes
1answer
50 views
There is any Python syntax highlighter for Visual Studio 2010 beta 2?
When I used Visual Studio 2008 I could install IronPython + IronPython Integrated IDE + Visual Studio Shell Integrated Mode and then my Visual Studio would parse .py files and highlight its syntax.
I …
2
votes
4answers
66 views
Change syntax color in vim?
I have syntax highlighting on, but comments are set to dark blue. This hard for me to read against a black terminal. How do I change it so that the comments are colored green instead?
1
vote
2answers
51 views
Notepad++ : Custom Syntax Highlighting for .txt files
I keep code samples that I find useful as text files on my computer. I store them as txt files as opposed to the language in which they are written, so that they will open in Notepad++ instead of the …
0
votes
2answers
23 views
Integrate Syntax Highlighter (Prettify, Pygments,..) with Plone
I'm actually challenged with documenting aspects/problems/usages of inherited source code to teach and train co-workers as well as to identify problems that should be future maintenance tasks... The …
0
votes
3answers
43 views
code syntax highlighter
Hi all,
I'm looking for an auto syntax highlighter. when I specify the starting point and the ending point of the code the syntax highlighter should automatically identify the type of code (e.g. …
2
votes
0answers
90 views
Emacs C++ Mode: Highlighting Casts and Sizeof
I am using the standard (shipped) Emacs C++ mode but I have a slight itch that I am looking to get scratched. How would I go about properly highlighting the types inside of a sizeof and the casts in …
1
vote
1answer
21 views
Is it possible to provide Code highlighting on sites.google.com websites?
Is it possible to do Code Sytnax highlighting on sites.google.com websites like the way we do it on Blogger.com or Wordpress.com?
3
votes
3answers
70 views
Syntax Highlighter for Java
Hello friends,
As you know there is a Syntax highlighter for PHP called GeSHi which supports a great number of Programming Languages or Code formats.
However, I couldn't find such a library for Java …
0
votes
6answers
86 views
highlight_string in C#
Is there an equivalent of PHP's highlight_string function in C#?
It is not necessary to be a built-in function.
Edit: If not is there a good library for that?
Edit2: I really need a server side …
6
votes
1answer
78 views
Defining new syntax in Emacs
Hi,
I have a custom config file format and I would like Emacs to recognize and highlight the syntax. Is this possible. If yes, how do we do it?
Thanks for your answers.
0
votes
2answers
55 views
syntax highlighting in a VIM fold header
Is there any way to have VIM continue to apply formatting to the line used as the header for a fold?
E.g., I have the following code:
int foo(int a, int b) {
int c;
....
}
When folded, I see:
…
0
votes
3answers
63 views
Syntax Highlighting in Drupal
Which is the best module for Syntax Highligting in Drupal.
I am using GeSHi for syntax highlighting my code. It was working fine then I installed a second module FCKeditor. Now GeSHi filter is not …
2
votes
3answers
282 views
Where can I find a Vim syntax file for the go language?
Has anyone created a vim syntax file for the go language?
