[Pydev-users] [pydev - Users] RE: using PyDev on differen file extensions
Brought to you by:
fabioz
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 |