comp.lang.ada
 help / color / mirror / Atom feed
* AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
@ 2002-12-03 20:34 Gautier
  2002-12-03 21:30 ` Christopher Campbell
  2002-12-03 22:35 ` Martin Dowie
  0 siblings, 2 replies; 9+ messages in thread
From: Gautier @ 2002-12-03 20:34 UTC (permalink / raw)


AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
------------------------------------------------------------------

AdaGIDE (the Ada GNAT Integrated Development Environment) is
an interface to the GNAT compiler featuring a color
context-sensitive editor and code reformatter.
It runs on Windows 95,98,... and Windows NT,... series.

URL: http://www.usafa.af.mil/dfcs/bios/mcc_html/adagide.html

* Main improvements in AdaGIDE 7.00 compared to version 6.52
    Support for .NET target (See A# project (3))
    Goto declaration now switches from spec to body, too
    Suggestions added when a '.' or '(' is pressed (Ada. -> ...)
    Remembers last size and location of window
    Longer recent file list

* Main improvements in AdaGIDE 6.52 compared to version 6.43
    User definable colours and colour schemes
    Parenthesis matching
    Auto reformat on enter (can be disabled in Tools/Options)
    Jumps to first error
    Navigation among errors and warnings
    Better working "Goto declaration" (Ctrl-G) XRef function

* Main improvements in AdaGIDE 6.43 compared to version 6.26
    Spell-checker
    Automatic suggestion of filename on save
    Support for multiple debuggers
    Drag-and-drop for files
    Updated options dialog

Enjoy!

Gautier (1) - on behalf of Martin (2)
______
(1) http://www.mysunrise.ch/users/gdm/gsoft.htm
(2) http://www.usafa.af.mil/dfcs/bios/carlisle.html
(3) http://www.usafa.af.mil/dfcs/bios/mcc_html/a_sharp.html

NB: the e-mail address is just for posting, don't use it.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
  2002-12-03 20:34 AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP) Gautier
@ 2002-12-03 21:30 ` Christopher Campbell
  2002-12-04 10:49   ` Gautier
  2002-12-03 22:35 ` Martin Dowie
  1 sibling, 1 reply; 9+ messages in thread
From: Christopher Campbell @ 2002-12-03 21:30 UTC (permalink / raw)


Gautier wrote:
> AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
> ------------------------------------------------------------------
> 
> AdaGIDE (the Ada GNAT Integrated Development Environment) is
> an interface to the GNAT compiler featuring a color
> context-sensitive editor and code reformatter.
> It runs on Windows 95,98,... and Windows NT,... series.
> 
> URL: http://www.usafa.af.mil/dfcs/bios/mcc_html/adagide.html
> 
> * Main improvements in AdaGIDE 7.00 compared to version 6.52
>     Support for .NET target (See A# project (3))
>     Goto declaration now switches from spec to body, too
>     Suggestions added when a '.' or '(' is pressed (Ada. -> ...)
>     Remembers last size and location of window
>     Longer recent file list

Almost an incentive to switch back to windows!




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
  2002-12-03 20:34 AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP) Gautier
  2002-12-03 21:30 ` Christopher Campbell
@ 2002-12-03 22:35 ` Martin Dowie
  2002-12-04 16:25   ` Georg Bauhaus
  1 sibling, 1 reply; 9+ messages in thread
From: Martin Dowie @ 2002-12-03 22:35 UTC (permalink / raw)


"Gautier" <gautier_niouzes@hotmail.com> wrote in message
news:17cd177c.0212031234.340ca0aa@posting.google.com...
> * Main improvements in AdaGIDE 7.00 compared to version 6.52
>     Suggestions added when a '.' or '(' is pressed (Ada. -> ...)

Love this feature!!

Reminds me of Rational Apex, which I sadly don't have access to anymore.

But please can we have a 'proper' Undo function not an Undo/Redo?






^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
  2002-12-03 21:30 ` Christopher Campbell
@ 2002-12-04 10:49   ` Gautier
  0 siblings, 0 replies; 9+ messages in thread
From: Gautier @ 2002-12-04 10:49 UTC (permalink / raw)


Christopher Campbell: <<Almost an incentive to switch back to windows!>>

or an inspiration to improve other editors on other platforms ?...

G.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
  2002-12-03 22:35 ` Martin Dowie
@ 2002-12-04 16:25   ` Georg Bauhaus
  2002-12-04 17:24     ` Robert A Duff
  0 siblings, 1 reply; 9+ messages in thread
From: Georg Bauhaus @ 2002-12-04 16:25 UTC (permalink / raw)


Martin Dowie <martin.dowie@no.spam.btopenworld.com> wrote:
: "Gautier" <gautier_niouzes@hotmail.com> wrote in message
: news:17cd177c.0212031234.340ca0aa@posting.google.com...
:> * Main improvements in AdaGIDE 7.00 compared to version 6.52
:>     Suggestions added when a '.' or '(' is pressed (Ada. -> ...)
: 
: Love this feature!!

A side effect (of visible suggestions, here in VAJ and Eclipse)
that I've been witnessing is decreasing knowledge of libraries, and
also that source code starts beeing cluttered with fully qualified
names because then the feature works. People have started qualifying
names even when they were just looking for some standard java.lang.String
function.  Hope you can avoid this desease, which in Ada I'd have to
express as

   function inc(x: Standard.Integer := Standard.Integer'(0))
               return Standard.Integer is
   begin
      return Standard."+"(x, Standard.Integer'Succ(x));
   end inc;

I'd guess (from mechanisms behind C-TAB) that AdaGIDE is 
smarter and doesn't require FQNs. So it can nicely hide whatever
negative effect on learning suggestions might have :-) 
(Not saying suggestions aren't useful, but it might make programmers
even more lazy.)

just my -2c.
-- georg



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
  2002-12-04 16:25   ` Georg Bauhaus
