Changes between Version 420 and Version 421 of DjangoResources


Ignore:
Timestamp:
Jul 17, 2014, 11:00:35 AM (10 years ago)
Author:
Richard Cooke
Comment:

Noting Notepadd++ is based on Scintilla & Windows only. Adding Scite - cross platform Scintilla based editor.

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v420 v421  
    455455 * [http://www.activestate.com/komodo-ide Komodo IDE] - "The Professional IDE for Python, PHP, Ruby, !JavaScript, Perl, Web and Cloud Dev"
    456456 * [http://webpages.charter.net/edreamleo/front.html LEO] - "A premier Integrated Development Environment, fully scriptable using Python."
    457  * [http://notepad-plus-plus.org/ Notepad++] - "Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License."
     457 * [http://www.scintilla.org/SciTE.html Scite] - "SciTE is a [http://scintilla.org/ Scintilla] based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs"  Available as source code and read-to-go binaries/installers for Windows, Linux, and OS X. ''For Python development Sciite has a few features missing in Notepad++.''
     458 * [http://notepad-plus-plus.org/ Notepad++] - "Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License."  Windows Only, based on [http://scintilla.org/ Scintilla] a free source code editing component.
    458459 * [http://www.jetbrains.com/pycharm/ PyCharm] - "Powerful IDE with complete set of tools for development with Python and web development with Django."
    459460 * [http://pydev.org/ PyDev] - "!PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and !IronPython development."
Back to Top