What are the programming languages whose syntax is recognized by RTC source control?
I have seen that RTC support certain programming languages syntax in the web UI. For example, when I open a java class source code from the Source Control in the web UI, RTC highlights the reserved words, strings and so on. I do know it supports Java, JavaScript and HTML syntax. But what other programming languages have their syntax supported?
In this particular case, I want to know if there is any syntax support for XML and PY (Python).
Thanks.
Accepted answer
As far as published document goes, this is the only one I can find.
https://jazz.net/downloads/rational-team-concert/releases/4.0?p=news#scm_webuisyntaxcolor
https://jazz.net/downloads/rational-team-concert/releases/4.0?p=news#scm_webuisyntaxcolor
Comments
Thanks Donald! Would you know what version of Orion is embbeded into RTC 5.0.x? It seems syntax highlighting in Orion 5.0 supports 8 more languages (http://planetorion.org/news/2014/03/orion-5-0-new-and-noteworthy/), and I was wondering if RTC 5.0.x comes with the latest version of Orion.
I think you will get disappointed. The readme.txt file that I find in the package of CLM 5.0 says this
This folder contains artifacts from Orion 0.2 as found in org.eclipse.orion.client.editor.source/webI doubt that we will have a big jump from Orion 0.2 to 5.0 in the CLM 5.0.1 release.
1 vote
Well, I guess I will have to open a RFE and wait for it. Thanks again Donald!