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
2
votes
0 answers

ModuleNotFoundError: No module named 'urllib2'

So I have import urllib2 in Python 3.2, using komodo edit (not sure if that matters) Using it in these spots opener = urllib2.build_opener() ... request = urllib2.Request(src, headers={ 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64;…
SnowboardBruin
  • 3,645
  • 8
  • 36
  • 59
2
votes
1 answer

Komodo edit syntax highlightening

I just installed Active state's komodo edit on my Windows. It's running fine but unable to detect syntax errors in php file. Like this code phpinfo() foo[] is my name ?> There must be a red error highlighted line beneath the…
Fawaz Qamar
  • 71
  • 1
  • 9
2
votes
1 answer

Komodo Edit does not support shtml code hinting?

I have searched a lot about this feature but it seems that Komodo edit does not support any shtml intellisense. I cannot believe this as I finally found a great HTML/CSS/JavaScript/jQuery editor but no SHTML support! I thought that I have finally…
seedg
  • 21,692
  • 10
  • 42
  • 59
2
votes
1 answer

Komodo Edit auto-complete won't find a Python module

I am using Komodo edit on a Python file on Windows. When I type import s it successfully lists all the importable files starting with s, including one of my modules in one of my directories. When I type import t it lists all the importable files…
Oddthinking
  • 24,359
  • 19
  • 83
  • 121
2
votes
1 answer

Komodo Edit and localhost

Having Windows7x64, WAMP server and Komodo Edit, I want to open in browser via localhost local file c:\wamp\www\site1\index.php with simple phpinfo(); inside. - And yes - I did mapping in Edit - Preferences - Mapped URIs ( http://localhost/site1…
Mike
  • 595
  • 1
  • 5
  • 10
2
votes
3 answers

can you group multiple images in a div

Example given below
user2223285
2
votes
1 answer

Is there a way to lock a file in Komodo Edit?

Our team uses ActiveState Komodo Edit to edit files on remote hosts. Is there a way (like in VIM) to lock a file for editing if it is already opened for editing?
rlib
  • 7,444
  • 3
  • 32
  • 40
2
votes
1 answer

Komodo Edit - Autocomplete filling script tag with wrong attributes

I am using Komodo Edit 8.0. Whenever I add a