From: SourceForge.net <no...@so...> - 2006-06-08 14:16:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3768159 By: nobody Well, here we go again. Did a little research through your code. The .py and .pyw extensions are hardcoded into org.python.pydev.editor.codecompletion.revisited.PythonPathHelper.isValidSo urceFile(...)-method. I'm currently not deep enough into the eclipse framework, but is it a logical thing to identify a valid source file as a file that is edited with the python editor, isn't it? So you maybe like to ask for the file-extensions that are associated with the python editor and compare them to the file extension of the files in the project. Please let me know if you could do it within a quick hack or whether I should try to take a deeper look into the eclipse framework to get this more flexible to the user. My mail is michag78[at]arcor[dot]de. thanks and regards, michael ______________________________________________________________________ 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-06-08 16:38:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3768377 By: fabioz Well, I think that checking for valid source files as files that are identified as being edited with the python editor would be a good thing. So, if you submit a patch for it, I would have no problems adding it (if you do the proper listening for when those files are changed and do the proper caching so that this does not become something slow, as checking for that is something pretty common). 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-06-14 18:35:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3779478 By: maddmike What would be nice if when you right click a file the PyDev editor was an option under the Open With command. ______________________________________________________________________ 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-06-18 19:28:33
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3784609 By: fabioz It does it if you register that extension before in the preferences: window > preferences > general > editors > file associations. 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-06-20 15:01:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3787542 By: nobody i am writing *.cgi scipts in python and have same problem, with "window > preferences > general > editors > file associations." can man activate color suport for python syntax, but Code Completion not working with other files as .py Need Help too. Sergei ______________________________________________________________________ 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-06-20 15:50:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3787617 By: fabioz There is already a feature-request for it: http://sourceforge.net/tracker/index.php?func=detail&aid=1436282&group_id=85796& atid=577332 So, you can extend the comments there -- more comments in a request can have the effect of making it be implemented sooner ;-). 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 |