Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

eiffel_software · Eiffel Software User list

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1379
  • Category: Development
  • Founded: Oct 30, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 17618 - 17648 of 20470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
17618 djenkins99a Send Email Oct 1, 2010
10:06 am
Jimmy, I created a bare-bones project named "clean" using EiffelStudio 6.6 GPL for Linux. (I'm running Ubuntu 10.whatever), finalized, and got the same result....
17619 Seref Arikan
serefarikan Send Email
Oct 1, 2010
10:15 am
Now this is an interesting comment. Has Eiffel Studio always been the development environment for Eiffel, or at one point did it have a more pre-IDE times...
17620 Marco Trudel
marco.trudel@... Send Email
Oct 1, 2010
10:43 am
Dear all How to get that working: Io.put_character ('ä') Io.put_string ("Я люблю пиво :-)") For the first one I get: õ and for the second one: ?...
17621 David Jenkins
djenkins99a Send Email
Oct 1, 2010
11:03 am
There is, and has been since I've used it, a command-line option, "ec", which is probably what the IDE itself invokes. The EiffelStudio approach has always...
17622 rfo@...
roger.osmond Send Email
Oct 1, 2010
7:23 pm
Hi All In estudio I use an external editor (OK, it's emacs) and do not want to change. It launches nicely, indents and colorizes and is generally a joy to...
17623 Thomas Beale
twbeale Send Email
Oct 1, 2010
8:45 pm
Hi Roger, Just out of interest, is that because there is a synchronisation problem? I regularly edit in both ES and in gvim (yep, I'm from the other camp ;-)...
17624 rfo@...
roger.osmond Send Email
Oct 1, 2010
9:43 pm
Hi Thomas Actually I never user the builtin editor, but I have a guy who does so accidentally from time to time. The synch is quite good. The built-in editor...
17625 Emmanuel Stapf [ES]
manus_eiffel Send Email
Oct 1, 2010
10:30 pm
... By default on Windows, we save with CRLFs but this can be disabled by changing the preferences under Editor->Eiffel->Text mode is windows and set it to...
17626 rfo@...
roger.osmond Send Email
Oct 2, 2010
12:18 am
Hi Manu! That will help quit a bit actually. BTW I tried invoking emacs as an external cmd and while that works, it's not quite right and not the intended...
17627 Berend de Boer
berenddeboer Send Email
Oct 2, 2010
12:24 am
... I'm not so active actually :-) But patches are appreciated. And even more if people want to co-maintain it. -- All the best, Berend de Boer...
17628 Emmanuel Stapf [ES]
manus_eiffel Send Email
Oct 2, 2010
5:17 am
... From the code you have posted (see below), I assume you are meaning to share the same memory from several "Eiffel" programs. ... The memory pointed by...
17629 Alexander Kogtenkov
kogtenkov Send Email
Oct 2, 2010
6:24 am
Hi Marco, What code page do you use for the source code and what is the code page specified in the console where you run the application? Alexander Kogtenkov ...
17630 Thomas Beale
twbeale Send Email
Oct 2, 2010
9:45 am
that's good to know - it also bugs me from time to time... ... [Non-text portions of this message have been removed]...
17631 David Jenkins
djenkins99a Send Email
Oct 2, 2010
12:51 pm
I am baffled as to why this line, from feature "on_removed_item" of class EV_CONTAINER_IMP of the Vision2 library (EiffelStudio 6.6 GPL for Linux), should...
17632 rfo@...
roger.osmond Send Email
Oct 2, 2010
1:06 pm
Hi Berend Where might I find the latest? I've done little things like adding keywords and a few minor funcs and macros that might (or might not) be ...
17633 Seref Arikan
serefarikan Send Email
Oct 2, 2010
1:17 pm
Dear all, I can add a new target from the project properties in Eiffel Studio, but I could not find a way of running that target. I simply want to add another ...
17634 Alexander Kogtenkov
kogtenkov Send Email
Oct 3, 2010
2:15 am
... {EXECUTION_ENVIRONMENT}.sleep from EiffelBase takes nanoseconds. Regards, Alexander Kogtenkov...
17635 Peter Horan
peter7723 Send Email
Oct 3, 2010
7:33 am
If you examine the "Open project" list when EiffelStudio starts, you will notice that projects with more than a single target have a dropdown symbol (a filled...
17636 Martin Piskernig
mpiskernig Send Email
Oct 3, 2010
2:38 pm
Hi! I'm not entirely sure whether this is a bug or a feature and I could not find a description of the following behaviour in the standard. I have a class FOO...
17638 rfo@...
roger.osmond Send Email
Oct 3, 2010
10:57 pm
Hi All, especially Eiffel Software Once again, the compiler has crashed and once again I cannot do anyting at all, including report the problem because the...
17639 rfo@...
roger.osmond Send Email
Oct 4, 2010
12:15 am
Hi again Unable to report the aforementioned bug via the (down) support site, here goes. The problem appears to be in handling a multiply-defined situation due...
17640 Emmanuel Stapf [ES]
manus_eiffel Send Email
Oct 4, 2010
2:20 am
... It should be working again. ... In the 6.6 compiler there is a bug which crashes the compiler when displaying a VMFN error involving routines that have an...
17641 manus_eiffel Send Email Oct 4, 2010
3:21 am
The other solution to find the source of the VMFN error is to actually run the compiler from the command line and the error is partially displayed before you...
17642 David Jenkins
djenkins99a Send Email
Oct 4, 2010
10:52 am
I think I've answered my own question: There is a bug in the gtk implementation of the Vision2 class EV_CONTAINER_IMP. The signature of the feature...
17643 Jimmy Johnson
boxer41a Send Email
Oct 4, 2010
10:55 am
... yes ... That is what I ended up doing, but I still had to use c_externals (including memcpy) to get the data into the shared memory. Is there a way to...
17644 rfo@...
roger.osmond Send Email
Oct 4, 2010
11:05 am
Hi Manu I am certainly glad to hear there's a fix in the works (though not happy at all to see a regression of course). For those who encounter this, another...
17645 Marco Trudel
marco.trudel@... Send Email
Oct 4, 2010
11:08 am
Dear Alexander Actually my mail includes 5 different questions: 1. How to specify CHARACTER_32 literals? '喝' is CHARACTER_8. 2. How to specify STRING_32...
17646 Emmanuel Stapf [ES]
manus_eiffel Send Email
Oct 4, 2010
5:26 pm
... Thanks for the bug report. This will be fixed in the forthcoming 6.7 release in mid-November. ... In this particular case there was no compilation error...
17647 David Jenkins
djenkins99a Send Email
Oct 4, 2010
6:09 pm
Thanks very much for the message, and the explanation. It makes sense to me now. ... release in ... tried ... a ... got ... library ... find ... needs ... ...
17648 Emmanuel Stapf [ES]
manus_eiffel Send Email
Oct 4, 2010
6:34 pm
... For the past couple of years, we have published 2 releases a year: one in mid-May and the other one in mid-November. So 6.7 is just a little bit more than...
Messages 17618 - 17648 of 20470   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help