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

Down key behaviour when tabbing in Komodo Edit 7

I recently upgraded to Komodo Edit 7 from v6. In previous versions if I was adding tabs to the beginning of lines I could press down and the cursor would automatically move to the beginning of the next line. The net effect meant that to indent a…
nicja
  • 574
  • 5
  • 21
1
vote
1 answer

Using Komodo Edit, and trying to link HTML/CSS Files

I'm completely new at HTML/CSS. I'm currently using a Mac and I don't know how to link HTML/CSS files in Komodo. Oddly enough, I cannot find anything online that explains how. Is there any one who can explain in DETAIL how to go about doing so?
Becca
  • 23
  • 2
  • 6
1
vote
1 answer

Change color scheme on komodo edit

I am trying to change the color scheme in Komodo Edit, version 6. I am running Windows 7. I put the .ksf file in the /schemes folder, Now what?
Alex Borsody
  • 1,908
  • 9
  • 40
  • 74
1
vote
1 answer

Running PowerShell Scripts in Komodo Edit

I have a hard time trying to run PowerShell Scripts from the "Run Command" within Komodo Edit on Windows 7. The command that I am using is: powershell -File "%F" When I run it, it does not return anything to the console, it just keeps running till…
1
vote
1 answer

Is it possible to disable specific warnings in Komodo Edit?

Komodo Edit divides warnings into two categories: regular and strict. Of the strict warnings, some - for example, the warning when a dictionary definition has a trailing comma - are useful to me, while others aren't. Is there a way, perhaps even…
DNS
  • 37,249
  • 18
  • 95
  • 132
1
vote
1 answer

Inserting cursor in middle of Komodo Edit macro

I have set up a macro for Smarty in Komodo Edit which adds a {$|@dumpr} when I press my specified key binding (which, for info is Ctrl+Alt+P). What I would like is the cursor to be automatically inserted between the $ and the | so I can type my…
davo0105
  • 117
  • 8
1
vote
2 answers

How change the tabbar layout in Komodo Edit environment? (e.g. font size)

Having always many, many, many Komodo tabs open, I would appreciate to find some solution to adjust the tabbar layout. The font size for example. Of course, in Komodo preferences I am able to change the font properties, related to the tab content.…
1
vote
2 answers

Python open() Mac OS X Komodo Edit

I started now to learn Python, so my question is kinda stupid I have this piece of code #!/usr/local/bin/python3 # encoding: utf-8 fh = open("lines.txt") for lines in readlines(): print(lines) the text file lines.txt exits and it is at the…
Jeff Dias
  • 17
  • 7
1
vote
1 answer

Using time.sleep() in komodo edit?

I am trying to make a simple program in komodo edit using python that when it runs will print out 10 seconds worth of time in the command output. The code is as follows: import time seconds = 0 while seconds != 10: time.sleep(1) seconds +=…
Alex Lussier
  • 113
  • 1
  • 9
1
vote
1 answer

Add the current project to the python path with Komodo Edit

Ive been using komodo edit recently to go through a few django tutorials, and ive been impressed with the level of code completion it provides for the framework. However what i really want it to do is provide code completion for the current…
richzilla
  • 40,440
  • 14
  • 56
  • 86
1
vote
1 answer

Komodo edit -auto-complete chained jquery

How do you get code hinting/completion for chained functions in Komodo edit. I had it working in Komodo Edit 5, but I lost the ability when I upgraded to ver 6. Now it gives me code hinting for the first function, then any chained functions only…
George Kendros
  • 792
  • 3
  • 10
  • 23
1
vote
1 answer

How to convert an unicode JavaScript string into a byte array?

I have a service writing remote files, but it requires a byte array as input. Rest of the interface provides only JavaScript unicode strings. No way to write them then. I found something like this in MDC: var converter =…
Harry
  • 4,524
  • 4
  • 42
  • 81
1
vote
2 answers

Advanced Find & Replace / Text Expand / Macros

Hopefully a nice quick one for someone. I'm working on a project that requires a specific link being written around 400 or so locations. Each link is the same, except it has the town's name in it, such as:
  • Lewis Howles
    • 33
    • 2
    • 6
  • 1
    vote
    1 answer

    java Api catalog? komodoedit java auto complete feature

    Hi by default komodo edit supports the following languages for its auto completion feature by default: Ruby: require, class modules (on . and ::), class variables and methods, method calltips. Python Perl PHP XSLT XML Tcl I am programming in java…
    Pavan
    • 17,840
    • 8
    • 59
    • 100
    1
    vote
    1 answer

    Any way to easily close all built-up search tabs at once in Komodo Edit 9.3?

    The Komodo Edit 9.3 update notes include a line that says: "Multiple Find Result Tabs: Every search now opens in its own result tab, you are no longer limited to 2 tabs. Find results now also show a new input field that allow you to search again…
    hithere
    • 520
    • 4
    • 17
    1 2 3
    8 9