Search found 8 matches

by RayRayTea
Fri Aug 17, 2012 7:54 am
Forum: Off Topic
Topic: XYPlorer on sale September 5, 50% off Lifetime Pro. License
Replies: 17
Views: 4571

Re: XYPlorer on sale September 5, 50% off Lifetime Pro. Lice

Judging by the screenshots, there are a few things that are probably better in XYplorer than DOpus, for example " Manual Sorting " (middle of the page) or the way XYplorer handles Undo (that actually tells you what you're undoing).

As a lifelong DOpus user, not sure I'd be willing to switch just ...
by RayRayTea
Sat Jul 21, 2012 5:20 pm
Forum: Off Topic
Topic: NoiTunes - file manager with built-in FLAC -> MP3 conversion
Replies: 18
Views: 5786

Re: NoiTunes - file manager with built-in FLAC -> MP3 conver

A year or so ago I was using Directory Opus (probably the best file manager in existence, see 3rd screenshot for a possible layout) for a very similar task, in my case it was converting to oggs. I just had to write a short script that was calling something external (might as well have been the ...
by RayRayTea
Tue Jun 05, 2012 2:07 am
Forum: The PureBasic Editor
Topic: How does IDE support unicode?
Replies: 10
Views: 5202

Re: How does IDE support unicode?

Yes, I have.
http://i48.tinypic.com/30v2k5t.png

btw for folks without East Asian font support (older Windows etc), this is what the code above is supposed to look like (you shouldn't see question marks or squares):
http://i46.tinypic.com/3088e42.png
by RayRayTea
Mon Jun 04, 2012 5:42 pm
Forum: The PureBasic Editor
Topic: How does IDE support unicode?
Replies: 10
Views: 5202

Re: How does IDE support unicode?

And, after a few Windows updates (none of which sounded even remotely connected to the problem at hand) the glitch I kept bumping in magically disappeared: Unicode text editing, comments, strings, it all works! I started feeling adventurous and tried to push it a bit with something like
For 工作=0 To ...
by RayRayTea
Sun Jun 03, 2012 3:38 pm
Forum: Applications - Feedback and Discussion
Topic: Dagion
Replies: 9
Views: 4891

Re: Dagion

I still didn't manage to collect enough fruit to save the world, but I'm still playing it from time to time. Do the enemies respawn? It seems not, but it often happens that I go to an area that I'd swear is completely clean and… bam! there it is :(
by RayRayTea
Fri Apr 06, 2012 2:09 pm
Forum: Applications - Feedback and Discussion
Topic: Dagion
Replies: 9
Views: 4891

Re: Dagion

I saw this on YouTube earlier, great little game! The controls are responsive and it plays great, hope you'll expand on it some day.
by RayRayTea
Fri Apr 06, 2012 8:24 am
Forum: The PureBasic Editor
Topic: How does IDE support unicode?
Replies: 10
Views: 5202

Re: How does IDE support unicode?

I double checked, and my settings are almost exactly the same as yours except the fonts - I use Lucida Sans Unicode (changing it to Arial or any other font I tried didn't make any difference btw). Here are my preferences:
http://i40.tinypic.com/2vv3up0.png
http://i40.tinypic.com/fvwjs6.png
http ...
by RayRayTea
Fri Apr 06, 2012 3:12 am
Forum: The PureBasic Editor
Topic: How does IDE support unicode?
Replies: 10
Views: 5202

Re: How does IDE support unicode?

I just tried it with some Chinese characters and it doesn't work at all :(

For example, a simple
MessageRequester("PureBasic", "Welcome: 對不起… nothing ")
will show up as:
http://i44.tinypic.com/20a9aw3.png
(The "…" in the text above is the most standard ellipsis (Alt+0133) and even that doesn't ...