How to get the source code for Komodo Edit?
Komodo Edit is an open source text editor. I want to inspect and study the source code for Komodo Edit.
At the download location, http://downloads.activestate.com/Komodo/releases/5.1.4/ , I can only see binary files. How to get the full source code?
Apparently the only way is to get the source code through Subversion . From Open Komodo Development README :
Sources of Open Komodo are stored in a Subversion repository hosted on openkomodo.com. Read-only access is available through:svn co http://svn.openkomodo.com/repos/openkomodo/trunk openkomodo
Sources of Open Komodo are stored in a Subversion repository hosted on openkomodo.com. Read-only access is available through:
svn co http://svn.openkomodo.com/repos/openkomodo/trunk openkomodo
For Windows using TortoiseSVN (see TortoiseSVN Practical Guide for Subversion on Windows for installation, configuration, and use):
Right-click on <folder for source code> / SVN Place an order / set "repository URL" to "Http://svn.openkomodo.com/repos/openkomodo/trunk"
As a result, 15164 files were created in 6120 folders, 138 MB transferred, 348 MB per disk.
Including 93 C files, 138 C ++ files and 971 Python files.
Source files can also be viewed on the Internet .
The source for Komodo Edit is available on the Komodo Project website .
Start your search with Komodo Community .