Tagged Questions
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.
10
votes
9answers
13k views
Komodo Edit and Notepad++ ::: Pros & Cons ::: Python dev [closed]
I'm using Notepad++ for python development, and few days ago I found out about free Komodo Edit.
I need Pros and Cons for Python development between this two editors...
8
votes
5answers
1k views
Komodo Edit 5.2 Django Template Syntax Error - Info: <head> previously mentioned
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.
For example:
{% ...
5
votes
3answers
1k views
4
votes
1answer
150 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" ...
3
votes
4answers
87 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?
3
votes
1answer
195 views
Writing Komodo Edit extensions in Python
Has anybody got any idea how to write an extension for Komodo Edit 6 in Python?
2
votes
1answer
170 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 ...
2
votes
0answers
112 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 ...
2
votes
1answer
86 views
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 ...
2
votes
2answers
177 views
komodo how to refresh the directory tree status
in tird the right menu use refresh status,but it seems didn't work for me,i have delete or add some file in the tree display directory,but it didn't display them until i close the komodo edit,and ...
2
votes
1answer
349 views
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 ...
2
votes
1answer
70 views
Komodo Edit “new command” options memory
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 ...
2
votes
1answer
258 views
Komodo - watch variables and execute code while on pause in the program
With c# in the Visual Studio IDE I can pause at anytime a program and watch its variables, inspect whatever I want. I noticed that with the Komodo IDE when something crashes and it stops the flow of ...
2
votes
2answers
868 views
How to get the source code for Komodo Edit?
How do I get the source code for Komodo Edit?
Komodo Edit is an open source text editor. I want to
inspect and learn from the source code for Komodo Edit.
In the download location,
...
2
votes
4answers
649 views
Komodo Edit Changes Python sys.path If you “Show in Explorer”
I am using Komodo Edit, a code editor.
When I right click on projects and click "Show in Explorer", it will pop up a box just like Windows Explorer at the directory my project is. This is very ...
1
vote
0answers
82 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 ...
1
vote
1answer
87 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 ...
1
vote
1answer
38 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
252 views
Enable jquery support in Komodo Edit
How can I enable jquery support (auto complete, function description) in Komodo Edit?
1
vote
2answers
214 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)
...
1
vote
1answer
264 views
Add the current project to the python path with Komodo Edit
Ive been using komodo edit recently to go through a few django tutorials, and ive been impressed with the level of code completion it provides for the framework.
However what i really want it to do ...
1
vote
1answer
729 views
Komodo edit -auto-complete chained jquery
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 ...
1
vote
1answer
317 views
How to convert an unicode JavaScript string into a byte array using Mozilla services?
I have a service writing remote files, but it requires a byte array as input. Rest of the interface provides only JavaScript unicode strings. No way to write them then.
I found something like this in ...
1
vote
1answer
166 views
Advanced Find & Replace / Text Expand / Macros
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, ...
1
vote
3answers
310 views
PHP Komodo getter/setter auto-generation
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.
1
vote
2answers
300 views
Python + Komodo Edit
I am trying to get scapy to auto complete in komodo edit with no success, has anyone successfully done this?
Thanks,
Python New Comer
0
votes
1answer
14 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 ...
0
votes
1answer
19 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 :
...
0
votes
1answer
121 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?
0
votes
1answer
39 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 ...
0
votes
1answer
27 views
How get the multirow tabbar support in Komodo Edit environment?
Having always many, many, many Komodo tabs open, I would appreciate to find some solution to adjust the tabbar layout to support multirow tabs.
Is there any add-on which adds multirow tabs support to ...
0
votes
1answer
81 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 ...
0
votes
2answers
373 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 ...
0
votes
4answers
1k 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 ...
0
votes
1answer
342 views
Komodo edit syntax highlightening
I just installed Active state's komodo edit on my Windows. It's running fine but unable to detect syntax errors in php file. Like this code
<?php>
phpinfo() foo[] is my name
?>
...
0
votes
1answer
446 views
Create a Project in Komodo Edit
I have a set of PHP, HTML, CSS files that make up a website - files that I got from a friend.
Is there a way to create a project from these existing files in Komodo Edit?
Any help is greatly ...
0
votes
1answer
339 views
java Api catalog? komodoedit java auto complete feature
Hi by default komodo edit supports the following languages for its auto completion feature by default:
Ruby: require, class modules (on . and ::), class variables and methods, method calltips.
...
-1
votes
3answers
29 views
HTML5 - CSS3 Difficulty with webkit box rounding corners
I am trying to implement a rounded corner to a box in my html code.
When I run the file on Chrome, I have the box and all the attribute but the corners won't round.
I am using Komodo Edit on MAC OSX ...