Feature #205
Content of .java files
| Status: | Rejected | Start: | 06/04/2009 | |
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
Description
I need a way to configure the scanner, so it makes indexes of my java-file's content. I know this will produce a very huge index, so it should be a selectable option.
Only the comments and method signatures don't give us the big benefit of an svn-searching-tool.
History
Updated by Karl Heinz Marbaise 976 days ago
Hi Christian,
Ok...You should take a look into the fileextension.properties files in the etc directory of the distribution.I need a way to configure the scanner, so it makes indexes of my java-file's content. I know this will produce a very huge index, so it should be a selectable option.
Only the comments and method signatures don't give us the big benefit of an svn-searching-tool.
There is a line
java = com.soebes.supose.scan.document.ScanJavaDocumentJust change this to
java = com.soebes.supose.scan.document.ScanDefaultDocument
After this change the scan will parse the java file as a usual text file and will index the full contents of the file...I think this should fit your requirements...if not just give more details...
Kind regards
Karl Heinz Marbaise
Updated by Karl Heinz Marbaise 973 days ago
- Status changed from New to Rejected
Cause it's working i will close this feature request.