Re: Promised new IDE? [message #48795] |
Wed, 24 May 2006 15:40  |
Mike Wallace
Messages: 25 Registered: May 2006
|
Junior Member |
|
|
> Eclipse is implemented in Java isn't it? Uh oh. I've worked with a few
> Java GUIs on Windows and I've never seen one that works anywhere near as
> well as native applications.
Eclipse one of the best IDEs I've ever used. Yes, it's written in Java,
but Eclipse uses SWT rather than AWT or Swing. SWT is different because
rather than trying to emulate some native widget functionality, it uses
the native GUI as much as possible. The only widgets that are emulated
are those which do not corresponding native widget.
-Mike
|
|
|
|
|
|
|
|
Re: Promised new IDE? [message #48809 is a reply to message #48806] |
Wed, 24 May 2006 00:44   |
Peter Clinch
Messages: 98 Registered: April 1996
|
Member |
|
|
swingnut@gmail.com wrote:
> Back at the end of January I asked the question, <A
> href=" http://groups.google.com/group/comp.lang.idl-pvwave/browse_f rm/thread/ea5ef24dabf42470/a71198074c1fcce4?tvc=1&q=swin gnut#a71198074c1fcce4">Where
> are my friggin line numbers?</A> Peter Clinch mentioned that there was
> possibly a new IDE being released wiht version 6.3, and to check in
> March. March has come and gone, but google shows no signs of a new IDE.
> Does anyone know the details of the story?
My comment based on an "advance peek" at some things RSI were looking at
shipping in 6.3, then (Summer 2005) scheduled for March 2006. As it
happens, 6.3 didn't ship until April/May, and when it arrived there was
no new editor etc. with it. I don't know if it's been shelved, delayed,
or what.
Pete.
--
Peter Clinch Medical Physics IT Officer
Tel 44 1382 660111 ext. 33637 Univ. of Dundee, Ninewells Hospital
Fax 44 1382 640177 Dundee DD1 9SY Scotland UK
net p.j.clinch@dundee.ac.uk http://www.dundee.ac.uk/~pjclinch/
|
|
|
|
Re: Promised new IDE? [message #48894 is a reply to message #48891] |
Mon, 05 June 2006 10:14  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Hi Ben
which other version control systems were implemented?
Is for example mercurial (http://www.selenic.com/mercurial) available too?
cheers
Reimar
Ben Panter wrote:
> Mark Hadfield wrote:
>
>> Eclipse is implemented in Java isn't it? Uh oh. I've worked with a few
>> Java GUIs on Windows and I've never seen one that works anywhere near as
>> well as native applications.
>
> I already use eclipse to manage my code, both IDL and non-IDL. It's
> great, and I have it running in both XP and linux environments with no
> problems. It's CVS handling is pretty sweet too...
>
> If RSI/ICRNA[1] are reading this and looking for beta testers, I'd be
> happy to oblige...
>
> Ben
>
> [1] - I Can't Remember the New Acronym
>
|
|
|