Jump to content


Code Completion


  • Please log in to reply
1 reply to this topic

#1 arkmobile

arkmobile

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 31 March 2007 - 06:52 PM

I've noticed that when i create new projects the code completion doesn't work for code within my project but it can be fixed by putting the full path to your source in the jcp file like so:

CODE
<source_path>c:\path\to\project\source\</source_path>


I just spent about 4 hours figuring this out so I thought i would share it with the community.

OR

You can add the path to your source under Project --> Project Settings --> Required Library  (I added both the source and the classes before it worked)

#2 Arobert

Arobert

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 04 July 2007 - 06:01 AM

QUOTE(arkmobile @ Mar 31 2007, 06:52 PM) View Post
I've noticed that when i create new projects the code completion doesn't work for code within my project but it can be fixed by putting the full path to your source in the jcp file like so:

CODE
<source_path>c:\path\to\project\source\</source_path>


I just spent about 4 hours figuring this out so I thought i would share it with the community.

OR

You can add the path to your source under Project --> Project Settings --> Required Library  (I added both the source and the classes before it worked)


Small tip, but smart, useful to me, Thanks for info.