Скачать komodo edit для windows 10

Скачайте последнюю версию Komodo Edit для Windows. Среда IDE, адаптированная для программирования на динамических языках. Komodo Edit - интегрированная мультиплатформенная...

Скачивай, открывай новое, делись с друзьями

Windows

Komodo Edit icon


265.8 k



Среда IDE, адаптированная для программирования на динамических языках

Приложения, рекомендуемые для вас

Opera GX icon

Браузер, ориентированный на игроков

Telegram for Desktop icon

Общайтесь со всеми своими контактами в Telegram со своего рабочего стола

Zoom Cloud Meetings icon

Видеозвонки и конференции с массой других возможностей

AutoClicker icon

Автоматизация нажатий мышкой на компьютере

WhatsApp Desktop icon

Общайся с друзьями через десктопную версию Whatsapp

iTunes (64-bit) icon

Совершенный партнер для вашего нового iPod или iPhone

Scratch icon

Создавайте собственную анимацию очень простым способом

Python icon

Объектно-ориентированный динамический язык программирования

Больше информации

Лицензия Бесплатно
ОС Windows
Раздел Общие
Язык Pусский
Автор ActiveState Software Inc.
Размер 90.02 MB
Загрузки 265,794
Дата 10 авг 2018
SHA256 28a4d1dc9d7a015c7ea4f97e5916d73deead965a6ba41fa33936773fa0272a2c
Почему это приложение опубликовано на Uptodown?

(Больше информации)

Похожие на Komodo Edit

Python icon

Объектно-ориентированный динамический язык программирования

Atom icon

Полнофункциональный текстовый редактор для программистов от GitHub

Visual Studio Code icon

Многоплатформенный редактор кода для Microsoft

Brackets icon

Динамическая среда для веб-разработки

Android Studio icon

Новая среда программирования для Android

Android SDK icon

Среда для программирования под Android

Avocode icon

Avocode

Eclipse IDE icon

Самая популярная среда разработки

Vim icon

Bram Moolenaar

CudaText icon

UVviewsoft

DBeaver icon

Управляйте несколькими базами данных с помощью одного единственного инструмента

Android Studio icon

Новая среда программирования для Android

EmEditor Professional icon

Emurasoft

UltraEdit icon

Все, что нужно программисту от редактора

Exportizer icon

VLSoftware.net

GameMaker Studio icon

Создавайте собственные игры для любых платформ

Feature Komodo Edit Komodo IDE
Multi-Language Editor
Auto-Complete & Calltips
Multiple Selections
Toolbox
Projects & Places Manager
Skins & Icon Sets
Minimap
Track Changes
Commando
Kopy.io Integration
Unit Testing
Print Debugging
Live Previewing
Project Wizard
Dependency Detector
Universal Package Manager
Clipboard Manager
Slack Sharing
Tutorials
Chrome Debugging
Gulp, Grunt, NPM, Yarn Integration
PhoneGap & Cordova Integration
Symbol Browser
Run In-Line Tool
Docker Integration
Vagrant Integration
Shell Scope
Custom Workspaces
Track Changes with VCS
Code Refactoring
Code Browser
Visual Debugging
Rx (Regular Expression) Toolkit
HTTP Inspector
Version Control System Integration
Database Explorer (MySQL, Oracle, etc.)
Interactive Shells (Python, Perl, Ruby, Tcl)
Publishing
Synchronize Multiple Workstations
Real-Time Code Collaboration

Komodo Edit

This readme explains how to get started building, using and developing with
the Komodo Edit source base.

Whilst the main Komodo Edit source is hosted under this repository you may also
want to check out the individual component/addon repositories under
https://github.com/Komodo in case you only want to contribute to a specific
component. This’ll save you some time and hassle as you would not have to build
the entire project.

Table of Contents

  • Screenshot
  • Download
  • Feedback
  • Building Komodo
    • Building on Windows
    • Building on Mac
    • building on Linux
    • Building with Docker
    • Building Complications

