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

Develop and debug Python 3 applications in a virtual environment with Komodo IDE 8

I was trying to develop and debug Python 3 applications in a virtual environment with Komodo IDE. I applied all the project settings, tried out my tests and did a lot of research using google, stackoverflow and also tried sarchiung the komodo forums…
Alojz Janez
  • 530
  • 1
  • 3
  • 13
0
votes
1 answer

Komodo IDE Ruby on Rails Editor auto-insert code issues

I've searched all over this site, and since I don't know what this particular function is called, I'm not sure how to find the answer, so apologies if this is a repeat. I'm a new Ruby On Rails dev using Komodo IDE. When I type something such as def…
0
votes
1 answer

How to set abyss theme for komodo ide's editor?

AFter I change komodo ide's default skin to abyss, the ui interface does change. But the main edit area did not change. How could I change it too?
Jichao
  • 40,341
  • 47
  • 125
  • 198
0
votes
1 answer

Komodo Edit 8 - Previewing PHP Files on Local Server

I am trying to figure out how to correctly use the preview function in Komodo Edit 8. As of right now, when I press the globe icon to preview my file, one of two things happens: If I select preview in a Komodo Tab, the webview opens up on the…
Matt Cooper
  • 2,042
  • 27
  • 43
0
votes
1 answer

How to create bookmark in Komodo Edit 8.5 for FTP folder?

I used to use Coda and there was a function which allowing me to create bookmarks for ftp folders. Is there any analog function in Komodo Edit?
0
votes
2 answers

Komodo Edit, No PHP autocomplete and calltips with XAMPP

I got a real problem with Komodo Edit v8.5.3: I use XAMPP XAMPP v1.8.3 [PHP: 5.5.6] to provide a local hosted server for Komodo. [Edit -> Preferences -> Languages -> PHP] ; here I configured the PHP stuff like this: **Default PHP Interpreter**…
Smeaven
  • 147
  • 3
  • 14
0
votes
1 answer

Using Komodo Editor 8.5, How can I create a project that has a linked page for javascript functions as part of a larger project?

Sorry for the basic question, I'm a beginner with some basic knowledge of html, css and beginning with javascript that I'm learning for developing my own web project. I'm trying to create a project with a separate page for functions to keep the…
user3162553
  • 2,699
  • 3
  • 37
  • 61
0
votes
1 answer

Does komodo edit provide a way to generate code to link a file giving the option to select the file (or graphic) to link?

I need to move from coffeecup to something else because of a very long save time in a directory with 1500 files. Komodo edit looks good (because it is similar to what I have lerned) but I see no obvious way to generate code to link to a file and…
Joe
  • 1
0
votes
1 answer

Komodo Code Browser activation?

Working with Komodo 8.5.x , how does one use "Code Browser" for open files ? I get an error that says something like: "Could not find a node corresponding to the scope at filename.js##### in the Code Browser".
0
votes
1 answer

Add an external font to Komodo IDE Nightly

I am trying to customize my Komodo IDE Nightly in Windows. I want to use the font "Source Code Pro" as it is a good one for coding. However it is not in the default list of fonts. Is it possible to add a font to the list of fonts available in Komodo…
Hector Ordonez
  • 1,044
  • 1
  • 12
  • 20
0
votes
1 answer

Python RegEx for Komodo to organize 4000 contacts

I have a huge number of approximately 4000 contacts. I imported most of my Facebook contacts into my main address book in Google, but now I have contacts with a special field "Facebook : facebook.pseudonym", which is unusable, and I want to…
Yannovitch
  • 101
  • 1
0
votes
2 answers

Komodo IDE wont see my Python Modules

I hope it is just that I am doing something stupid but for some reason Komodo wont see a modules I have on my machine. I used PIP to install paramiko and it installed fine. From a terminal the builtin python and ipython will see and import the…
0
votes
1 answer

Komodo Edit Markup and .htaccess

Just curious if any one know the best "file type" to use to get .htaccess file to work with Komodo Edit's markup short cuts. Example: I want to comment a block of code, I highlight it and press CTRL+3. The markup is auto-added to comment out said…
SpYk3HH
  • 22,272
  • 11
  • 70
  • 81
0
votes
2 answers

What key will skip to end of autocomplete?

I just started using Komodo by way of VS and Aptana. When I'm doing anything with parentheses, it helpfully autocompletes the closing parenthesis like in Aptana. My instinct is to then press TAB to skip to the end of the line, but that doesn't…
jugg1es
  • 1,560
  • 18
  • 33
0
votes
1 answer

No Komodo preview available for html file with php extension

I just started using the Komodo html editor. I want to make html pages with a .php extension so I can use php include on the pages. But, when I do so, I lose the ability to preview the file in Komodo. When I try to view it in a browser, the html…