Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: compilers and editors

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


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 20: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
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found