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

How to change autocomplete font size on Komodo Edit 7?

I've recently upgraded to Komodo Edit 7 from 6.1, and while the upgrade has been rather smooth, the font size for the autocomplete suggestion's font size suddenly became huge Is there any way to change this?
Yi Jiang
  • 49,435
  • 16
  • 136
  • 136
1
vote
2 answers

jquery support works in html but not in .js?

Trying out komodo to build a jquery ui widget.. I enabled the jquery api reference and in a .html file it works great.. I then open my widget.js file and type in; (function($) { followed by $. I would expect to get intellisense here, but instead I…
XeroxDucati
  • 5,130
  • 2
  • 37
  • 66
1
vote
2 answers

Convert HTML string to JavaScript text keeping indentation

I want to target or match only the first occurrence per line Typical Scenario: I have an HTML Structure that I am using in JavaScript.
  • ABC
  • DEF
  • GHI GHI-SPAAN
To convert the above…
Om Shankar
  • 7,989
  • 4
  • 34
  • 54
1
vote
2 answers

Why do Netbeans, Aptana Studio and Komodo Edit all not save in UTF-8?

I'm getting back into development and want to find a good editor for HTML5/JQuery. Being able to save files in UTF-8 is important. However, although I set my project in NetBeans 7.0 to encode in UTF-8, when I create a file in the project, then look…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
0
votes
1 answer

Komodo Edit shortcuts on Mac?

I am trying to find some shortcuts for Komo Edit on Mac. How do i set up the traditional cmd+i to invoke file/folder properties? Also, i cant seem to figure out the shortcut for "Show in Finder". Any tips about the shortcuts will be helpful. I am…
RashMans
  • 321
  • 1
  • 4
  • 17
0
votes
1 answer

Komodo Edit userscript js -Where are doCommands for close file?

I am writing a custom macro/userscript (in JS) for Komodo Edit. The final thing I need to do is to CLOSE the file in the editor after I save it, but I cannot locate a list of doCommands. I can use this to save the file, but I do not know how to…
jsherk
  • 6,128
  • 8
  • 51
  • 83
0
votes
1 answer

Komodo Edit Syntax Checking is not working for PHP files

I have a computer and a laptop. Komodo Edit v11/v12 works fine on my computer. Preference settings are exactly the same on both machines. The problem is on the laptop. I can not get Syntax Checking, or the drop down Option box, to work on PHP…
MP123
  • 265
  • 1
  • 5
  • 12
0
votes
2 answers

How to match every followed by colon punctuation in Komodo?

In a dialogue (movie script) text file I have to match all the names at the beginning of a sentence followed by the colon punctuation :. How do I do this using Komodo? Here is a sample text: Martin: Let's show Mr. Hooper our, uh, hex. Here.…
S.s
  • 1
0
votes
1 answer

Komodo: Change Default File Preferences

In Komodo, I can change file preferences by right clicking on the file and going to File Preferences. Is there a way to change the default file preferences any time I open a new file? Komodo edit 11.1.0 mac
plshelpme
  • 23
  • 4
0
votes
1 answer

Cant run python in komodo edit version 11?

I don't get any output in command output, or in the console when I change that in run command properties. Edit: Added more pictures to show preferences...
Lukali
  • 343
  • 1
  • 4
  • 15
0
votes
1 answer

How to set all .py files in Komodo Edit project to be recognized as Python 3 instead of Python 2?

I just recently started using Komodo Edit 10 and used an existing Django project which uses Python 3.6.x. I created a Komodo project (.komodoproject file) for it and updated the Projects > Project Preferences > Languages > Python 3 > Use this…
baktin
  • 153
  • 1
  • 5
0
votes
1 answer

Cutting indentation width from 4 to 2 in Komodo Edit 10

I'm now using Komodo Edit 10, and I'm (obviously) a bit new to it. So, I like an indentation of 2 spaces, and not a tab size of 4, like it is in my editor. I saw this question and tried it out. But in my "Editor" tab in the "Preferences" window,…
0
votes
1 answer

Different colors for Keys and Values for JSON?

I was wondering if there is a way to color keys and values differently for JSON files. So far I have only found the "String" property to have any effect, but it changes both the key and the value simultaneously.
Austin Schaefer
  • 695
  • 5
  • 19
0
votes
1 answer

Adding calltips from other files in Komodo Edit

I'm using Komodo Edit with Python 2.7.11. I want to make it so that Komodo shows calltips for functions that are defined in other files. There is a solution for this on JavaScript, as I found here, but I couldn't find one for python. For…
Andrew Dean
  • 75
  • 1
  • 6
0
votes
2 answers

"HTML: Error:

I am working on an index.html file and inside my head and body tag, I have a nav element. However, in Komodo Edit, version 10.1.1, build 17414, platform linux-x86_64., It red-underlines the nav element and gives me the following erorr…
Paradox
  • 4,602
  • 12
  • 44
  • 88
1 2 3
8 9