Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
Problems? Is your data what you think it is?
 
PerlMonks  

Re: compilers and editors

by blogan (Monk)
on Dec 18, 2000 at 00:29 UTC ( [id://47165]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to compilers and editors

I believe he's talking about AdaGIDE, which is really quite nice. It does highlighting of your code, when compiling, errors appear in the bottom window and you click on one and the line the error is on will be jump to in the top window. Another nifty feature of this I found was the auto-reformat, where you can specify how you want your code to be formatted, which is something I would like. A lot of reformatters I've found make it very difficult to specify how you want things formatted, for example, I write my if statements like:
if (boolean) { statement; statement; } else { statement; statement; }
but I find alot of reformatters like to:

if (boolean) { statement; statement; } else { statement; statement; }
If I anyone can show a good, customizable reformatter (that is easily customizable), I'd appreciate it.

Replies are listed 'Best First'.
Re: Re: compilers and editors
by gharris (Beadle) on Dec 18, 2000 at 15:15 UTC
    Try cperl-mode for EMACS.
    It has a very nice formatter (completely customizable), and allows the same kind of 'goto line with error' functionality among a lot of others...

    --Glenn

      is the cperl module available for windows??
        cperl-mode is a major mode for emacs, which is indeed available for windows (and every other platform you can imagine)...

        take at look here for information on the windows NT port.

        --Glenn

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://47165]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.