Screenshot

Screenshot

Download

You can download Komodo Edit here.

Feedback

There are several ways to get in contact with the Komodo devs:

Github: https://github.com/Komodo/KomodoEdit

Forums: http://forum.komodoide.com/

Bug Tracker: https://github.com/Komodo/KomodoEdit/issues

IRC: irc://irc.mozilla.org/#komodo

Mailing Lists: komodo-discuss & komodo-beta & komodo-announce

Building Komodo

Note that these are simplified steps of the building process, for a more in-depth
guide check (outdated) BUILD.txt.

Building on Windows

  • Prerequisites
  • Building Steps

Prerequisites

  • Python >=2.7 (but not Python 3.x yet). You can install ActivePython from here.

  • Visual C++ 11.0 (aka Visual Studio 2012) and all the Platform SDKs for
    building Mozilla with vc11 as described here.

  • Install version 1.9.0 of «MozillaBuild-$ver.exe» package into the default dir
    (i.e. «C:mozilla-build»).

    • Once installed remove the wget and hg directories
    • Download version 2.2.0 and install it to a temp directory, then copy the wget directory from 2.2 to the 1.9 install directory
  • Install the Perl <= 5.22

  • Install Mercurial

See http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites for
more details on Windows build prerequisites. However, following the above
steps is meant to be sufficient to get Komodo building.

Building Steps

  • Checkout Komodo Edit: git clone https://github.com/Komodo/KomodoEdit.git

  • Using the command line, enter your checkout directory and run:

     cd mozilla
     setenv-moz-msvc11.bat
     python build.py configure -k 11.10
     python build.py distclean all
    

    This will configure and build mozilla and can take anywhere from 30 minutes
    to several hours to complete (depending on your specs). For most modern
    machines it should be about an hour.

  • After mozilla is built successfully go back to the main repo directory and
    build komodo:

     cd ..
     set PATH=utilblack;%PATH%
     bk configure -V 11.10.0-devel # --without-binary-dbgp-clients
     bk build
    

    This should take significantly less time than building Mozilla.

  • Once the build has completed you can simply run Komodo by executing bk run

Upon making any modifications to the source you will again have to run bk build,
or simply bk build && bk run to quickly get back into Komodo. Subsequent builds
should be a lot faster as much of the compiled data is cached.

Building on Mac

  • Mac Prerequisites
  • Building Steps

Mac Prerequisites

  • Python >=2.7 (but not Python 3.x yet). You can
    install ActivePython from here.

    If you prefer the Python builds from python.org should be sufficient as well.

  • Xcode 6.4(SDK 10.9 & 10.10). For 8.0 see below. You can get version 6.4 from the developer downloads site.

  • MacOSX10.10.sdk or older

  • IDE ONLY SDK 10.8 for Code Intel. Can be found in Xcode 5.1.1

  • If you have/need other versions of Xcode installed then you can use xcode-select to change the active Xcode:

    $ xcode-select -s /Path/To/Xcode 6.4.app/

  • Xcode Command Line Tools.

    Open the Xcode preferences, then in the Downloads tab, select and install the
    Command Line Tools.

  • MacPorts. (Note: Fink may work too but most of the
    build testing and instructions is done with MacPorts.)

  • autoconf v2.13. Once you have MacPorts installed you need just run
    sudo port install autoconf213

  • ensure you are using clang or gcc 4.2 (or higher)

See http://developer.mozilla.org/en/docs/Mac_OS_X_Build_Prerequisites
for more details on Mac OS X build prerequisites. However, following the
above steps is meant to be sufficient to get Komodo building.

Xcode 8 Prerequisites

