Thread: [Pydev-users] [pydev - Users] Issues with build option and pylint output
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-10-11 19:45:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3958245 By: wegster I'm not sure when this started, but it seems previously I was able to see pylint output in a console window. Currently, I'm unable to select 'Project/Build Project' to get pylint output only, so while pylint is running and updates the 'problems' tab, the actual output/code 'grading' etc only appears, and is cleared, whenever I run a python module. Any way to either allow building and thus pylint'ing of the current project, or force pylint to run manually within eclipse, or other suggestions? ______________________________________________________________________ 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-10-11 21:54:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3958411 By: fabioz In the preferences for PyLint, is 'redirect ______________________________________________________________________ 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-10-11 21:54:30
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3958412 By: fabioz In the preferences for PyLint, is 'redirect Pylint to console' checked? ______________________________________________________________________ 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-10-11 21:59:11
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3958419 By: wegster Yes it is. This is Eclipse 3.2.1 on Linux, latest PyDev + registered PyDev Extensions..not expecting that to make a difference, but to clarify :-) I can see the output scroll by and then the console is cleared when I go to execute a module that has changes made to it, but seems to be no way to not lose that output, to build the project manually via build menu, or retain/view the pylint output.. ______________________________________________________________________ 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-10-11 22:06:22
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3958429 By: fabioz Actually, it should not be the same console that is cleared -- Eclipse will create a new one for your run -- the pylint console can still be selected in the console view (you just have to make it active again). 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-10-12 05:20:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3958794 By: wegster Ok, then I'm totally confused. I can build manually now (auto-build had been selected), but only have a single console tab open in the pydev perspective, which seems to only have the stdout/module output. Is there some way I can force an additional console open for pylint output? Or, optionally, a way to manually kick off pylint, including output to console? Max deltas for pylint is set high, at 9999, no difference. I know it's running at some point b/c it eventually updates the problems tab with warnings/errors, but I can't see the output. This has _got_ to be something simple I'm missing here...?? ______________________________________________________________________ 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-10-12 05:35:11
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3958804 By: wegster Ok, _mostly_ solved. For some reason, it's not spawning a second console tab, but I can select a different console view using the toolbar. Now, the question becomes, can I pin the 'other' console to stay there as _well_ as the normal stadout/console? Sorry, seems to be an Eclipse-ism vs a PyDev issue, I think..? ______________________________________________________________________ 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-10-16 11:33:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3965435 By: fabioz Well, yes, it is mostly related to eclipse... still, if you take a look at the console, there's a 'pin' button there that should do what you want. 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 |