From: SourceForge.net <no...@so...> - 2006-07-03 21:14:08
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3806017 By: fabioz Can you give an example on what you're trying to achieve? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-07-04 08:00:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3806659 By: shahbaztyagi Hi, for example if I want to write import javax.swing as jyswing then can I get all the packages of javax after ".", so that I can choose which package of javax I need, like in Eclipse. Thanks ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-07-04 11:06:00
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3806857 By: fabioz Well, that particular example works for me... have you configured your project as jython? Check http://fabioz.com/pydev/manual_101_root.html for details on how to correctly configure stuff. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-07-04 14:03:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3807041 By: fabioz Is the PythonCompletionProcessor.computeCompletionProposals being called when you do it? It might be that the ctrl+. action is not correctly set in your plugin? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-07-05 07:51:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3807830 By: shahbaztyagi PythonCompletionProcessor.computeCompletionProposals is being called every time I do ctrl+Space...and then all the kewwords come. But when I do it after "javax." it goes in the computeCompletionProposals, but nothing comes. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-07-05 10:36:41
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3808013 By: fabioz Do you have something in your error log? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-07-05 11:24:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3808050 By: shahbaztyagi Hi, Sorry to disturb you so much....but there is no error in logs...Let me tell you the whole thing...may be u gt some clue out of this. I have developed my own script pluin where I am running jython and python scripts. For this I have extended PyEdit class in my main editor class. I am able to run python/jython scripts successfully. The prob is coming in while writing the script. On "ctrl+Space", it shows me only locally defined members or kewwords, not other than these. For example... If I write "java." and then presses "Ctrl+Space", nothing comes up... Also I want to know that my outline view is not coming, how can I get that. thanks ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-07-05 11:28:40
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3808054 By: fabioz Ok, I think that this discussion is better suited for the pydev-code list, so, please post it there -- and I'll answer you there ;-) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-07-05 11:49:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3808075 By: shahbaztyagi where is it? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-07-05 12:21:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3808108 By: fabioz http://lists.sourceforge.net/lists/listinfo/pydev-code ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |