blob: 5118f8bcf4b62c704c755799ab1c04577d970a92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>dev-tools</herd>
<longdescription>
So, first thing... what is Pydev?
PyDev is featured as a plugin for eclipse for editing, running and
debugging Python scripts. It has already proven stable, even though it
has still not reached version 1.0. Some features provided are:
Code Completion (disabled by default - check the preferences page.)
Refactoring with bicycle repair man
Outline
Find definition (powered by bicycle repair man)
Debugger
Content Assistant
Code Coverage
Pydev is licensed under the Common Public License and is implemented in java
as a set of plugins to the Eclipse platform.
</longdescription>
</pkgmetadata>
|