pydev
Pydevd with virtual code or (source provider)
we´re having python source code stored in a sql database, the code is build together to a virtual python module and can be executed.[详细]
2023-04-04 06:35 分类:问答Pydev: Go to arbitrary module source?
In Pydev, is there a convenient way to open arbitrary (external, globally installed) module?Say, I want to see the source of markdown.blockprocessors module.How can I do that without typing an import[详细]
2023-04-04 03:44 分类:问答Python Interpreter not installed after installing Aptana Studio3
I was under the impression that installing Aptana Studio 3 also installed the python interpreter. when I try to create a PyDev project it says that \"Project Interpreter not specified\" So it will not[详细]
2023-04-03 08:55 分类:问答Eclipse Indigo with Syntax Highlighting for HTML/JS/CSS etc
I\'m using Eclipse Indigo with PyDev for python development tasks and I\'m unable t开发者_开发知识库o get highlighting to work for HTML/CSS/JS and the like files.[详细]
2023-04-03 06:10 分类:问答Running my program from PyDev with one click?
I am developing using the PyDev plugin in Eclipse. My program uses several classes in several files. I usually run the program using the green \"play\" icon or using Control+F11. The only problem is t[详细]
2023-04-03 02:55 分类:问答Referencing an external library in a Python appengine project, using Pydev/Eclipse
it\'s a couple of months I\'ve started development in Python - having myself a C# and Java background.[详细]
2023-04-02 19:37 分类:问答How to optionally import/construct class to member variable that will support IDE autocomplete
I have a Python library design that I\'m trying to clean up, but I noticed that one piece isn\'t auto-completing in Eclipse/PyDev. I\'m familiar enough for this not to be a problem for me, but its a l[详细]
2023-04-02 15:43 分类:问答Pydev say, "Unresolved import" error
hm.. Sometime, PyDev say \"Unresolved import error\". In my environment Python2.6.6 Eclipse3.7 PyDev2.2.2[详细]
2023-04-02 04:20 分类:问答View code within Python egg files in PyDev
One of the nice features of working in Eclipse with PyDev is that clicking F3 you can browse into almost anything. However, if the package you\'re using is contained in a Python egg, that doesn\'t wor[详细]
2023-04-01 05:45 分类:问答eclipse+pydev how to rename module?
I\'m using eclipse + pydev. I want to refactor and change the name of my module. I clicked on my module in the package explorer, but no refactoring (other than \'rename\') in the context menu. Similar[详细]
2023-04-01 00:55 分类:问答