Ecere SDK/eC Forums
https://ec-lang.org/community/
Print view

hi all
https://ec-lang.org/community/viewtopic.php?f=29&t=391
Page 1 of 2
Author:  pber [ Mon Aug 18, 2014 2:47 am ]
Post subject:  hi all

Hi Jerome
and I all from Treviso - Italy, 30 km north of Venice.

Just learning something about eC.
Last time a deploed production code was in 2001.
And I don't know if I will ever return to work as a developer.
Probably I should write html-pages instead of looking for my way
through UML tools and code generation.
Someone just can't stop thinking about and building software.

cheers
Author:  jerome [ Mon Aug 18, 2014 3:00 am ]
Post subject:  Re: hi all

Welcome pber :)

I'm 1/4th Italian myself and dream of visiting Italy, haven't been there yet :)
Let's get you back into coding awesome stuff!! :D

Salute!

-Jerome
Author:  redj [ Mon Aug 18, 2014 9:44 am ]
Post subject:  Re: hi all

Welcome to our little community pber! :D

-redj

PS: Yes, you must code awesome stuff with Ecere SDK and eC! ;-)
Author:  pber [ Thu Aug 21, 2014 11:44 am ]
Post subject:  Re: hi all

Thanks redj

amazing tool Ecere.
I started the it translating of IDE (circa 35% at now)

ops...
The extension po is not allowed.
Author:  jerome [ Thu Aug 21, 2014 12:55 pm ]
Post subject:  Re: hi all

Hi Paolo!

Italian translation! awesome! :)

Are you doing it on Launchpad or locally in a tool? (e.g. PoEdit?)

-Jerome
Author:  pber [ Thu Aug 21, 2014 4:06 pm ]
Post subject:  Re: hi all

Hi Jerome,

I started using Poedit.

Now I just looked at launchpad:
it seems to be a bit complicated,
expecially designed for groups of translators.

If its' ok for you I'll send you a zip with it .po files.
Author:  jerome [ Thu Aug 21, 2014 5:24 pm ]
Post subject:  Re: hi all

Launchpad isn't so complicated, but the best way to contribute a translation would be to fork the github repo ( https://github.com/ecere/ecere-sdk/fork ) into your GitHub account and then clone that fork and commit translation there :) This way your contribution shows up.

Alternatively, you can email the translation directly to me at jerome@ecere.com
Author:  pber [ Fri Oct 10, 2014 3:38 am ]
Post subject:  Re: hi all

Hi Jerome,

eC expressions that cast are dangerous if not surrounded by { } pairs.

This code caues the class it is contained into to disappear from symbols.
if (cond) var = (castToThis) object;

Many years asking myself "should I use brackets even if it is just one statement?"
if (cond) {var = (castToThis) object;[/quote] }

The answer was yes.
J: eC is awesome!
Author:  jerome [ Fri Oct 10, 2014 11:33 am ]
Post subject:  Re: hi all

Hi Paolo!

Yes, this is an old known bug in the precompiler (ecp).

http://ecere.org/mantis/view.php?id=360

With many duplicates...

I haven't gotten around to fix it yet :(

Re: the answer... I personally don't like brackets when there is just statement, and this bug has caught up on me many times... But yes with a cast to a class (Possibly only if the class is defined in another module I think), you need the brackets or ecp will bite you.

I will fix this one day!!!

Very glad you like eC! I think so too! :)

-Jerome
Author:  pber [ Tue Dec 09, 2014 11:26 am ]
Post subject:  Re: hi all

Hi Jerome,
what is the pronounce of "Ecere"?
All times are UTC-05:00 Page 1 of 2