Officially we do not support Xcode 8, however it is possible to build Komodo
under Xcode 8 using a new extra steps.

  • Copy over the 10.8 and 10.9 SDK’s from an older XCode install, they should be in:
    Xcode.app/Contents/Developer/Platforms/macOSX.platform/
  • Set MinimumSDKVersion to 10.9 in Xcode.app/Contents/Developer/Platforms/macOSX.platform/Info.plist
  • Ensure you are using ccache 3.1 (later versions will break)
  • Configure Mozilla with --options=disable-webrtc

Building Steps

  • Checkout Komodo Edit: git clone https://github.com/Komodo/KomodoEdit.git

  • Using the terminal, enter your checkout directory and run:

     1) cd komodo/mozilla
     
     2) python build.py configure -k 10.10
     
     3) python build.py all
     
        or 
     
        python build.py distclean all
        (to delete and re-download Mozilla again)
    

    This will configure and build mozilla and can take anywhere from 30 minutes
    to several hours to complete (depending on your specs). For most modern
    machines it should be about an hour.

** Building with GCC 5.0 and higher **

If you are using GCC 5.0, the build may fail. If it does,
there are changes that need to be made to two files. However, if you are running
a clean build for the first time, you need to allow this part of the build to fail
first. This is because the files are in the Mozilla part of the build which has to
be downloaded first.

These files need to be changed:
  1. /KomodoEdit/mozilla/build/moz3500-ko9.10/mozilla/configure.in
 @@ -7509,8 +7509,6 @@
 eval $(CXX="$CXX" HOST_CXX="$HOST_CXX" $PYTHON -m mozbuild.configure.libstdcxx)
 AC_SUBST(MOZ_LIBSTDCXX_TARGET_VERSION)
 AC_SUBST(MOZ_LIBSTDCXX_HOST_VERSION)
+   CXXFLAGS="$CXXFLAGS -D_GLIBCXX_USE_CXX11_ABI=0"
+   HOST_CXXFLAGS="$HOST_CXXFLAGS -D_GLIBCXX_USE_CXX11_ABI=0"
fi

See bug #1153109 in Mozilla’s bug database for more information.

  1. /KomodoEdit/mozilla/build/moz3500-ko9.10/mozilla/dom/ipc/Blob.cpp
@@ -3874,7 +3874,7 @@
// Make sure we can't overflow.
if (NS_WARN_IF(UINT64_MAX - aLength < aStart)) {
  ASSERT_UNLESS_FUZZING();
-    return nullptr;
+    return false;
}

ErrorResult errorResult;
@@ -3883,7 +3883,7 @@

if (NS_WARN_IF(aStart + aLength > blobLength)) {
  ASSERT_UNLESS_FUZZING();
-    return nullptr;
+    return false;
}

See Porting to GCC 5 for more information.

  • After mozilla is built successfully, go back to the main repo directory and
    build komodo:

     cd ..
     export PATH=`pwd`/util/black:$PATH   # Komodo's "bk" build tool
     git submodule update --init
     git submodule update --remote
     bk configure -V 10.10.0-devel
     bk build
    

    This should take significantly less time than building Mozilla.

  • Once the build has completed you can simply run Komodo by executing bk run

Upon making any modifications to the source you will again have to run bk build,
or simply bk build && bk run to quickly get back into Komodo. Subsequent builds
should be a lot faster as much of the compiled data is cached.

Building on Linux

Building with Docker

The easiest way to get started is to use our Docker image, this will basically
provide you with a Ubuntu 12.04 based build of Komodo.

After cloning the repository simply navigate into {repo}/util/docker and check
out ./docklet --help

To use the docker image you need to of course have Docker installed as well as
have X11 forwarding enabled in your SSH client (should work by default on most
linux distros).

Prepare Docker Image

  • Build the docker image: ./util/docker/docklet image
  • Start your container: ./util/docker/docklet start
  • SSH into your container to start working: ./util/docker/docklet ssh

Your project files will be mounted at /komodo/dev

NOTE — if you are updating from a previous version where your project files were
at /root/komodo you will need to fix permissions on your Komodo project and
profile folders. Ie:

