Questions tagged [komodoedit]

Komodo Edit is a multi-platform free and open-source code editor with support for PHP, Python, Ruby, JavaScript, Perl, Tcl, XML, HTML, CSS and more.

Komodo Edit is a free and open-source code editor. It is the free of charge version of . It runs on Windows, Mac and Linux. Komodo Edit has support for PHP, Python, Ruby, JavaScript, Perl, Tcl, XML, HTML, CSS and more. Among its features are syntax coloring, folding, background syntax checking, and excellent auto-complete and calltips. Komodo Edit could be extended by means of extensions in way like to those found in . However, some of those extension are restricted to the paid version Komodo IDE.

An official comparison between features of the free Komodo Edit and Komodo IDE is found here.

The official documentation are found here.

Latest version: Komodo Edit 11.0.2

133 questions
16
votes
9 answers

Komodo Edit and Notepad++ ::: Pros & Cons ::: Python dev

I'm using Notepad++ for python development, and few days ago I found out about free Komodo Edit. I need Pros and Cons for Python development between this two editors...
Jox
  • 7,132
  • 14
  • 49
  • 63
12
votes
5 answers

How to enable "live search" in eclipse?

In Komodo Edit, an input field is available in the toolbar. When I type text in it, it highlights matching search results. Is there something like this in Eclipse, either directly or via a plugin?
Nips
  • 13,162
  • 23
  • 65
  • 103
10
votes
5 answers

PermissionError [errno 13] when running openpyxl python script in Komodo

I am having trouble using openpyxl scripts in Komodo edit 9 and python 3.4 on Windows 7. I copied some openpyxl code to learn, but it won't execute from Komodo. I receive a permission error 13. I checked my path and python34 is present. The same…
Flynnpc
  • 331
  • 2
  • 3
  • 11
9
votes
1 answer

Enable jquery support in Komodo Edit

How can I enable jquery support (auto complete, function description) in Komodo Edit?
PaulP
  • 1,925
  • 2
  • 20
  • 25
8
votes
5 answers

Komodo Edit 5.2 Django Template Syntax Error - Info: previously mentioned

I am using Komodo Edit 5.2 for editing html and Django template files. It always shows a single syntax error inside the first {% block %} area on the first tag of my template. For example: {% extends "base.html" %} {% load i18n %} {% block title…
Lance McNearney
  • 9,410
  • 4
  • 49
  • 55
7
votes
5 answers

Komodo Edit - HTML reformatting / Tidy

Is there a simple way to reformat my HTML from within Komodo Edit or to automate the process against Tidy? Something like the Ctrl+K, Ctrl+D in Visual Studio would be brilliant. I am presently running Ubuntu with Tidy installed.
Dave
  • 103
  • 1
  • 2
  • 6
7
votes
3 answers

Komodo Edit 8.5 tab settings

I use Komodo Edit 8.5 and I have problems with tabs. When I press tab key it jumps 8 characters instead of 4 which I use in preferences (Edit – Preferences - Indentation). The "number of spaces per indent" is 4 and "Width of each tab character" is 4…
igoemon
  • 177
  • 2
  • 15
7
votes
4 answers

How can I run the first Python program in Komodo Edit 8.5?

I'm learning Python for the first time and I use Komodo Edit 8.5 to practice Python. But I don't know how to run a program in Komodo Edit. How can I do that?
Prasadika
  • 897
  • 2
  • 20
  • 36
6
votes
1 answer

Is it possible to use komodo edit as git core.editor (i.e. without forking)?

When using a gui text editor (e.g. komodo edit) as core editor for git (commit messages), that editor process must not be forked or else git will assume an empty commit message, because it "thinks" the editor would already be finished without…
RSeidelsohn
  • 1,149
  • 18
  • 33
6
votes
2 answers

What Komodo color scheme do you use?

I'm looking for a good color scheme for Komodo IDE.
Massimo Fazzolari
  • 5,185
  • 3
  • 27
  • 36
6
votes
1 answer

Create a Project in Komodo Edit

I have a set of PHP, HTML, CSS files that make up a website. I have got these files from a friend. Is there a way to create a project from these existing files in Komodo Edit?
Van de Graff
  • 5,043
  • 13
  • 39
  • 41
5
votes
2 answers

Komodo Edit - how to add code completion to a my files

I am new to Komodo Edit. How can I add IntelliSense to my own files? For example: myFirst.js that includes auto completion for objects or functions that were defined in mySecond.js? Also, how can I add auto completion to my CSS file from my HTML…
yoav barnea
  • 5,836
  • 2
  • 22
  • 27
5
votes
2 answers

How does one set the tab width in Komodo Edit?

This is a rather simple done in Emacs or NEdit, but I could not find how to setup tab width in Komodo Edit (I use 7.1).
user1134991
  • 3,003
  • 2
  • 25
  • 35
5
votes
2 answers

How to run Python in komodo

I am completely new to Python and wanted to try this code from the tutorial: istrue = 1 if istrue: print ("be carefull!") The code itself should be fine, but I can not find any way to execute this code inside the editor…
Matthias Pospiech
  • 3,130
  • 18
  • 55
  • 76
5
votes
3 answers

How can I get the source code for Komodo Edit?

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…
Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
1
2 3
8 9