Search found 4 matches

by rkonopin
Sun Sep 28, 2014 8:49 pm
Forum: Feature Requests and Wishlists
Topic: hard copy print of the source file in ide
Replies: 3
Views: 1921

hard copy print of the source file in ide

I know: copy/paste, add-ons etc but...
It definitely should be just built-in. Including colors (as an option), bold font etc. Just everything we could see on the screen.
by rkonopin
Thu Sep 25, 2014 10:50 pm
Forum: The PureBasic Editor
Topic: Printing the source file
Replies: 1
Views: 2661

Printing the source file

I know it is simple task to copy/paste it to Notepad...

But it would be so nice to have this simple task just added in File submenu...
by rkonopin
Wed Sep 17, 2014 7:45 am
Forum: Coding Questions
Topic: Something doesn't work with XML encoding
Replies: 2
Views: 1376

Re: Something doesn't work with XML encoding

Thanks a lot! I have previously tried checking option "unicode executable" in the compiler preferences, with no success. But haven't tried those File/preferences settings. Checked UTF-8 and unicode executable ("second instance" here) and everything now is perfectly fine! :)
by rkonopin
Tue Sep 16, 2014 11:09 pm
Forum: Coding Questions
Topic: Something doesn't work with XML encoding
Replies: 2
Views: 1376

Something doesn't work with XML encoding

This code should "copy" files (with minor changes, maybe - spaces, EOLs etc). Instead, it changes the way the Polish characters are represented:



GPX=LoadXML(#PB_Any,"GPSdata_in.gpx",#PB_UTF8)
SaveXML(GPX,"GPSdata_out.gpx")



Of course the file GPSdata_in.gpx is a valid XML document (created by ...