chown -R <my-username>:<my-group> <my-project-location>
chown -R <my-username>:<my-group> ~/.komodoide

You will also need to redo your build (distclean mozilla and komodo).

Building Steps

Once your image is prepared you can follow the building steps for linux as
described above. You will be running these from the docker container, so ssh into
it using the command above and then run the commands from /komodo/dev

Running

Once your build is complete you exit out of the container (exit) and can then
run Komodo with

./util/docker/docklet run

To rebuild Komodo (after making changes) and run it again you can use

./util/docker/docklet build run

If your changes are not being reflected you may need to clean your build, to do
this use

./util/docker/docklet clean

Or to do it all at once (clean, build and run)

./util/docker/docklet clean build run

Building Complications

If any errors occur during your first built-time and it is not obvious how to fix
the issue on your own please refer to the Feedback section on how to get in contact
with us.

Note that if building complications arise after you updated your repo with the latest
changes you might need to clear your local cache as it might be conflicting with the
new changes, to do this run bk distclean before running your build steps.

Pro-Tips

Build a single piece

Sometimes bk build is too much and bk build quick isn’t enough. If bk build quick doesn’t appear to pickup your changes, try pointing bk build at the piece in question.

Example

bk build build/release/modules/places #this will build the places module only

NOTE: Do not rely on this method as bk build quick is faster and in some cases does some steps that the above example won’t perform. Use it as a last ditch effort before you try bk distclean && bk build.




Поставить оценку
Средний рейтинг 3.6, всего оценок — 7

  • Скачать программу
  • Описание и функции
  • Скриншоты интерфейса
  • Комментарии пользователей
Название→ Komodo Edit
Версия→ 12.0.1
Лицензия→ Бесплатно
Поддержка→ Windows 11, 10, 8, Vista, XP
Размер файла→ 74.8 Мб
Разработчик→ ActiveState Software Inc.
Обновлено→ 01 февраля 2023

Komodo Edit — продвинутый редактор программного кода, который упрощает работу со сложными проектами.

Скачать для Windows

Скачайте последнюю версию Komodo Edit 12.0.1 с помощью MultiSetup или по прямой ссылке. Программа совместима с операционными системами Windows 11, 10, 8, Vista, XP разрядностью 32/64-bit, размер установочного файла — 74.8 Мб. Данный программный продукт разработан ActiveState Software Inc. и распространяется бесплатно. Также вы можете скачать программу с официального сайта.

Описание программы

Несмотря на то, что этот продукт создавался специально для программистов и веб-девелоперов, его полюбили и рядовые пользователи. Благодаря удобному интерфейсу и множеству полезных функций Komodo Edit подходит также для работы с обычным текстом.

Редактор поддерживает работу со всеми распространенными языками программирования. Для веб-разработчиков есть поддержка PHP, HTML и XML. В редакторе предусмотрена поддержка кода, а также функция автоматического дополнения. Есть удобный поиск с учетом множества параметров. Во встроенной библиотеке имеется большое количество готовых элементов, которые вставляются в нужный участок кода — для этого можно вызвать меню, которое отображается в правой части программы. Слева удобно отобразить меню, отображающее древовидный каталог файлов и папок.

Стоит также упомянуть, что Komodo Edit поддерживает плагины. С помощью дополнений можно настроить или изменить интерфейс программы, добавлять поддержку языков программирования, которых нет в версии из коробки.

Преимущества и недостатки

  • Работа с вкладками
  • Проверка орфографии
  • Настройка цветов для каждого отдельного проекта
  • Удобная навигация по папкам и файлам
  • Долго загружается по сравнению с другими редакторами

Скриншоты интерфейса

Комментарии пользователей

