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
hi all
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!!
Salute!
-Jerome

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!!

Salute!
-Jerome
Re: hi all
Welcome to our little community pber! 
-redj
PS: Yes, you must code awesome stuff with Ecere SDK and eC!

-redj
PS: Yes, you must code awesome stuff with Ecere SDK and eC!

Re: hi all
Thanks redj
amazing tool Ecere.
I started the it translating of IDE (circa 35% at now)
ops...
amazing tool Ecere.
I started the it translating of IDE (circa 35% at now)
ops...
The extension po is not allowed.
Re: hi all
Hi Paolo!
Italian translation! awesome!
Are you doing it on Launchpad or locally in a tool? (e.g. PoEdit?)
-Jerome
Italian translation! awesome!

Are you doing it on Launchpad or locally in a tool? (e.g. PoEdit?)
-Jerome
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.
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 1205 times
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

Alternatively, you can email the translation directly to me at jerome@ecere.com
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!
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!
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
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
Re: hi all
Hi Jerome,
what is the pronounce of "Ecere"?
what is the pronounce of "Ecere"?