How can I get the source code for Komodo Edit? [closed]
Asked Answered
G

3

5

How do I get the source code for Komodo Edit?

Komodo Edit is an open source text editor. I want to inspect and learn from the source code for Komodo Edit.

In the download location, http://downloads.activestate.com/Komodo/releases/5.1.4/, I can only see binaries. How do I get the full source code?

Giraldo answered 2/8, 2009 at 1:36 Comment(1)
It seems that the URLs have been changed for browsing onlineFootage
G
3

Apparently the only way is to get the source code through Subversion. From the Open Komodo Development README:

The Open Komodo sources are kept in a Subversion repository hosted at the openkomodo.com site. Read-only public access is available via:

svn co http://svn.openkomodo.com/repos/openkomodo/trunk openkomodo

For Windows, using TortoiseSVN (see Practical guide to subversion on Windows with TortoiseSVN for installation, setup and use):

Right click on <folder to receive the source code>/SVN Checkout/set "URL of repository" to "http://svn.openkomodo.com/repos/openkomodo/trunk"

The result was 15164 files in 6120 folders, 138 MB transferred, 348 MB on disk.

Including 93 C files, 138 C++ files and 971 Python files.

The source code files can also be browsed online.

Giraldo answered 17/2, 2012 at 23:21 Comment(0)
P
8

The source for Komodo Edit is available on the Open Komodo Project's Website.

Perdition answered 2/8, 2009 at 1:41 Comment(0)
G
3

Apparently the only way is to get the source code through Subversion. From the Open Komodo Development README:

The Open Komodo sources are kept in a Subversion repository hosted at the openkomodo.com site. Read-only public access is available via:

svn co http://svn.openkomodo.com/repos/openkomodo/trunk openkomodo

For Windows, using TortoiseSVN (see Practical guide to subversion on Windows with TortoiseSVN for installation, setup and use):

Right click on <folder to receive the source code>/SVN Checkout/set "URL of repository" to "http://svn.openkomodo.com/repos/openkomodo/trunk"

The result was 15164 files in 6120 folders, 138 MB transferred, 348 MB on disk.

Including 93 C files, 138 C++ files and 971 Python files.

The source code files can also be browsed online.

Giraldo answered 17/2, 2012 at 23:21 Comment(0)
A
-3

Start your search with Komodo Community.

Amandy answered 2/8, 2009 at 1:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.