@ 2002-12-04 17:24     ` Robert A Duff
  2002-12-04 17:25       ` Chad R. Meiners
  0 siblings, 1 reply; 9+ messages in thread
From: Robert A Duff @ 2002-12-04 17:24 UTC (permalink / raw)


Georg Bauhaus <sb463ba@l1-hrz.uni-duisburg.de> writes:

>    function inc(x: Standard.Integer := Standard.Integer'(0))
>                return Standard.Integer is
>    begin
>       return Standard."+"(x, Standard.Integer'Succ(x));
>    end inc;

Inc should be called Double_Plus_One.  ;-)

- Bob



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
  2002-12-04 17:24     ` Robert A Duff
@ 2002-12-04 17:25       ` Chad R. Meiners
  2002-12-04 17:46         ` Georg Bauhaus
  2002-12-04 17:50         ` Georg Bauhaus
  0 siblings, 2 replies; 9+ messages in thread
From: Chad R. Meiners @ 2002-12-04 17:25 UTC (permalink / raw)



"Robert A Duff" <bobduff@shell01.TheWorld.com> wrote in message
news:wccr8cxd7ep.fsf@shell01.TheWorld.com...
> Georg Bauhaus <sb463ba@l1-hrz.uni-duisburg.de> writes:
>
> >    function inc(x: Standard.Integer := Standard.Integer'(0))
> >                return Standard.Integer is
> >    begin
> >       return Standard."+"(x, Standard.Integer'Succ(x));
> >    end inc;
>
> Inc should be called Double_Plus_One.  ;-)
>
> - Bob

Or Oddify ;-)

-CRM





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
  2002-12-04 17:25       ` Chad R. Meiners
@ 2002-12-04 17:46         ` Georg Bauhaus
  2002-12-04 17:50         ` Georg Bauhaus
  1 sibling, 0 replies; 9+ messages in thread
From: Georg Bauhaus @ 2002-12-04 17:46 UTC (permalink / raw)


Chad R. Meiners <crmeiners@hotmail.com> wrote:
: 
: "Robert A Duff" <bobduff@shell01.TheWorld.com> wrote in message
: news:wccr8cxd7ep.fsf@shell01.TheWorld.com...
:> Georg Bauhaus <sb463ba@l1-hrz.uni-duisburg.de> writes:
:>
:> >    function inc(x: Standard.Integer := Standard.Integer'(0))
:> >                return Standard.Integer is
:> >    begin
:> >       return Standard."+"(x, Standard.Integer'Succ(x));
:> >    end inc;
:>
:> Inc should be called Double_Plus_One.  ;-)
:>
:> - Bob
: 
: Or Oddify ;-)
: 
: -CRM
: 

Darn. Now, aren't some mistakes stimulating.

-- georg, grinning, ducking, and running



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
  2002-12-04 17:25       ` Chad R. Meiners
  2002-12-04 17:46         ` Georg Bauhaus
@ 2002-12-04 17:50         ` Georg Bauhaus
  1 sibling, 0 replies; 9+ messages in thread
From: Georg Bauhaus @ 2002-12-04 17:50 UTC (permalink / raw)


Chad R. Meiners <crmeiners@hotmail.com> wrote:
: 
: "Robert A Duff" <bobduff@shell01.TheWorld.com> wrote in message
: news:wccr8cxd7ep.fsf@shell01.TheWorld.com...
:> Georg Bauhaus <sb463ba@l1-hrz.uni-duisburg.de> writes:
:>
:> >    function inc(x: Standard.Integer := Standard.Integer'(0))
:> >                return Standard.Integer is
:> >    begin
:> >       return Standard."+"(x, Standard.Integer'Succ(x));
:> >    end inc;
:>
:> Inc should be called Double_Plus_One.  ;-)
:>
:> - Bob
: 
: Or Oddify ;-)
: 
: -CRM
: 
: 

Ah, haven't I proved myself right? ;-)

-- georg



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-12-04 17:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-03 20:34 AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP) Gautier
2002-12-03 21:30 ` Christopher Campbell
2002-12-04 10:49   ` Gautier
2002-12-03 22:35 ` Martin Dowie
2002-12-04 16:25   ` Georg Bauhaus
2002-12-04 17:24     ` Robert A Duff
2002-12-04 17:25       ` Chad R. Meiners
2002-12-04 17:46         ` Georg Bauhaus
2002-12-04 17:50         ` Georg Bauhaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox