Feature #205

Content of .java files

Added by Christian Dehning 976 days ago. Updated 973 days ago.

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,

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.

Ok...You should take a look into the fileextension.properties files in the etc directory of the distribution.
There is a line
java = com.soebes.supose.scan.document.ScanJavaDocument
Just 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 Christian Dehning 976 days ago

Tested and works very good.

Updated by Karl Heinz Marbaise 973 days ago

  • Status changed from New to Rejected

Cause it's working i will close this feature request.

Also available in: Atom PDF