Re: function/procedure/keyword list for use in creating an editor syntax description [message #84839 is a reply to message #84827] |
Wed, 12 June 2013 15:34   |
Matt Haffner
Messages: 34 Registered: October 2000
|
Member |
|
|
You don't have to download a version from the Eclipse website. They switched the "Workbench" to Eclipse in v7. Just run the IDLDE application and you'll be using Eclipse with the IDL extensions. It's specifically customized for IDL coding/debugging.
If you get interested in using Eclipse for other coding, I'd recommend downloading the Eclipse for C developers and add language modules as needed. It's a version or so ahead of the Eclipse used for IDL.
- Matt
On Wednesday, June 12, 2013 9:02:04 AM UTC-5, AMS wrote:
> Hi Fabien,
>
>
>
> Thanks for the info; auto-indent and so on are nice features. So maybe I should swap to that on the Windows machine.
>
>
>
> But which download from these fourteen is the basic text editor I'd want to use? http://www.eclipse.org/downloads/ And is the IDL highlighter included?
>
>
>
> I thought maybe this one, although the page doesn't explain too much what is there: http://www.eclipse.org/downloads/packages/eclipse-classic-42 2/junosr2
>
>
>
> (Note I don't use Workbench or anything, I compile/run from command line, and also only code in IDL/Fortan/C so don't need bells and whistles or things for other languages.)
>
>
>
> Thanks (and sorry for the threadjacking),
>
>
>
> Andy
>
>
>
> On Wednesday, June 12, 2013 9:53:13 AM UTC-4, Fabien wrote:
>
>> Hi Andy,
>
>>
>
>>
>
>>
>
>> On 06/12/2013 03:37 PM, AMS wrote:
>
>>
>
>>> what is it about Eclipse that means I would want to use it instead?
>
>>
>
>>
>
>>
>
>> Sure, it's a valid question.
>
>>
>
>>
>
>>
>
>> The first argument that comes to mind is that IDL (since V7) is using
>
>>
>
>> eclipse as out-of-the-box workbench. That means that (at least) a few
>
>>
>
>> people are thinking about how to integrate best the IDL features into
>
>>
>
>> the workbench (I hope so;-)).
>
>>
>
>>
>
>>
>
>> Second, Eclipse is Open Source and has been developed and used for many
>
>>
>
>> many other languages, so it is well known and still an active project.
>
>>
>
>> It is organized in "views" and "projects" and supports SVN (usually very
>
>>
>
>> easily but with IDL it is sometimes a pain :()
>
>>
>
>>
>
>>
>
>> Third, (this is where your own habits or tastes comes into the game), it
>
>>
>
>> has cool features and shortcuts. I like how fast I can navigate in the
>
>>
>
>> code using CTRL+F3 for example, I like auto-completion (CTRL+Space), I
>
>>
>
>> like the auto-indenting (CTRL+SHIFT+F), and many other small things.
>
>>
>
>> What Eclipse doesn't have is Emacs-Style programming (not to my
>
>>
>
>> knowledge, but possibly someone made something similar happen in eclipse
>
>>
>
>> too)
>
>>
>
>>
>
>>
>
>> The third point is where other people might find it faster to use
>
>>
>
>> another editor... But I always wonder why, so I am asking ;-)
>
>>
>
>>
>
>>
>
>> Cheers,
>
>>
>
>>
>
>>
>
>> Fab
|
|
|