Questions tagged [komodo]

Komodo Edit is a code editor for several languages (including PHP, Python, JavaScript, XSLT, XML, XHTML, and HTML) which provides syntax highlighting, autocomplete, FTP/SFTP support, etc. It is available for free. Komodo IDE is a commercial product and includes all the features of Komodo Edit and adds the features of an IDE, allowing you to run, view output and debug Perl, Tcl, Python, Ruby and PHP code from within the program.

Komodo IDE supports add-ons to extend its functionalities.

Resources

227 questions
2
votes
0 answers

Debugging multithreaded program in TCL using Komodo

I'm quite new in TCL world. I develop some existing server written in TCL. Put it simple. There are two threads. The first one is the main thread and the second one is that I want to debug. It processes HTTP requests. I'm using Komodo IDE. It looks…
rzymek
  • 866
  • 7
  • 20
2
votes
1 answer

Paste syntax highlighted code from Komodo?

I recently switched from using Vim in Puttytray on WindowsXP to Komodo on OSX. One of the features I miss is Puttytray used to let you copy the colored text out of whatever is in your terminal and paste it as rich text on any application that…
semi
  • 612
  • 5
  • 14
2
votes
1 answer

Komodo - watch variables and execute code while on pause in the program

With c# in the Visual Studio IDE I can pause at anytime a program and watch its variables, inspect whatever I want. I noticed that with the Komodo IDE when something crashes and it stops the flow of the program, I can do exactly the same. But for…
devoured elysium
  • 101,373
  • 131
  • 340
  • 557
2
votes
2 answers

How do I set the file type for a new file in Komodo Edit/IDE?

I just downloaded komodo edit for editing python and I have an issue with its configuration. How would I get the editor to automatically assume that the code I type will be python. The highlighting of code parts only comes after i've typed the whole…
john
  • 49
  • 2
2
votes
2 answers

How can i enable syntax highlighting on "large" files in Komodo Edit?

Komodo edit 8 disables syntax highlighting on large files for performance reasons. Is there anywhere to tweak the threshold, or disable the disabling completely? My prefs.xml has: 1000000
Rowland Shaw
  • 37,700
  • 14
  • 97
  • 166
2
votes
3 answers

Komodo Edit - code-completion for Django?

I've been using Komodo Edit for a small project in Django. The code completion features seem to work pretty well for standard python modules, however, it doesn't know anything about Django modules. Is there any way to configure Komodo Edit to use…
TM.
  • 108,298
  • 33
  • 122
  • 127
2
votes
1 answer

How do I write a macro in Komodo Edit IDE?

I need to have a macro run when I save a file. I have the code for the file save, i just don't know the code to wrap round it for triggering it when saving. I think komodo edit is written in Python, so assuming if anyone knows the code for the…
Claire
  • 3,683
  • 13
  • 47
  • 74
2
votes
4 answers

Komodo Edit Changes Python sys.path If you "Show in Explorer"

I am using Komodo Edit, a code editor. When I right click on projects and click "Show in Explorer", it will pop up a box just like Windows Explorer at the directory my project is. This is very convenient. However, I noticed an insidious side effect.…
Unknown
  • 45,913
  • 27
  • 138
  • 182
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

How to configure Komodo edit to work with virtualenv or rvm?

Is it possible to configure Komodo edit to work with virtualenv and/or rvm? I'm on linux mint 12
user
  • 973
  • 4
  • 14
  • 29
1
vote
1 answer

Print into output window in Komodo

Possible Duplicate: Komodo - watch variables and execute code while on pause in the program I am using Komodo IDE with Debug in separate console window option in order to debug curses based program. So the output goes to console window. However,…
Pablo
  • 28,133
  • 34
  • 125
  • 215
1
vote
3 answers

Perl script compilation into .exe error

I am trying to create a .exe in perl. It works fine until I try to compile it into an exe. I am using Komodo IDE 5. I have posted my script and the error below. I have added the modules, LWP::UserAgent, NET, and Google::Voice and it still doesnt…
shinjuo
  • 20,498
  • 23
  • 73
  • 104
1
vote
1 answer

Komodo Edit autocompletion JS object literal

The problem is Komodo intelli-sense doesn't see object methods defined this way: var App = window.App || { method: function() { ... } } Typing "App." gives no result. However, defining an object like below works fine: var App = { …
mef
  • 46
  • 4
1
vote
1 answer

Komodo IDE 7 crashes on Ubuntu 11.10

Starting Komodo IDE 7 on Ubuntu 11.10 crashes in libcrypto.so during startup (see this forum discussion): #0 0xb121ffbc in EVP_PKEY_CTX_dup () from /lib/i386-linux-gnu/libcrypto.so.1.0.0 #1 0xb12121f6 in EVP_MD_CTX_copy_ex () from…
David Fraser
  • 6,475
  • 1
  • 40
  • 56
1
vote
1 answer

Web Audio API in Aptana Studio 3 or Komodo

Is there a way to get a autocomplete/code assist for the Web Audio API with Aptana Studio 3 or Komodo, or maybe a way to build my own code assist with the API? Cheers, Rainer
plucked
  • 421
  • 7
  • 18