Author: haufelex
Repository: /hg/opengrok/trunk
Latest revision: affabbacf51c68f888a40c15011d804f75aaf7f5
Total changesets: 1
Log message:
* Splitted the C# Analyzer from the C Analyzer
* Implement the verbatim string support for C# (Bug 18655)
* Added the file extensions *.aspx, *.ascx, *.asax, *.Master and *.xaml
to suffixes in the xml analyzer class. (Bug 18687).
* Added the missing VBAnalyserFactory class to the AnalyzerGuru class
* Extend the defaultPatterns List in the ignoredNames class with the necessary
names and file extensions for visual studio and mono projects
* Extended the match method in the filter class to find the file extensions
* Added <93><meta http-equiv="X-UA-Compatible" content="IE=8" /><94>
to fix view error in the Internet Explorer 9.
Covered by contributor agreement OS0487
Files:
create: src/org/opensolaris/opengrok/analysis/csharp/CSharpAnalyzer.java
create:
src/org/opensolaris/opengrok/analysis/csharp/CSharpAnalyzerFactory.java
create:
src/org/opensolaris/opengrok/analysis/csharp/CSharpSymbolTokenizer.lex
create: src/org/opensolaris/opengrok/analysis/csharp/CSharpXref.lex
create: src/org/opensolaris/opengrok/analysis/csharp/Consts.java
update: build.xml
update: src/org/opensolaris/opengrok/analysis/AnalyzerGuru.java
update: src/org/opensolaris/opengrok/analysis/c/CAnalyzerFactory.java
update:
src/org/opensolaris/opengrok/analysis/plain/XMLAnalyzerFactory.java
update: src/org/opensolaris/opengrok/index/Filter.java
update: src/org/opensolaris/opengrok/index/IgnoredNames.java
update: web/httpheader.jspf
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev