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

Writing Komodo Edit extensions in Python

Has anybody got any idea how to write an extension for Komodo Edit 6 in Python?
user559611
4
votes
5 answers

PHP Komodo getter/setter auto-generation

Does Komodo support getter/setter auto generation a la NetBeans or Eclipse? If so how do I use it? I can't seem to find it.
ashurexm
  • 6,209
  • 3
  • 45
  • 69
3
votes
3 answers

How to setup Komodo Edit for Python 3.2

I would like to use Komodo Edit to edit scripts written in Python 3.2. How do I setup Komodo Edit to run the Python 3.2 interpreter? I am using the latest version of Mac OSX. The reason I ask because I am currently using Komodo Edit and am running…
David
  • 14,205
  • 20
  • 97
  • 144
3
votes
1 answer

Calltips/Docstring while viewing function list?

I just recently switched to Komodo for Python programming, and I'm loving it so far. I love how if I type a function name, followed by the open-paren (, it opens the calltip/docstring. I also love how if I type a module name, followed by ., it…
prelic
  • 4,450
  • 4
  • 36
  • 46
3
votes
4 answers

Komodo Edit: How to refresh the directory tree status

I've tried "Refresh Status" from the context menu, but this doesn't work for me. When I have deleted or added files in the tree display directory, it doesn't display them in the directory tree until I close Komodo Edit, and restart it. This is too…
mlzboy
  • 14,343
  • 23
  • 76
  • 97
3
votes
1 answer

Komodo Edit "new command" options memory

I am using Komodo Edit 5.2.4. I have set up a custom "new command" which takes some input from the user and executes a program with it. This works fine, but I want the ability to default the options to the options the user previously selected the…
Mike Gates
  • 1,874
  • 3
  • 21
  • 40
3
votes
1 answer

Switching word wrap automatically on in Komodo Edit when opening file

I use Komodo Edit 8.5 and i want to set the word wrap automatically on, when i'm opening a file. Unfortunately i can't find this setting in "Edit > Preferences". Can you help me? And exists there a possiblity to change this settings in the…
3
votes
1 answer

komodo edit 7.1 doesn't recognize html5 tags in php mode

The title is pretty explicative! In php mode komodo edit assume html4 and raise errors when html5 tags like article, time, section are used. This could be pretty troublesome since it could cover php errors. Is there a way to fix this?
Bakaburg
  • 3,165
  • 4
  • 32
  • 64
3
votes
2 answers

How to take advantage of the autocomplete with Komodo

I am a noob to Komodo and I'm trying to figure out how to use it to my best advantage. One thing keeps bugging me & there's probably a very simple answer. As an example, when I type if(isset($_GET[' Komodo will automatically fill in the rest of…
JakeParis
  • 11,056
  • 3
  • 42
  • 65
3
votes
1 answer

Komodo Edit Function and Require autocompletion

I'm not sure what to call it so I'm calling it hints. I notice that whenever I'm calling a function, and I hover over that line, little popup bubbles appear that show me the first comment in said function definition. Helps keep track of what that…
user1159454
  • 3,267
  • 3
  • 19
  • 25
2
votes
1 answer

Equivalent of Komodo's "show unsaved changes" in Aptana Studio?

I've been using Komodo Edit for the last few years, but am once again thinking of switching to Aptana Studio because of it's built in refactoring tools for Python. One of the features I use all the time in Komodo Edit is "show unsaved changes". This…
user1175849
  • 1,305
  • 9
  • 14
2
votes
1 answer

Komodo Edit - How to modify the default "Find all functions" regex

In Komodo Edit 6.1 , there is a nice feature to find and highlight all the functions (navigation->Find all functions ctrl+F8). It searches based on a Regex to find all the functions, which is this : ^[ …
Majid
  • 2,845
  • 3
  • 15
  • 14
2
votes
1 answer

Komodo Edit and SSH Private Keyfile in Pageant for Amazon EC2

I would like to use Komodo Edit to edit files on my Ubuntu Amazon EC2 instance (running Django). According to this Old Nabble from 2008 (oh boy) Komodo Edit should support SSH authentication via Pageant keyfiles. So, I imported my .pem keyfile in…
urbushey
  • 1,339
  • 1
  • 13
  • 21
2
votes
2 answers

What would Komodo Edit's language association be for lesscss?

I've created a file association of *.less to CSS for editing lesscss files in Komodo Edit. I want this association so that the editor can do quick auto completes, but while it's now correctly complaining about the syntax, is there an extension for…
Steve Perks
  • 5,490
  • 3
  • 28
  • 41
2
votes
1 answer

How get the multirow tabbar support in Komodo Edit environment?

In light of always having many, many, Komodo Edit tabs open, I would appreciate a solution to adjust the tabbar layout to support multirow tabs. Is there any add-on which adds multirow tabs support to Komodo Edit environment (something like the…
dr.micro
  • 41
  • 7
1
2
3
8 9