- Added new contract editor tool to ease edition of contracts on routines and classes.
- Added Eiffel Information System which let you connect external documentation to your Eiffel code and vice versa.
EiffelStudio
EiffelStudio 6.2 is out

- manus_eiffel's blog
- Login or register to post comments
- Read more


Inheriting comments

I don't know if you are like me but often when you redefine a feature, I used to copy/paste the comments so that I still know what the feature is supposed to do in english terms (in addition to the contracts of course). In 6.2, we are introducing a new facility so that in the editor and in the flat-view of the feature you do not have to do the copy/paste.
A little help for Mac users

I've been in hiatus from using EiffelStudio on the Mac for a while because since the upgrade to Leopard, EiffelStudio exhibited some strange behavior related to expose actions. As a result elements of the UI, that are custom drawn, went missing. I was left unable to see set breakpoints and the docked tool tabs.
EiffelStudio 6.1 is out

- New default layout for EiffelStudio tools to highlight the most common used tools whereas other tools are still available at the bottom or via the View menu.
Find Class Files Fast in EiffelStudio

If, like me, you are always wanting to get to an Eiffel class file from within EiffelStudio there's a simple external command you can invoke that will launch a file browser selecting the editing class' associated file.
This tip is only for Windows.
Open the External Commands Editor using the Tools | External Commands menu item, and add a new command.
EiffelStudio 6.1 and external commands

A new feature of the 6.1 release of EiffelStudio appears in the Console tool. Basically in addition of what you could do before, you can also insert the following:
-
{A} -
@{A} -
{A}.f
where A is an Eiffel class and f a feature of A.
The meanings are:
-
{A}: location of a file containing a copy of the text of classA.
Looking forward to 6.1 (and 6.2)

It has been a while since I last blogged here. We've all been busy with wrapping up 6.1 and I've been busy working on extension points for EiffelStudio.
- paulbates's blog
- Login or register to post comments
- Read more

