Questions tagged [komodoedit]

Komodo Edit is a multi-platform free and open-source code editor with support for PHP, Python, Ruby, JavaScript, Perl, Tcl, XML, HTML, CSS and more.

Komodo Edit is a free and open-source code editor. It is the free of charge version of . It runs on Windows, Mac and Linux. Komodo Edit has support for PHP, Python, Ruby, JavaScript, Perl, Tcl, XML, HTML, CSS and more. Among its features are syntax coloring, folding, background syntax checking, and excellent auto-complete and calltips. Komodo Edit could be extended by means of extensions in way like to those found in . However, some of those extension are restricted to the paid version Komodo IDE.

An official comparison between features of the free Komodo Edit and Komodo IDE is found here.

The official documentation are found here.

Latest version: Komodo Edit 11.0.2

133 questions
0
votes
1 answer

How to comment in Komodo Edit

I used Komodo Edit for writing PHP scripts and have update Komodo Edit to 9.3 version. Before the update I could use ctrl+3 to comment, but now it does not work. Now, which keys used for comment?
Bayan B
  • 97
  • 15
0
votes
1 answer

Select text between two bookmarks in Komodo Edit

Let's say I have the following (example) code in combined.js: /* jQuery, Moment.js, Bootstrap, etc. */ Child.prototype.doSchool = function(data) { // Bookmarked var essay = data.essay || {}; if (essay) { var spelling =…
cyberbit
  • 1,345
  • 15
  • 22
0
votes
1 answer

Komodo Edit 9 - Delete Blank Lines (added by Fire FTP)

Is there a way to mass delete blank lines in KOMODO EDIT 9? Please help... When I upload / download files with FTP and edit them with KOMODO EDIT 9, there are always new blank lines added somehow. I need to delete them, but one at a time takes too…
Levchik
  • 496
  • 1
  • 5
  • 19
0
votes
1 answer

Komodo indent arrows not showing up

Hi I'm using Komodo edit 9.3 in Windows, mostly for Python scripting: in my ide I turned on view indentation guide and although I see the vertical lines I cannot seem to get the arrows to show up. I attached a picture and drew two red arrows of how…
Ahdee
  • 4,679
  • 4
  • 34
  • 58
0
votes
1 answer

In Komodo Edit, is there a way to add an additional file type and have it use an existing vim syntax file?

I write in a custom scripting language a lot. I have a vim syntax file which is great for syntax highlighting when editing in vim. I write in several languages throughout the day on an almost daily basis. I usually use Komodo Edit since it…
Ken
  • 31
  • 2
0
votes
2 answers

Does Komodo edit have a quick format button?

Is there a keyboard shortcut or menu item I'm not seeing somewhere to format my html in Komodo Edit? I'm mostly worried about indentation. I have about 1500 lines of jumbled mess from a client I need to clean up before I can start updating his…
Technivorous
  • 1,682
  • 2
  • 16
  • 22
0
votes
1 answer

Is there any way (e.g. add-on) to show a file list when switching tabs?

I would like to have Komodo Edit display the list of files it will switch to when I switch to another tab via Ctrl+Tab, as is the case in Eclipse or IntelliJ IDEA IDEs. Is there any way to achieve this, maybe through a hidden setting or an add-on…
Arc
  • 11,143
  • 4
  • 52
  • 75
0
votes
1 answer

Terminal/django/komodo edit

I sincerely apologize for the noobish dribble thats about to come out here: Okay so I am following along with a youtube tutorial using terminal/django/komodo edit to make a simple website. This is my first time really using terminal, I am having…
abarra
  • 3
  • 1
0
votes
0 answers

Integrating CodeSniffer with Komodo IDE to sniff remote files

I have CodeSniffer integrated with Komodo and I'm trying to CodeSniff remote (SCP) files. My issue is that CS tries to open the file instead of reading what's in memory in the editor pane. It can't open the SCP URL and fails. Has anybody been…
0
votes
1 answer

Configure Komodo Edit to use correct Ruby version via RVM

I want to use Komodo Edit 8 as my editor for my Ruby-on-Rails projects and I also use different versions of Ruby and Rails managed by RVM. I want Komodo Edit to automatically use the correct versions for its code-intelligence and syntax checking.…
Jamie-505
  • 1,170
  • 1
  • 12
  • 16
0
votes
1 answer

Does Komodo Edit list variables?

I'm using Komodo Edit as an IDE for PERL. Is there a way to show all the declared variables on the side panel? I know it keeps track of it since there is a red wiggly line if I use a variable that has not been previously declared - would be nice…
Ahdee
  • 4,679
  • 4
  • 34
  • 58
0
votes
1 answer

Komodo-Edit select and then copy with mouse not working on Ubuntu 14.04

I'm using Komodo-edit on Ubuntu 14.04 with Gnome fallback metacity window manager. Since upgrade from Ubuntu 13.10, select and copy using the mouse do not work. I can select the word or phrase with the left mouse but as soon as a I use right mouse…
user1142052
  • 13
  • 2
  • 10
0
votes
2 answers

JavaScript code not running in HTML5 document

I'm beginning HTML5 development, and I'm already in trouble with javascript in HTML code: If i write my code in HTML only, there's no problem, As soon as I add javascript code, only HTML works but javascript…
Gio31290
  • 89
  • 1
  • 3
  • 8
0
votes
1 answer

Can FlyCheck be used with Komodo(for Django) for checking syntax on the fly?

I want to use Komodo IDE for building one Django project.I want to use flycheck syntax checker so that it indicates the syntax errors on the fly.If fly-check cannot be integrated with Komodo,is there any other possibility to syntax checking on the…
0
votes
1 answer

Is there any easier way to navigate functions in komodo?

I'm working with komodo but i cant seem to find an easy way to navigate between functions. Say i have a source file that is starting to get long and i have to navigate from line 305 to line 15 several times and i have to scroll back and forth..…
user2959896
1 2 3
8 9