After reading this post: http://community.activestate.com/forum/subversion-external-diff-tool I\'ve tr开发者_JS百科ied using the following command in the \"diff options\" text box in preferences > s
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 f
I am trying to find all occurrences of a literal float value in Python code. Can I do that in Komodo (or in any other way)?
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, s
Does Komodo support getter/setter auto generation a la NetBeans开发者_如何转开发 or Eclipse? If so how do I use it? I can\'t seem to find it.This is a modified/improved version with a more readable co
screenshot http://www.activestate.com/padfiles/komodo_edit/komodo_edit_linux.png See the indent guides? They\'re damn helpful when writing Python code. Any chance I could get something similar for ge
i wrote this tiny code on gedit and ran it :- #/usr/bin/perl print \"Enter the radius of circle: \\n\";
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
Sorry to repeat old questions, but I didn\'t quite understand the answer. The question was: How to enable auto-complete in Komodo Edit 5.2 for Django
I am using Komodo Edit 5.2 for editing html and Django template files. It always shows a single syntax error inside the first {% block %} area on the first tag of my template.