spencoid has asked for the wisdom of the Perl Monks concerning the following question:

I have been using Komodo IDE for years which has been abandoned and switched to Padre which I like much better but there is a really horrible bug that is difficult to deal with and of course it has also been abandoned so no chance of a fix. I am looking for a work around or maybe an option setting that has so far escaped me. The problem is with syntax checking. When it works it is fine and I like to use it so have not turned it off completely. It seems to get confused by irrelevant "non code" blank lines and commented lines frequently need to be added remove or who knows what to shut the get the syntax checker to not give false alarms. Some times it is fine and other times I spend more time screwing around with comments and blank lines than I do coding. I tried to figure out some code I could use that would always shut it up but have not found anything I tried ###### ######! which works some time but some times not. usually deleting a few comments (which i would really rather keep) shuts it up but not always. Some times I need to insert comments or blank lines. This is really driving me nuts. Is there a setting I am missing or a work around or is there a currently supported IDE I can switch to? I am still using perlapp separately from the IDE so all I need is an editor with syntax checking and some sort of ability to run the code and or debug it

Replies are listed 'Best First'.
Re: Padre Workaround?
by Bod (Parson) on Jan 04, 2024 at 22:21 UTC
    switched to Padre which I like much better...of course it has also been abandoned

    Looking at the Padre GitHub repo, it seems it was last updated 7 months ago. So, perhaps not permanently abandoned.

    Maybe an enthusiastic offer of assistance might be enough to kick it back into life!

Re: Padre Workaround?
by LanX (Saint) on Jan 04, 2024 at 21:15 UTC
    > I have been using Komodo IDE for years which has been abandoned

    I thought it was made open source? My ex colleagues were still actively using the licensed versions only 6 months ago...

    > so all I need is an editor with syntax checking and some sort of ability to run the code and or debug it

    There are many options listed in IDE for Perl programming?, most of which I personally prefer over padre.

    You'll find even more threads with super search

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    see Wikisyntax for the Monastery

Re: Padre Workaround?
by reddrum (Novice) on Jan 07, 2024 at 19:29 UTC
    coupla years ago i changed to kate aka kate editor. https://kate-editor.org/ took a bit to get it all tweaked like i wanted, but i LOVE it. really a KDE project, but it works well on osx. there is also a windows version and of course linux. the pdf doc was very useful. https://docs.kde.org/stable5/en/kate/kate/kate.pdf