idl 7.0 eclipse plugins and updates [message #58199] |
Fri, 18 January 2008 06:01  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Hi,
a very nice improvement the eclipse workbench !
Some questions from one using it already with different other languages.
1. Is there a way to add the idl dev environment to an already existing
eclipse setup?
2. Is there an other update extension planned as using the
Software-updates feature? A shell command without X would be nice on
a unix system. (probably on a win system too, where the user has no
admin rights) Or does one know about something similiar?
3. cvs is one of the oldest revision control systems. Do you have plans
to include others on default. e.g. mercurial
(http://www.selenic.com/mercurial/wiki/)
that's for now. I do look now closer into the improvements. :)
cheers
Reimar
|
|
|
|
Re: idl 7.0 eclipse plugins and updates [message #58254 is a reply to message #58199] |
Wed, 23 January 2008 06:28   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Reimar Bauer writes:
> can't reproduce it. It happens as I tried to load a program into the
> workbench doing idlde program.pro
My major problem with the Workbench is non-reproducible problems.
Last night, I had another. I had a partial command written on
the IDL command line. To complete it, I wanted to paste a filename
from another application. I copied the filename, put my cursor
at the end of the command in the Command Line and pasted. The
pasted text immediately shows up in the Console window, but I
can't get it to show up on the Command Line and eventually
I had to type the damn file name.
This is not the first time I have seen this, but when I have
time to get back to it, pasting always seems to work correctly. :-(
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
|
|
|
|
|
|
Re: idl 7.0 eclipse plugins and updates [message #58416 is a reply to message #58371] |
Mon, 28 January 2008 07:55  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
David Fanning schrieb:
> Reimar Bauer writes:
>
>> This time I tried german umlauts
>>
>> plot,findgen(10),title='Überschrift'
>>
>> Looks like encoding is broken
>>
>> btw. does idl support utf-8?
>
> Under File->Properties->Resource->Text File Encoding you
> can find a button to switch to UTF-8 encoding. However,
> I can't get your title to look right on my machine,
> but I don't know if that is a font issue or has something
> to do with this.
>
> Cheers,
>
> David
Hi David
I guess the plot routines don't have unicode support while the eclipse
platform editopr has.
If I change the editor to iso-8859-1 all my german Umlauts are written
right and running a program from within the editor does go well.
If I like to use the idl command line or idl prompt it fails. Because
that is always defined to use unicode and I don't find a switch to setup
iso-8859-1
You can for example write a → by pressing (right ALT + i) and this sign
isn't shown in the resulting plot. Using a print
IDL> print,'→'
→
works because the console output is unicode defined too.
cheers
Reimar
|
|
|