Komodo Edit from ActiveState is a free, open-source, multi-platform, multi-language editor (PHP, Python, Ruby, Perl and Tcl, JavaScript, CSS, HTML and template languages like RHTML, Template-Toolkit, HTML-Smarty, and Django). Background syntax checking and syntax coloring catch errors immediately, while autocomplete and calltips guide you as you write. Available on Windows, macOS, and Linux. XPI extensions allow you to create your own plug-ins. XPI extension support provides the same capability as Firefox, with all standard Mozilla APIs based on XUL, XBL, and XPCOM, plus own for Python and JavaScript. Other features include Vi emulation, Emacs keybindings, Code Folding, and Code Snippets.

Komodo Edit is a great editor if you’re looking for something powerful, yet simple. If you find yourself needing more advanced functionality such as debugging, unit testing, code refactoring, code profiling, plus some great integrations with other technologies (Gulp, Grunt, PhoneGap, Docker, Vagrant, etc.), Komodo IDE may be the tool you need.

Features and Highlights

Track Changes
The editor has gained a new left margin, which highlights unsaved changes, as well as any uncommitted SCC changes. Clicking on the margin shows a diff dialog of the changes, and allows you to revert individual changes. Sweet!

Commando (Go to Anything)
This powerful popup dialog is the combined successor of the Fast Open and Invoke Tool dialogs in previous versions of Komodo. Commando provides fuzzy matching, match highlighting, search for files (find any file under a folder), toolbox search, bookmark integration, shortcuts (go-tool) integration as well as custom category filtering.

GoLang Support
Google Go (GoLang) is now supported in Komodo and features syntax coloring, code folding, syntax checking (linting) and code intelligence

Markdown Viewer
For Markdown files, Komodo provides a preview of the generated HTML directly within a Komodo split view and contents dynamically update whenever you make a change to the Markdown text — it doesn’t even need to be saved.

Kopy.io Helper
Like Pastebin, now you can easily share snippets of code with other people directly from Komodo. Simply make a text selection and use the editor: right-click context menu and choose Share Code via Kopy.io. Kopy.io supports client-side encryption, so you can make those shared pastes more secure.

Color Schemes and Themes
«We’ve updated the Komodo color schemes and we’ve made Tomorrow_Dark the new default Komodo color scheme (a dark-based scheme). The Komodo UI has been updated to match the latest operating systems, so Komodo now looks even better. We also added the ability to tweak the editor line height spacing.»

Notifications
Notification messages shown to the user now appear in a separate popup panel that overlays the main Komodo editor window (they previously appeared in the Komodo status bar). This makes for more intuitive and informative use of Komodo; no more asking yourself «What just happened?».

Language Icons
Language icons have been overhauled to be consistent and easily identifiable by their colors and emblems. Komodo dynamically generates new icons for filetypes that it has not previously encountered, so you’ll always have unique icons for each language.

New Developer SDK
An overhaul of the Komodo APIs makes it easier to load and access the methods inside of Komodo. It’s now making use of CommonJS (aka Node.js) require() calls to load individual modules.

Note: Komodo Edit is the free and Open-Source counterpart of Komodo IDE.

Also Available: Download Komodo Edit for Mac

Download Komodo Edit Latest Version

Komodo Edit — это мультифункциональный многоязыковый текстовый редактор с поддержкой синтаксиса языков программирования (PHP, Ruby, Perl, Css, Python, Tcl, Django, JavaScript и др.). Встроенная фоновая проверка синтаксиса и выделения его цветом дает возможность находить ошибки сразу после их возникновения, а автозаполнение еще больше поможет упростить процесс написание кода. Дополнения формата XPI предоставляют возможность создания и добавления собственных плагинов.

В Komodo Edit содержится много полезных утилит, которые упростят жизнь любому кодеру. Встроенный браузер кода может быть синхронизирован с текущей позицией в редакторе, что даст возможность наблюдать за кодом в браузере во время совершения определенных действий в редакторе. В дебаггере подсвечиваются переменные, которые были изменены с момента прошлого запуска, позволяющие легко обнаружить к чему привели те или иные изменения. Komodo поддерживает несколько цветовых схем для подсветки синтаксиса, созданные преимущественно пользователями. Любой желающий может создать цветовую схему, а потом отправить ее разработчикам программы.

