hi all

Introduce yourself to the community and warmly welcome new users here.
pber
Posts: 17
Joined: Mon Aug 18, 2014 2:09 am

hi all

Post by pber »

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
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: hi all

Post by jerome »

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
redj
Posts: 105
Joined: Sun Jan 17, 2010 10:03 am

Re: hi all

Post by redj »

Welcome to our little community pber! :D

-redj

PS: Yes, you must code awesome stuff with Ecere SDK and eC! ;-)
pber
Posts: 17
Joined: Mon Aug 18, 2014 2:09 am

Re: hi all

Post by pber »

Thanks redj

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

ops...
The extension po is not allowed.
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: hi all

Post by jerome »

Hi Paolo!

Italian translation! awesome! :)

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

-Jerome
pber
Posts: 17
Joined: Mon Aug 18, 2014 2:09 am

Re: hi all

Post by pber »

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.
Attachments
ide_it.zip
complete at +/- 35%
(10.23 KiB) Downloaded 1353 times
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: hi all

Post by jerome »

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
pber
Posts: 17
Joined: Mon Aug 18, 2014 2:09 am

Re: hi all

Post by pber »

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!
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: hi all

Post by jerome »

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
pber
Posts: 17
Joined: Mon Aug 18, 2014 2:09 am

Re: hi all

Post by pber »

Hi Jerome,
what is the pronounce of "Ecere"?
Post Reply