Feature #78
C# Scanner
| Status: | New | Start: | 02/14/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Scanner requests | |||
| Target version: | 1.1 |
Description
Since it's popular. Based on Java or C++?
History
Updated by Kornelius Kalnbach over 1 year ago
- Tracker changed from Bug to Feature
Updated by Kornelius Kalnbach 9 months ago
- Target version changed from 1.0 RC1 to 1.1
Updated by Joshua Galvez 6 months ago
Someone has written a start to c# support here: http://www.redmine.org/boards/3/topics/11616
Updated by percy li 6 months ago
Thanks Joshua! The C# scanner Joshua mentioned was created and posted by me.
For I don't have enough knowledge on Ruby, I only made small modifications on the Java scanner carefully to make it work with C#.
Because I don't know how to set up a standalone environment for developing for the latest version Coderay, I just worked in the Redmine environment. As a result, I could only use an old version of the Java scanner to start with, but not the latest version.
The version of Coderay in Redmine current trunk is now 0.7.6.227, quite an old version, lacking of quite a lot of new features.
Updated by Kornelius Kalnbach 6 months ago
Because I don't know how to set up a standalone environment for developing for the latest version Coderay, I just worked in the Redmine environment. As a result, I could only use an old version of the Java scanner to start with, but not the latest version.
You can check out the stable version with
svn co http://svn.rubychan.de/coderay/branches/0.9 coderay
and work from there. rake runs the test suite.
As always, I need a lot of test code before I can release a new scanner. The wiki FAQ has more information about scanner requests.