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
1
vote
2 answers

Python + Komodo Edit

I am trying to get scapy to auto complete in komodo edit with no success, has anyone successfully done this? Thanks, Python New Comer
python_noob
  • 121
  • 1
  • 3
1
vote
2 answers

Is there a way for komodo edit to highlight variables that start with a '$' dollarsign?

Is there a way for komodo to highlight variables that start with a '$' dollarsign? An example would be variables like this: var $btn; I want to use these variables on javascript.
1
vote
1 answer

komodo edit won't recognize python packages on script execution but recognizes them in auto-complete

I am trying to setup Komodo edit to run Python scripts on a new Mac running Mavericks. I installed the ActiveState version of Python (ActivePython 2.7.5.6) and some necessary packages…
way112
  • 11
  • 2
1
vote
1 answer

If there a way to always have a list of choice when pressing Ctrl+Space on Komodo Edit?

I'm new to Komodo Edit / Python. I would like to know why Komodo gives me a list of word to autocomplete my current word sometimes while at other times, it gives me nothing or it auto completes my current word without asking me (even if there's…
RPDeshaies
  • 1,826
  • 1
  • 24
  • 29
1
vote
3 answers

How do you repeat a macro in Komodo Edit?

In many other editors, when you record a macro you can run that macro repeatedly. However, in Komodo Edit there is not an option to do so. In Komodo Edit, how do you repeat a macro X times, or repeat a macro to the end of a file? NotePad++ lets…
mattmc3
  • 17,595
  • 7
  • 83
  • 103
1
vote
0 answers

komodo edit ValueError: could not convert string to float:

Here is my source code using Python 2.7 in Komodo edit on a Macbook Pro. x=float(raw_input('Enter the outstanding balance on the credit card:')) y=float(raw_input("Enter the annual credit card interest rate as a decimal:")) z=float(raw_input("Enter…
Andros Wong
  • 173
  • 2
  • 11
1
vote
1 answer

Development Workspace and Local Git Repository

Im using Ubuntu 12.04 and KomodoEdit for developing NodeJS application. Also, Im using bitbucket.org for git repository of the application. The repository will have different branches Is it a good idea to use the local git repository as the…
JR Galia
  • 17,229
  • 19
  • 92
  • 144
1
vote
1 answer

how to fix Komodo PHP dll missing error?

When I open *.php files my Komodo gives me this error I checked and those dll do exist, they are not missing! I recently did a clean up of the temp folders for Windows, and this error start coming up. and this is what the Komodo Error log shows…
0bserver07
  • 3,390
  • 1
  • 28
  • 56
1
vote
1 answer

Python outputs only after script has finished in Komodo Edit

Forgive me if it's a silly question. I'm new to Python and scripting languages. Now I'm using Komodo Edit to code and run Python programs. Each time I run it, I have to wait until the program finished execution to see my "print" results in the…
Logan Yang
  • 2,364
  • 6
  • 27
  • 43
1
vote
2 answers

How to disable Komodo Edit's update suggestion?

The update screen that comes everytime is really annoying. How should I stop further suggesting? I'm running Komodo Edit, version 7.1.2, build 10678, platform linux-x86_64. Built on Fri Aug 17 19:51:14 2012.
Mohammad Naji
  • 5,372
  • 10
  • 54
  • 79
1
vote
6 answers

Regular Expression for Conditional Substitution of Angle Brackets

Is it possible to create a single regexp to replace < and > with their entity equivalents in Komodo Edit? s/<|>/<|>/
Paul Sweatte
1
vote
1 answer

Read-only files icon in "Places" on Komodo Edit

I am trying to change the icon for read-only files in "Places". I want to see a lock icon for read-only files, such as tab icons. How should I approach this?
ali
  • 61
  • 5
1
vote
1 answer

having on the fly PERL spell checker in ultraedit (as in komodo edit)

In Komodo Edit, the tool interactively informs you of syntax errors, many of them are just a typo. For example, let's say that I have typed (in PERL): use strict; my ($name); $name1="Schuller"; In this case, there should be a red underline under…
user1134991
  • 3,003
  • 2
  • 25
  • 35
1
vote
1 answer

pyodbc not recognised within komodo edit

pyodbc-3.0.6 does not appear to be recognised by Komodo Edit 7. Following install instructions from http://code.google.com/p/pyodbc/ the module is recognised through the command line interpreter; connects to SQL Server and generally behaves as…
Ross Halliday
  • 785
  • 6
  • 19
1
vote
1 answer

Komodo Edit macro to replace a specific word in current document with clipboard content; is it possible?

I created this macro to replace a specific word with another word in the current document, but ideally, I want to replace it with clipboard content. My current code is as follows: // Macro recorded on: Wed Jul 11 2012 01:29:42 GMT+0530 (India…
Asim
  • 401
  • 1
  • 5
  • 17
1 2 3
8 9