Komodo Edit - редактор программного кода Комодо Эдит

Komodo Edit — редактор программного кода Комодо Эдит

Komodo Edit (Комодо Эдит) — бесплатный редактор программного кода для различных динамических языков программирования с подсветкой синтаксиса.

Picture YaBrowser

Основные возможности Komodo Edit

Komodo Edit имеет поддержку широкого диапазона языков программирования и разметки таких как PHP, Python, Ruby, JavaScript, Perl, Tcl, XML, HTML 5, CSS 3 для различных платформ GNU/Linux, Apple Mac OS и Microsoft Windows.

Редактор имеет функцию подсветки синтаксиса, проверки синтаксиса на лету, а также автозавершения скобок, кавычек и зарезервированных слов.

Из примечательных особенностей это быстрый запуск, возможность удаленной работы с файлами, поддержка комбинаций горячих клавиш, инструментарий с интегрированной поддержкой командной оболочки, запись макросов и сниппетов, а также механизм расширений аналогичный Mozilla Firefox.

Komodo Edit - настройки редактора

Komodo Edit — настройки редактора

Редактор Комодо Эдит разработан для программистов, которым необходим многоязычный редактор кода с широкой функциональностью, но без характерных функций платной версии Komodo IDE, таких как отладчик, DOM-редактор, интерактивные оболочки, контроль проектов и контроль исходного кода.

Komodo IDE - бесплатный период

Komodo IDE — бесплатный период

Для тех же кто хочет опробовать коммерческую расширенную версию редактора — Komodo IDE, разработчиками предусмотрен бесплатный тестовый период сроком в 21 день, в течение которого пользователь может определиться с необходимостью для его задач, тех или иных дополнительных функций.

Из альтернативных редакторов обратите внимание на Sublime Text, AkelPad и Notepad++, так же представленные на нашем ресурсе RainbowSky.ru.

Komodo Edit скачать бесплатно можно с официального сайта программы по прямым ссылкам, расположенным ниже:

Скачать Komodo IDE Trial (90 Мб)

Скачать Komodo Edit Free для Win (75 Мб)

Разработчик: ActiveState
Официальный сайт: activestate.com

Komodo Edit

Download Komodo Edit

Komodo Edit is a free editing tool for creating applications and websites based on language like Python, PHP, Go, Ruby, Perl, Tcl, NodeJS, HTML, CSS and JavaScript.

Among the main features of the program will find syntax coloring, auto-formatting and code completion, the ability to simultaneously select and edit multiple pieces of code, displaying the mini map the entire source file, the ability to edit files in tabs, load files, and open folders and tools without having to use a mouse or a live previews of HTML text stored in Markdown.

Screenshot of Komodo Edit software running on Windows 10.

Komodo Edit also offers an interesting feature Track Changes is responsible for automatically saving the changes in the projects and the possibility of returning to the stage of creating the code. Selected pieces of code can also be easily shared through the service kopy.io.

The Free edition tool also offers automatic recognition of the code you type, project management using the embedded file manager, wrapping and development code fragments, creating wlepek and change the color theme editor in the dark.

If you find yourself needing more advanced functionality such as debugging, unit testing, code refactoring, code profiling, plus some great integrations with other technologies (Gulp, Grunt, PhoneGap, Docker, Vagrant, etc.), Komodo IDE may be the tool you need.

Понравилась статья? Поделить с друзьями:
  • Скачать kodu game lab для windows 10
  • Скачать kmp player для windows 7 32 bit
  • Скачать kodek lite для windows 10
  • Скачать kmp player для windows 10 с торрента
  • Скачать kmspico активатор для windows 10