



The deadline has passed and the Komodo team has chosen the finalists for you to vote on to see who wins the big prizes! Vote here for the Komodo XPI Extension category:
http://support.activestate.com/komodo-xpi-ext-vote
Vote here for the Komodo Toolbox Extension category:
Create a useful project template or XPI extension, then share it with other
users in this forum.
By far the easier route to go is through the use of the toolbox features and
project templates. You can create macros, templates, snippets and/or run
commands that implement an interesting capability. These features are documented
in Help. There is a lot of power and capability hiding in that toolbox!
1. CONTEST PARTICIPANTS: The ActiveState Komodo Extensibility Challenge (the "Contest") is open to all individuals except employees of ActiveState Software Inc. ("Sponsor") and their affiliates, their agents, and persons with whom they are domiciled ("Qualified Individuals").
Hi All,
I've been using Perl and Javascript for a while. Recently, I downloaded my own working perl software from a linux machine to Windows. I also downloaded ActivePerl to my Windows XP. Most of the functions do work except I can't get the window.open to popup a window. The code is below...appreciate any help.
Note: Not sure if this the proper forum for these questions. Appreciate any help
Thanks.
var newWindow;
function onClickBuild(form, actFld){
var mURL=new String("");
var mURL_name=new String("xyzabc");
I switched from SlickEdit to Komodo last year and for the most part I'm enjoying it. There's one SlickEdit feature I'm missing very much and I can't figure out if it's in Komodo already or if I can cook up a macro to make this work or some thing.
Hi,
I'm a developer of WTS (Web Translation System) used at babelzilla.org
Babelzilla (BZ) is a free portal dedicated to Mozilla based extensions translation.
I've asked if BZ can be interested to localize KomodoEdit and Goofy (well known French localizer) says this is possible.
You can read the thread here
http://www.babelzilla.org/forum/index.php?showtopic=4433
Are you interested?
I'm not a license software expert but IMHO some problems can be found if the commercial version of KomodoEdit, KomodoIDE, want to use localizations.
Hello,
I appreciate the following command-line options (of course, besides the usual loading of files through command-line, which works similarly on all supported platforms:
- komodo -V. A separate program or script can check which version of Komodo is installed and takes required actions if it is the wrong version,... but, under Windows, you got a dialog box instead of the string returned to stdout. Impossible to "capture" and use the string displayed in that dialog box. Why is it different from the Linux/Mac OS X behavior?
hi
it seems that the update of extensions is not working in the Extension Manager. since i have installed SQLite Manager (http://code.google.com/p/sqlite-manager/) there have been many new releases, but Komodo IDE refuses to recognise them. so, instead of being automatically updated (like Firefox does) i need to go to the project web page (not the mozilla add-ons page) and download and install it manually. installation via the browser preview does not work, either.
thanks
André
I'm working on Django-based project with KomodoEdit and I found Django template language lexer is incomplete (and buggy to some extent) -- it does not recognize {# #} comment tags, some keywords are missing (i.e. blocktrans) and using construction like value="{% trans "Save" %}" causes wrong highlighting of the rest of line due to invalid treatment of double quotes inside tags.
I could fix this by myself (I did things like this for other editors eg. for jEdit) but could anybody point me to any documentation for Komodo lexers?