http://qs321.pair.com?node_id=11111618


in reply to Re: Komodo IDE is now Free
in thread Komodo IDE is now Free

Most of my colleagues use Komodo, I gave it a try.

> The IDE has a great debugger for Perl

It's basically the default debugger, but the editor integration scrolls thru the original code while stepping thru.˛

What's better than in Emacs is the graphical interface to the debuggers features and the fact that you can set breakpoints visually at the left fringe of the source code.

This and the fact that flymake° is activated by default, are the main plus points for my team.

Overall a very nice bundle, which makes many things a no-brainer.

But Komodo's editor was for my taste too slow.

There is also a potential insecurity, because Mozilla is discontinuing XUL.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

°) imagine a spellchecker running perl -c in the background. eg if a my is forgotten the line will be marked after a second.

˛) No real news, Emacs does the same.

Replies are listed 'Best First'.
Re^3: Komodo IDE is now Free
by Anonymous Monk on Jan 20, 2020 at 07:27 UTC
    But Komodo's editor was for my taste too slow.
    The editor is fast but some features slow it down. Turn off all "code intelligence" autocomplete items for a nice speedup.
    imagine a spellchecker running perl -c in the background. eg if a my is forgotten the line will be marked after a second.
    Excess syntax checking is slow too. Adjust that interval for more than 1 second between checks.
      Well I will try again and compare it against emacs.

      FWIW my comparisons were made on windows, and I was told that virus-scanner may slow them down.

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery FootballPerl is like chess, only without the dice