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

Komodo Edit - How to modify the default "Find all functions" regex

In Komodo Edit 6.1 , there is a nice feature to find and highlight all the functions (navigation->Find all functions ctrl+F8). It searches based on a Regex to find all the functions, which is this : ^[ …
Majid
  • 2,845
  • 3
  • 15
  • 14
2
votes
3 answers

How do I insert an actual TAB in Komodo Edit 6.1

I am editing a Debian rules file (which uses makefile syntax) and need to insert an actual TAB character. However, pressing tab inserts four spaces as per my usual preferences (there is no indentation at all in the file so far). Checking the box…
detly
  • 29,332
  • 18
  • 93
  • 152
2
votes
2 answers

Komodo IDE FTP (ASCII, binary) end-of-line characters

I've some problem when working on remote files (perl scripts) with Komodo IDE. There is (as far as I know) no way to change ftp transfer mode from binary to ASCII, which result in "^M" character at the end of every line. My setup is Linux server,…
Kamil Z
  • 653
  • 8
  • 20
2
votes
2 answers

What would Komodo Edit's language association be for lesscss?

I've created a file association of *.less to CSS for editing lesscss files in Komodo Edit. I want this association so that the editor can do quick auto completes, but while it's now correctly complaining about the syntax, is there an extension for…
Steve Perks
  • 5,490
  • 3
  • 28
  • 41
2
votes
1 answer

How do I set breakpoints in Komodo IDE?

I've installed Komodo IDE and I would like to know where/how can I set the breakpoints so that 9th symbol on the top line |> understands it ? EDIT
user2925716
  • 949
  • 1
  • 6
  • 13
2
votes
1 answer

How get the multirow tabbar support in Komodo Edit environment?

In light of always having many, many, Komodo Edit tabs open, I would appreciate a solution to adjust the tabbar layout to support multirow tabs. Is there any add-on which adds multirow tabs support to Komodo Edit environment (something like the…
dr.micro
  • 41
  • 7
2
votes
1 answer

Adding a new folder to Komodo Edit

I am new to Komodo Edit (version 5.2 for Linux) and wish to add a new "live" folder to my project. What I mean by that is, I want a new folder to not only appear within my Komodo project but also for that folder to be created in my computers file…
MattJ
  • 65
  • 3
2
votes
2 answers

/bin/sh: python: command not found

I just installed Python3 and Komodo. I'm trying to run a simple script but am getting the error that the py: command not found. I'm completly new to both Komodo and Python so don't know where to look. I saw a another post with the same problem…
Mitch
  • 145
  • 1
  • 2
  • 4
2
votes
1 answer

In Komodo IDE, is it possible to tell a file what's included in it so that IntelliSense works?

File A includes files B and C. C thus has access to all the stuff defined in A and B, but C doesn't know that. How can I tell C that it actually has access so that IntelliSense works? Perhaps a more clear example: If master.php includes library.php…
mpen
  • 272,448
  • 266
  • 850
  • 1,236
2
votes
1 answer

Workaround for ActiveState Komodo bug with F10 keyboard shortcut?

I'd really like F10 to Step Over in my Komodo IDE, to match Visual Studio. Unfortunately F10 has been hardwired to select the File menu. This is a known bug (see http://bugs.activestate.com/show_bug.cgi?id=81657 ). Has anyone found a workaround? I'd…
2
votes
0 answers

Style window borders of individual application on Linux Mint Cinnamon

I would like to style the window border of Sublime Text 3, while keeping my system's main theme unchanged. More precisely just changing the color of the respective window border would suffice to my purposes. I am using Linux Mint 18.1 Cinnamon 64…
pykong
  • 271
  • 2
  • 12
2
votes
1 answer

Komodo Edit does not support shtml code hinting?

I have searched a lot about this feature but it seems that Komodo edit does not support any shtml intellisense. I cannot believe this as I finally found a great HTML/CSS/JavaScript/jQuery editor but no SHTML support! I thought that I have finally…
seedg
  • 21,692
  • 10
  • 42
  • 59
2
votes
1 answer

Komodo Edit auto-complete won't find a Python module

I am using Komodo edit on a Python file on Windows. When I type import s it successfully lists all the importable files starting with s, including one of my modules in one of my directories. When I type import t it lists all the importable files…
Oddthinking
  • 24,359
  • 19
  • 83
  • 121
2
votes
4 answers

Ruby gets function won't accept empty line more than once

I'm trying to write a simple ruby function that can prompt the user for a value and if the user presses ENTER by itself, then a default value is used. In the following example, the first call to the Prompt function can be handled by pressing ENTER…
David Jameson
2
votes
1 answer

Running a node.js script in Komodo console

I'm having trouble running a test script. I have the standard configuration: and the file settings: but when I run the script I get this: Where is my "Hello World" string? If I add code that would normally produce an error, it will display the…
Jonathan
  • 3,893
  • 5
  • 46
  • 77