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.
1
vote
2answers
46 views
How can i enable syntax highlighting on “large” files in Komodo Edit?
Komodo edit 8 disables syntax highlighting on large files for performance reasons. Is there anywhere to tweak the threshold, or disable the disabling completely?
My prefs.xml has:
<long ...
0
votes
2answers
59 views
How to disable Komodo Edit's update suggestion?
The update screen that comes everytime is really annoying. How should I stop further suggesting?
I'm running Komodo Edit, version 7.1.2, build 10678, platform linux-x86_64.
Built on Fri Aug 17 ...
0
votes
1answer
26 views
How can I add JSP syntax highlighting to Komodo Edit?
I am editing a JSP using the Komodo Edit. I need help in order to add jsp(*.jsp) to Komodo Edit's file association list?
Thanks in advance.
0
votes
0answers
61 views
Moving already Drawn shape on html5 canvas(figured it out) need help restore
I figured out how to do what im having trouble with,
im just having trouble now keeping one object on my canvas since the initially drawn box remains in position as a print (restoring screen didnt ...
0
votes
1answer
41 views
How to hide Status Bar in Komodo Edit
Hellow Im using Komodo Edit and want to hide status bar
Maybe where is some options to shell execution ?
0
votes
1answer
95 views
How can I get Komodo Edit 7 to autocomplete C?
I am using Komodo Edit 7.1 to write C code, but it won't autocomplete function names or macros that are declared in included header files, even if they're in the same directory, even if I have them ...
0
votes
1answer
127 views
How does one set the tab width in komodo edit?
This is rathee simple done in emacs or nedit, but I could not find how to setup tab width in komodo edit (I use 7.1).
Thanks.
1
vote
1answer
57 views
Read-only files icon in “Places” on Komodo Edit
I am trying to change the icon for read-only files in "Places". I want to see a lock icon for read-only files, such as tab icons.
How should I approach this?
1
vote
2answers
323 views
Dreamweaver CS6 nicer codes
why is with Dreamweaver CS6 not possible to code nicely like Komodo Edit 7?
With DREAMWEAVER CS6 my code looks like this:
<!DOCTYPE html>
<html>
<head>
<title>Test ...
0
votes
1answer
27 views
How do I use Find/Replace with a backreference followed by a number?
I want to do a find/replace on the string matching (abcdefg)1 with \12, but it doesn't work. How do I do it?
1
vote
1answer
34 views
pyodbc not recognised within komodo edit
pyodbc-3.0.6 does not appear to be recognised by Komodo Edit 7.
Following install instructions from http://code.google.com/p/pyodbc/ the module is recognised through the command line interpreter; ...
0
votes
1answer
114 views
Changing tab icons in Komodo Edit
I would like to change the default blank tab icons in Komodo, but couldn't find the right CSS selectors.
I created userChrome.css file that works and I could target the language-specific tabs by:
...
0
votes
1answer
197 views
Editor giving “Unexpected End Tag” syntax error for HTML file
Edit: Because of the time restriction of the project I just had to revert to a working copy of the code and redo all my work, but I would still like to know what the reason is for this for the future.
...
0
votes
1answer
67 views
specman on Komodo
I have 2 problems i can't seem to fix:
1) For some reason Komodo won't highlight any methods in my .e files, even though the default language is specman-E, and the file set to the proper language.
...
2
votes
1answer
316 views
komodo edit 7.1 doesnt't recognize html5 tags in php mode
The title is pretty explicative! In php mode komodo edit assume html4 and raise errors when html5 tags like article, time, section are used.
This could be pretty troublesome since it could cover php ...
0
votes
1answer
37 views
is it possible to do by Komodo Macro, if so how can it is possible?
i have the nearly 300 pages, as well all the pages contains 4no.s of slides and 4no.s of thumb for them. i need to copy the text what is inside of the <h1> tag, and i need to past in the image's ...
0
votes
1answer
416 views
Fixing Komodo Edit auto-indention for other editors
I've created a PHP project with Komodo Edit now i should migrating to another editor (Coda) but Komodo auto-indention is only valid and fine in Komodo! Coda and Sublime Text don't recognize ...
3
votes
2answers
213 views
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
...
1
vote
1answer
148 views
Komodo Edit macro to replace a specific word in current document with clipboard content; is it possible?
I created this macro to replace a specific word with another word in the current document, but ideally, I want to replace it with clipboard content. My current code is as follows:
// Macro recorded ...
0
votes
1answer
57 views
During Komodo Edit isntallation on Fedora?
I'm receiving this error when installing Komodo Edit?
ImportError: No module named activestate
In the install.sh fiel, I changed the python interpreter because I encountered this error
So the ...
0
votes
2answers
392 views
Installing Komodo Edit on Fedora?
When running the install.sh
the following error occurs
install.sh: line 48: ./INSTALLDIR/lib/python/bin/python: Permission denied
0
votes
1answer
81 views
Plausibility of combining Kod and Komodo Edit?
I would like to know how difficult it would be to merge the well-designed Kod editor and the powerfully-built Komodo Edit together. I'd like to think it could turn into a native Mountain Lion ...
0
votes
1answer
76 views
how to add to PATH variable in OSX
I'm going to try building a custom language extension for Komodo Edit.
In order to build an xpi file, I need to add something to the PATH variable.
I'm not really familiar with the command line, so ...
1
vote
1answer
188 views
How to change autocomplete font size on Komodo Edit 7?
I've recently upgraded to Komodo Edit 7 from 6.1, and while the upgrade has been rather smooth, the font size for the autocomplete suggestion's font size suddenly became huge
Is there any way to ...
1
vote
2answers
243 views
jquery support works in html but not in .js?
Trying out komodo to build a jquery ui widget.. I enabled the jquery api reference and in a .html file it works great.. I then open my widget.js file and type in;
(function($) {
followed by
$.
I ...
2
votes
1answer
716 views
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 ...
1
vote
1answer
458 views
target or match only first occurrence per line regex
I want to target or match only the first occurrence per line
Typical Scenario:
I have an HTML Structure that I am using in JavaScript.
<ul>
<li> ABC </li>
<li> DEF ...
0
votes
1answer
2k views
Why do Netbeans, Aptana Studio and Komodo Edit all not save in UTF-8?
I'm getting back into development and want to find a good editor for HTML5/JQuery.
Being able to save files in UTF-8 is important.
However, although I set my project in NetBeans 7.0 to encode in ...
2
votes
1answer
133 views
In-editor spell checking for PHP, HTML files
I always have trouble spell checking websites via the editor because they always pick up the code as well and complain about things like stylesheet or css for example.
Is there any way I can spell ...
1
vote
1answer
858 views
Creating a custom language highlight in Komodo Edit 7
I have been searching around for a while, and was wondering: is there an easy way to create a new custom language in Komodo Edit 7?
To clarify what I mean, check out the easy-and-simple-to-use UDL ...
2
votes
1answer
115 views
Down key behaviour when tabbing in Komodo Edit 7
I recently upgraded to Komodo Edit 7 from v6. In previous versions if I was adding tabs to the beginning of lines I could press down and the cursor would automatically move to the beginning of the ...
0
votes
1answer
395 views
Komodo Edit shortcuts on Mac?
I am trying to find some shortcuts for Komo Edit on Mac. How do i set up the traditional cmd+i to invoke file/folder properties? Also, i cant seem to figure out the shortcut for "Show in Finder". Any ...
1
vote
1answer
301 views
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 ...
2
votes
1answer
209 views
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 :
...
2
votes
1answer
621 views
Komodo Edit and SSH Private Keyfile in Pageant for Amazon Web Services ECS
I would like to use Komodo Edit to edit files on my Ubuntu AWS ECS instance (running Django).
According to this Old Nabble from 2008 (oh boy) Komodo Edit should support SSH authentication via ...
0
votes
2answers
1k views
Change color scheme on komodo edit
Hi this is a very noob question but i am trying to change the color scheme on komodo edit, version 6. I am running windows 7. I put the .ksf file in the /schemes folder, now what?
4
votes
4answers
460 views
How to enable “live search” in eclipse?
In Komodo Edit, an input field is available in the toolbar. When I type text in it, it highlights matching search results. Is there something like this in Eclipse, either directly or via a plugin?
6
votes
1answer
517 views
Is it possible to use komodo edit as git core.editor (i.e. without forking)?
When using a gui text editor (e.g. komodo edit) as core editor for git (commit messages), that editor process must not be forked or else git will assume an empty commit message, because it "thinks" ...
1
vote
1answer
309 views
Running PowerShell Scripts in Komodo Edit
I have a hard time trying to run PowerShell Scripts from the "Run Command" within Komodo Edit on Windows 7.
The command that I am using is:
powershell -File "%F"
When I run it, it does not return ...
2
votes
2answers
447 views
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 ...
1
vote
1answer
105 views
Is it possible to disable specific warnings in Komodo Edit?
Komodo Edit divides warnings into two categories: regular and strict. Of the strict warnings, some - for example, the warning when a dictionary definition has a trailing comma - are useful to me, ...
1
vote
1answer
92 views
Inserting cursor in middle of Komodo Edit macro
I have set up a macro for Smarty in Komodo Edit which adds a {$|@dumpr} when I press my specified key binding (which, for info is Ctrl+Alt+P).
What I would like is the cursor to be automatically ...
2
votes
1answer
155 views
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 ...
1
vote
2answers
442 views
How change the tabbar layout in Komodo Edit environment? (e.g. font size)
Having always many, many, many Komodo tabs open, I would appreciate to find some solution to adjust the tabbar layout. The font size for example.
Of course, in Komodo preferences I am able to change ...
3
votes
1answer
2k views
Enable jquery support in Komodo Edit
How can I enable jquery support (auto complete, function description) in Komodo Edit?
1
vote
2answers
2k views
How to setup Komodo Edit for Python 3.2
I would like to use Komodo Edit to edit scripts written in Python 3.2. How do I setup Komodo Edit to run the Python 3.2 interpreter? I am using the latest version of Mac OSX.
The reason I ask because ...
1
vote
2answers
508 views
Python open() Mac OS X Komodo Edit
I started now to learn Python, so my question is kinda stupid
I have this piece of code
#!/usr/local/bin/python3
# encoding: utf-8
fh = open("lines.txt")
for lines in readlines():
print(lines)
...
3
votes
1answer
259 views
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 ...
5
votes
2answers
458 views
Writing Komodo Edit extensions in Python
Has anybody got any idea how to write an extension for Komodo Edit 6 in Python?
3
votes
5answers
5k views
Komodo Edit - HTML Reformatting / Tidy
Is there a simple way to reformat my HTML from within Komodo Edit or to automate the process against Tidy? Something like the Ctl-K, Ctl-D in Visual Studio would be brilliant. Presently running ...

