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
1 answer

How can I get Komodo Edit 7 to autocomplete C?

I am using Komodo Edit 7.1 to write C code, but it won't autocomplete function names or macros that are declared in included header files, even if they're in the same directory, even if I have them open. What is required to get Komodo Edit to…
detly
  • 29,332
  • 18
  • 93
  • 152
0
votes
1 answer

How do I use Find/Replace with a backreference followed by a number?

I want to do a find/replace on the string matching (abcdefg)1 with \12, but it doesn't work. How do I do it?
Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
0
votes
1 answer

Changing tab icons in Komodo Edit

I would like to change the default blank tab icons in Komodo, but couldn't find the right CSS selectors. I created userChrome.css file that works and I could target the language-specific tabs by: #tabbed-view tabs > tab[label$=".js"] But the…
leemour
  • 11,414
  • 7
  • 36
  • 43
0
votes
2 answers

Editor giving "Unexpected End Tag" syntax error for HTML file

Edit: Because of the time restriction of the project I just had to revert to a working copy of the code and redo all my work, but I would still like to know what the reason is for this for the future. So, I've had this problem now for a little…
Tarkenfire
  • 199
  • 1
  • 4
  • 12
0
votes
1 answer

specman on Komodo

I have 2 problems i can't seem to fix: 1) For some reason Komodo won't highlight any methods in my .e files, even though the default language is specman-E, and the file set to the proper language. How can i get him to highlight it? 2) After i press…
0
votes
1 answer

Is it possible to do by Komodo Macro, if so how can I do it?

I have the nearly 300 pages, as well all the pages contains 4no.s of slides and 4no.s of thumb for them. I need to copy the text what is inside of the

tag, and I need to past in the image's alt text with just name, name with front, name with…

3gwebtrain
  • 14,640
  • 25
  • 121
  • 247
0
votes
1 answer

Fixing Komodo Edit auto-indention for other editors

I've created a PHP project with Komodo Edit now i should migrating to another editor (Coda) but Komodo auto-indention is only valid and fine in Komodo! Coda and Sublime Text don't recognize indentions... Is there any solution for fixing that?
AHHP
  • 2,967
  • 3
  • 33
  • 41
0
votes
1 answer

During Komodo Edit isntallation on Fedora?

I'm receiving this error when installing Komodo Edit? ImportError: No module named activestate In the install.sh fiel, I changed the python interpreter because I encountered this error So the changed part of the file now looks like this: python -E…
SamerH
  • 3
  • 2
0
votes
2 answers

Installing Komodo Edit on Fedora?

When running the install.sh the following error occurs install.sh: line 48: ./INSTALLDIR/lib/python/bin/python: Permission denied
SamerH
  • 3
  • 2
0
votes
1 answer

Plausibility of combining Kod and Komodo Edit?

I would like to know how difficult it would be to merge the well-designed Kod editor and the powerfully-built Komodo Edit together. I'd like to think it could turn into a native Mountain Lion programming editor with a simple interface (focus on…
Tyler Mumford
  • 306
  • 4
  • 12
0
votes
1 answer

how to add to PATH variable in OSX

I'm going to try building a custom language extension for Komodo Edit. In order to build an xpi file, I need to add something to the PATH variable. I'm not really familiar with the command line, so I'm not 100% sure how to do this. I started by…
user26858
-1
votes
2 answers

Regex to remove all quote-parts from a text?

I have a film script and I need to remove all quotes, thus the parts where people are saying something, f.e.: "Martin:". Does someone know which regex I shoud use? I'm using scripting language Perl. So the input I have is a whole filmscript. The…
Tim
  • 3
  • 3
-1
votes
1 answer

wxPython window immediately crashes/closes with Komodo on Mac

I'm completely new to coding and am trying to get my feet wet at the moment. I've installed Komodo Edit on my Mac and it works fine with Python 2.7 and 3.3. I now want to use wxPython (with Python 2.7), which I installed. Through a YouTube tutorial…
Oliver
  • 13
  • 3
1 2 3
8
9