English 中文(简体)
Pydev的“文献资料”特征?
原标题:"Show in documentation" feature in Pydev?
  • 时间:2011-02-24 04:51:05
  •  标签:
  • pydev

Pydev是否有一个“文件技巧”的特征,能够以网络浏览器等形式展示密码项目的灰色文献? 如果没有这样的特征,是否有办法安装?

问题回答

暂无回答




相关问题
pydev 1.5.3 not working fine with Easy Eclipse 1.3.1

I installed Pydev 1.5.3 (so that I could get the merged version of Pydev Extensions in core PyDev) in an EasyEclipse 1.3.1 installation. After this, Compare with > Base revision etc. comparison ...

Eclipse (with Pydev) keeps throwing SyntaxError

My code: print "Hello World!" I even tried adding a semicolon behind, but everytime I save and run (as Python run) it says: File "E:SoftwareEclipseWorkspacePython1srcmain.py", line 1 ...

Python programming on Eclipse with Pydev

I need major help getting started! I managed to create a new project, and add python.exe as the interpreter. But when the project is created it s blank. How do I start programming? Ugh.

Imports with Pydev/Eclipse

I m working with the interactive console in eclipse, and reload does not show updated functions in my code. My code was : def func1(): return 1 def func2(): return 2 but when I ...

How do I select a file within a .app in Mac OS X?

I m trying to configure PyDev in eclipse, and as part of that I m trying to add some source folders to the External Libraries section for PYTHONPATH. However, when I click "Add source folder" in ...

How to create program startup parameters in python

I m just beginning to learn python and the program I m writing requires parameters for it to run with a specific task. For example (programs name is Samtho) samtho -i Mozilla_Firefox How can I do ...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

热门标签