The plugin-syntaxhighlighter tag has no wiki summary.
0
votes
0answers
29 views
How to filter PHP opener?
I've been searching the web and in this great forum but I didn't find anything.
I got some issue with a code higlighter plugin. Everything is fine except that some php tags do not work properly :
...
1
vote
1answer
24 views
How can I highlight specific pieces of text within a blog post?
I have searched for a simple method to allow a user to highlight a specific piece of text with a user chosen color but have not found one readily apparent. I have found a few methods related to syntax ...
1
vote
0answers
46 views
code highiglight not working comment
SyntaxHighlighter Evolved plugin installed on my blog.
Code highlight working on post,but no comments..
I am showing the comment form with the different codes :
<form method="post" ...
2
votes
2answers
163 views
Are there any wordpress themes specifically designed for blogs on code?
I am using the syntaxhighlighter plugin, which is nice, but creates a horizontal scroll bar if the code is too "broad".
I am thus looking for a theme with for wordpress which has much space in the ...
2
votes
1answer
121 views
Syntax Highlighter XML striping
I am really frustrated with availible Syntax Highlighter's on the market it seems that no matter which one I use, after pressing "Save Draft" or "Publish" and after I change from Visual to Html or ...
-1
votes
1answer
347 views
Is there a plugin for code highlighting with auto-indent? [closed]
I've read this question: Using WP-Syntax, getting highlighting but no indentation. why?, but the link in the comments doesn't help.
I've tried WP-Syntax, WP-SyntaxHighlighter and SyntaxHighlighter ...
0
votes
1answer
115 views
syntax Highlighting on wordpress.com blog
I want to write code in my wordpress blog. which is hosted in wordpress.com. I need a Syntax Highlighter to show code. Can I configure/add Plugin in wordpress.com config panel ? or I do need a self ...
0
votes
1answer
432 views
SyntaxHighlighter Evolved not showing vertical and horizontal scrollbars
When I use SyntaxHighlighter Evolved
I cannot see the horizontal and vertical code scroll bars (I use Google Chrome browser).
Do you know how to fix this?
Any other code snippets to suggest for ...
5
votes
5answers
994 views
Syntax highlighting for post/page editor [closed]
Anyone know of a plugin that adds syntax highlighting to the post/page HTML editor?
Thanks-
3
votes
1answer
169 views
Any good desktop client for wordpress with support for google syntax highliter?
I'm using Google Syntax Highlighter for WordPress and I have to go to the html view where I have to manually type the tags for pasting code and formatting gets messed up when I switch back to the ...
4
votes
2answers
499 views
Code Formatted with SyntaxHighlighter Evolved Appearing Incorrectly on iPad/iPhone
I have just started a programming blog and I am using the SyntaxHightlighter Evolved plugin to format my code. On most browsers this is working just fine. However if I attempt to view the site from ...
3
votes
1answer
227 views
Highlight Syntax Inline
I'm looking for a plugin that is compatible up to the current version of WordPress (3.1.1 as of writing of this question) and that supports some kind of inline highlighting of programming language ...
1
vote
3answers
197 views
Proper implementation/use of code/syntax highlighting
I've already read what I can on a couple of sites and installed this plug-in:
http://en.support.wordpress.com/code/posting-source-code/
http://alexgorbatchev.com/SyntaxHighlighter/
I'm missing how to ...
0
votes
3answers
877 views
Disable escaping html
I'm using SyntaxHighlighter Evolved to highlight code examples.
E.g.
[csharp]
string s = "text";
List<int> numbers = new List<int>();
[/csharp]
When I first save it, it's ok, but when ...