Author Topic: Class tool window finds super class in wrong language  (Read 3711 times)

jbhurst

  • Senior Community Member
  • Posts: 405
  • Hero Points: 33
Class tool window finds super class in wrong language
« on: May 03, 2007, 02:18:35 AM »
Hi,

I have tagged my Ruby runtime libraries in the "Ruby" Tag Files category in the Tag Files dialog. I created a Java project with unit tests, and forgot to add junit.jar to the tag file for the workspace. In the Class tool window, I get my Java test class having a Ruby base class! See attached shot. (I don't have any Ruby files in this workspace, honest.)

I don't think it's a problem with tagging generally, since trying push-tag on the TestCase in the file correctly reports "Tag 'TestCase' not found." Seems like just the Class tool window is getting a little confused.

Comments?

John Hurst
Wellington, New Zealand

Ryan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 986
  • Hero Points: 77
Re: Class tool window finds super class in wrong language
« Reply #1 on: May 03, 2007, 01:54:30 PM »
Hi John,

What happens when you do have junit.jar tagged with this particular example?

- Ryan

jbhurst

  • Senior Community Member
  • Posts: 405
  • Hero Points: 33
Re: Class tool window finds super class in wrong language
« Reply #2 on: May 03, 2007, 07:35:36 PM »
Ryan,

I should have said: it works fine with junit.jar tagged.

Thanks

John Hurst
Wellington, New Zealand