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

Python macros on Mac using Komodo

I'm using Komodo IDE, version 6.1.1, build 61234, platform macosx-x86. I'm also using Python 3.2 and Python 2.7. I've just moved to using (my first) Mac. OS version 10.6.? On my Windows machines I had a couple of macros set up that I would like to…
debragail
  • 149
  • 3
  • 8
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
1 answer

komodo - correct identation, simple question

How i can apply a simple correct identation to all of my code? like the eclipse for example... there is possible, right? thanks
anvd
  • 3,997
  • 19
  • 65
  • 126
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
3 answers

python runtime warning debugging

I am trying to learn Python, and I am still a novice so please bear with me. I am using the Komodo IDE environment. I currently wish to debug a a runtime warning that says: RuntimeWarning: invalid value encountered in greater & (matrixCsvOutput[:,8]…
aag
  • 680
  • 2
  • 12
  • 33
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

Importing scipy.misc.pilutil in python using Komodo and Anaconda?

Anaconda installs with Scipy, and in the scipy-0.12.0-np17py27_0.json file, this is listed: "Lib/site-packages/scipy/misc/pilutil.py", "Lib/site-packages/scipy/misc/pilutil.pyc", In the library folder, this is…
JVE999
  • 3,327
  • 10
  • 54
  • 89
3
votes
2 answers

Using the ALT key on Komodo for Mac OS X

I am using the Emacs keybinding on Komodo IDE where Komodo uses the command key for "Meta" by default. So you press Command-X when you normally press Alt+X for Emacs on Linux. I want to use the actual Alt key .. so when I tried to assign Alt+K,…
Sridhar Ratnakumar
  • 81,433
  • 63
  • 146
  • 187
3
votes
6 answers

Is there a free, preferrably open-source, stand-alone clone of Activestate's Komodo Rx Toolkit?

I find the regular expression toolkit tool in Komodo 4.1 pretty handy. Trouble is you have to dish out $300 for Komodo to use it. I'd love the same functionality in a stand alone tool... any suggestions?
fakeleft
  • 2,830
  • 2
  • 30
  • 32
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

How to load a python module into a fresh interactive shell in Komodo?

When using PyWin I can easily load a python file into a fresh interactive shell and I find this quite handy for prototyping and other exploratory tasks. I would like to use Komodo as my python editor, but I haven't found a replacement for PyWin's…
Jason Dagit
  • 13,684
  • 8
  • 33
  • 56
2
votes
1 answer

Debug Javascript in Komodo Extension

You can put alert(SOMETHING) into Javascript code to catch errors or see what is happening. Most of the time this is fine. But if you want to show a lot of information (like the properties on an object) the alert box is no good. Is it possible in…
peter2108
  • 5,580
  • 6
  • 24
  • 18
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
2 answers

How can I add a project specific @INC module-path to Komodo without breaking syntax checking?

For a Perl porting project I am using ActiveState's Komodo IDE 5.1 For external reasons, the xyz.pm modules reside in a different directory tree. By adding a PERL5LIB=<> under the "environemt" tab of the debu/run dialog, I can show Komodo/Perl how…
lexu
  • 8,766
  • 5
  • 45
  • 63
1 2
3
15 16