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

How to set the default directory in Komodo from an an extension?

I'm working on a KomodoIDE/KomodoEdit extension that creates a new file and then opens it in a new editing tab using ... var obsvc =…
qpl guy
  • 1
  • 3
0
votes
1 answer

Importing .cix NumPy API catalog in Komodo Edit

I've generated a numpy.cix file by following the instructions given here: http://community.activestate.com/faq/generate-python-api-catalog via the command python gencix.py --onefile=numpy.cix --name="NumPy" --description="Python NumPy module"…
Pybe
  • 133
  • 8
0
votes
1 answer

Komodo Edit 8 - Previewing PHP Files on Local Server

I am trying to figure out how to correctly use the preview function in Komodo Edit 8. As of right now, when I press the globe icon to preview my file, one of two things happens: If I select preview in a Komodo Tab, the webview opens up on the…
Matt Cooper
  • 2,042
  • 27
  • 43
0
votes
1 answer

How to create bookmark in Komodo Edit 8.5 for FTP folder?

I used to use Coda and there was a function which allowing me to create bookmarks for ftp folders. Is there any analog function in Komodo Edit?
0
votes
1 answer

run ruby from within an IDE and have each piece of code return a value

I've noticed that when i run a ruby command prompt and enter anything, i always get something returned. 4 => 4 4.class => Fixnum The command prompt is fine but i want somewhere to save my ruby so i can open it again later etc. I downloaded…
5uperdan
  • 1,481
  • 2
  • 14
  • 30
0
votes
2 answers

Komodo Edit, No PHP autocomplete and calltips with XAMPP

I got a real problem with Komodo Edit v8.5.3: I use XAMPP XAMPP v1.8.3 [PHP: 5.5.6] to provide a local hosted server for Komodo. [Edit -> Preferences -> Languages -> PHP] ; here I configured the PHP stuff like this: **Default PHP Interpreter**…
Smeaven
  • 147
  • 3
  • 14
0
votes
1 answer

file types grouped, how to ungroup

in windows 7, after installed Komodo Edit, i tried to change filetype icon using FileTypesMan from NirSoft, but as weird as it is, as soon as I change desription for .js it changes to the same too for .php and vice-versa the other way too. My guess…
Peminator
  • 783
  • 1
  • 9
  • 24
0
votes
3 answers

Show file path in the tab when there are several files with the same name

Please take a look at the screenshot: As you can see there are 3 tabs with 3 different "index.xml" files opened. I've been looking for an option to show something like "folder/file.extension" in the tabs name to be able to differentiate the files,…
RafaelGP
  • 1,749
  • 6
  • 20
  • 35
0
votes
1 answer

How can I delete the right column in Komodo Edit 8?

Image Link You see, I want to delete the column in which my cursor is present, but it's nowhere mentioned in the documentation how to do it. I am using Komodo Edit 8. I even don’t know what it's called -right-column, right-column, markup, etc. This…
0
votes
1 answer

Komodo Edit Markup and .htaccess

Just curious if any one know the best "file type" to use to get .htaccess file to work with Komodo Edit's markup short cuts. Example: I want to comment a block of code, I highlight it and press CTRL+3. The markup is auto-added to comment out said…
SpYk3HH
  • 22,272
  • 11
  • 70
  • 81
0
votes
1 answer

Why do I get a red wavy underline in Komodo Edit when I try to load the NetAddr::IP library?

How do I load the NetAddr::IP library? I'm getting a red wavy underline in Komodo Edit. #!/usr/bin/perl -w use strict; use warnings; use CGI; use NetAddr::IP; # ~~~~~~~~~~~~~~ my $page = new CGI; print $page->header; my $ipaddress =…
smart boy
  • 671
  • 4
  • 11
  • 24
0
votes
1 answer

Komodo Edit 8 doesn't recognize Django tags for HTML5 pages

I am using Komodo Edit 8 for a Django project. HTML5 pages do not recognize django template tags for syntax highlighting or code intelligence. However, HTML pages do accurately recognize these tags. Is there a setting that can be adjusted? Can I…
pymarco
  • 7,807
  • 4
  • 29
  • 40
0
votes
1 answer

Komodo edit 8 - Python3 user input

I am having on going issues with this new editor to try and run code with user input. I have selected the python3 interpreter in the preferences: /usr/local/bin/python3 I have also set a shebang at the top of a .py file and I am using the following…
user981261
0
votes
1 answer

How to hide Status Bar in Komodo Edit

Hellow Im using Komodo Edit and want to hide status bar Maybe where is some options to shell execution ?
IvanM
  • 2,913
  • 2
  • 30
  • 30
0
votes
1 answer

Komodo Edit 7 Run button is disabled

I have installed Komodo Edit 7. I am trying to run a simple Perl script. In the Run Command popup box I have chosen Run as "%F", but the Run button remains disabled. Even after choosing different options, it always remains disabled. It works fine on…
user466663
  • 815
  • 4
  • 18
  • 40
1 2 3
8
9