News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

SVN-HEAD binaries download

Started by therion, November 14, 2005, 02:53:24 PM

Previous topic - Next topic

therion


Michael

Quote from: therion on December 16, 2005, 07:35:34 PM
rev1534 uploaded

Aargh, you are too fast in uploading new compiled SVN versions :D. I just have installed and configured C::B revision 1512.

Anyway, thank you very much and keep up the very good work :D.

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

yop

#62
Check this out: http://forums.next.codeblocks.org/index.php?topic=1674.0
rev 1534 seems broken (and I  updated - built and can't compile anymore):(

edit: You just saved my day, you also had 1512 available
Life would be so much easier if we could just look at the source code.

Michael

Quote from: yop on December 17, 2005, 02:38:30 AM
Check this out: http://forums.next.codeblocks.org/index.php?topic=1674.0
rev 1534 seems broken (and I  updated - built and can't compile anymore):(

Thank you for the warning.

Yes, I have remarked that thread about the problem of C::B rev1534. In fact, I have had problems with wxWidgets, but solved them with a quick&dirty solution...I have configured all the pathes manually :).

Despite this, I have had no other problems and rev1534 works (at least for me) as rev1512.

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

therion

I'm glad you like it :-)
I would like to have more free time to take a deeper look inside it...
Btw, i've just uploaded r1578, it's still ansi  :(  ill try to figure out how build the unicode asap.

merry x-mas for you all,

Michael

Quote from: therion on December 21, 2005, 02:38:41 PM
Btw, i've just uploaded r1578, it's still ansi  :(  ill try to figure out how build the unicode asap.

Thank you very much :).

Quote from: therion on December 21, 2005, 02:38:41 PM
merry x-mas for you all,
Feliz Natal para vôce. Merry Christmas for you all.

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

therion

MERRY CHRISTMAS for you all :-)

I'll be on vacation next week so don't expect any new snapshots until Jan, 2nd. Wish you all peace, health and success :-)

Michael: Pra voce tambem :-) (i.e. "For you too") Where are you from? Brazilian too?

Michael

Quote from: therion on December 23, 2005, 05:46:06 PM
Michael: Pra voce tambem :-) (i.e. "For you too") Where are you from? Brazilian too?

Muito obrigado.

No, I am not Brazilian, but Swiss. Actually I live, study and work in Austria. I was 5 months in Brazil (Rio Grande do Sul) with a very good Brazil friend for a master thesis. I have also taken a course of portuguese at the University of Santa Maria (RS) and could speak relatively well, but now just a bit unfortunately. It was a very good sejour :). I appreciated especially the people, the food and the footbool culture. I should go back one of these days :D.

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

therion

Hello all, happy new year :-)
Uploaded rev 1644 unicode.

There is a strange bug in it, some of my source files doesn't open on editor, i mean, they are opened but the editor remains empty...

killerbot

yes, it happens with other files also, for example with some scintilla cb files, see another post. Bug has already been filed on SF, hope it will get fixed soon. In antoher report it was stated that the file might contain some charactrs that don't translate well in unicode (as far as I understood).

Lieven

280Z28

#70
Quote from: killerbot on January 02, 2006, 02:23:50 PM
yes, it happens with other files also, for example with some scintilla cb files, see another post. Bug has already been filed on SF, hope it will get fixed soon. In antoher report it was stated that the file might contain some charactrs that don't translate well in unicode (as far as I understood).

Lieven

How was the bug fixed in the SF patch?

This is a Code::Blocks problem, not a scintilla problem. It is also very difficult to find an "optimal solution." :(
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

thomas

Quote from: therion on January 02, 2006, 02:17:48 PM
Hello all, happy new year :-)
Uploaded rev 1644 unicode.

There is a strange bug in it, some of my source files doesn't open on editor, i mean, they are opened but the editor remains empty...
Do these happen to be non-Unicode files with a charset different from ISO 8859-1?
I heard similar things before, although I am not able to reproduce it. It seems that wxScintilla has no problems opening UTF-8 files, but some non-US/non-Euro charsets seem to fail...?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

280Z28

Quote from: thomas on January 02, 2006, 02:26:06 PM
Quote from: therion on January 02, 2006, 02:17:48 PM
Hello all, happy new year :-)
Uploaded rev 1644 unicode.

There is a strange bug in it, some of my source files doesn't open on editor, i mean, they are opened but the editor remains empty...
Do these happen to be non-Unicode files with a charset different from ISO 8859-1?
I heard similar things before, although I am not able to reproduce it. It seems that wxScintilla has no problems opening UTF-8 files, but some non-US/non-Euro charsets seem to fail...?

sdk\wxscintilla\src\scintilla\src\editor.cxx will fail because it is not UTF8. Code::Blocks doesn't have support for opening files that are not UTF8, and files are always saved as UTF8 without BOM.
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

thomas

Quote from: 280Z28 on January 02, 2006, 02:28:01 PMsdk\wxscintilla\src\scintilla\src\editor.cxx will fail because it is not UTF8. Code::Blocks doesn't have support for opening files that are not UTF8
Sam, this is not true. Code::Blocks does certainly support opening non-Unicode files. What drives you to make such a hilarious statement?

Almost all of my own source files are ISO8859-1 encoded, and Code::Blocks 1636 Unicode (which I currently work with) opens them just fine!

This is a bug which only appears with certain charsets (probably because wxScintilla does not know how to translate them?), and it does not have anything to do with BOM.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

killerbot

Open THE CB project, sources, sdk, wxscintilla, src, scintilla, src, Editor.cxx -> nothing visible.
Strange that scintilla would have problems with it's own source files ;-)

Lieven