The syntax-highlight tag has no wiki summary.
4
votes
1answer
135 views
Why are background-colors not or rarely used for syntax highlighting? [closed]
I wonder why I rarely see any IDEs or other developers that use background colors for syntaxhighlighting.
One of the first things when installing and configuring a new IDE is adjusting the colors so ...
5
votes
5answers
2k views
Why are dark color schemes in editors so popular? [closed]
Nowadays, almost everybody is using a dark color scheme in their code editor - dark background with light text. Even most web based editors (e.g on Github) feature dark color schemes.
I honestly ...
1
vote
1answer
215 views
How does google code prettify works? [closed]
I am using google code prettify. After a page renders, I decided to check how <code> and <pre> tags and their contents were manipulated.
But in view source, I found no changes were made ...
1
vote
1answer
348 views
How to write a syntax checker [closed]
How is a syntax checker for a programming language written? I am guessing a grammar has to be written first. How to then proceed?
Motivation
I'm using a programming language (Apex for Salesforce) ...
15
votes
2answers
548 views
Beyond Syntax Highlighting - What other code representations are possible today?
Despite GUI applications having been around for 30ish years, software is still written as lines of text instructions, for various valid reasons. But we've also found that manipulating these text ...
5
votes
7answers
310 views
Logistically, how do you manage embedded SQL?
My current application is running into issues with its ORM, and we're relying on some pretty hairy SQL to express queries that the ORM can't. Are there best practices in terms of how to manage the ...
18
votes
12answers
2k views
Should I use non-standard tags in a HTML page for highlighting words?
I would like to know if it's a good practice or legal to use non-standard tags in an HTML page for certain custom purposes.
For example:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. ...
15
votes
5answers
5k views
Syntax-highlighting color scheme studies
Most programmers have their own personal preferences for syntax-highlighting color schemes, but I've been wondering, has anyone ever done an actual scientific study on what the best color scheme would ...
3
votes
1answer
127 views
Python syntax highlighting on Codeplex
My .py files in a Codeplex (hg-based) repository don't show up with the nice syntax highlighting as they do for C and C++ when I browse the code on the web. Is there a way to change the syntax ...
2
votes
2answers
152 views
Building a common syntax and scoping framework
Hello fellow programmers,
I was discussing a project the other day with a colleague of mine and I was curious to see what others had to say or if such a thing already existed.
Background
There are ...
1
vote
2answers
403 views
browser syntax highlighting [closed]
I find myself reluctant to read code without syntax highlighting. On an almost daily basis, I end up downloading or copy-pasting large blocks of code from a browser window into vim just for the sake ...
-3
votes
2answers
1k views
Good text editor w/syntax highlighting for symbian phones? [closed]
I am buying a Nokia 5230, and wanted to know if there existed any text editors with syntax highlighting features for it? The more customizable, the better, as I program in many different languages, ...