From: SourceForge.net <no...@so...> - 2006-05-22 16:17:00
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3744683 By: fabioz What you just described should actually be the 'forced builtins' (making some source folder be considered as if it was a builtin... you specify it on the interpreter configuration (http://www.fabioz.com/pydev/manual_101_interpreter.html) As for the 'consider names as globals', it just means that some token should be considered in the global namespace at all times (so that pydev does not report 'undefined variables' for that token). Cheers, Fabio p.s. I'll explain it better in the manual ______________________________________________________________________ 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 |