Search found 933 matches

by David Erceg
Fri May 15, 2009 10:05 pm
Forum: Bug Reports
Topic: 0932: Problem with extensions that are always hidden
Replies: 1
Views: 5020

Re: 0932: Problem with extensions that are always hidden

Thanks, both issues are now fixed.
by David Erceg
Fri May 15, 2009 10:04 pm
Forum: Bug Reports
Topic: [0.9.3.2] Thumbnails problem
Replies: 1
Views: 4990

Re: [0.9.3.2] Thumbnails problem

Thanks, now fixed.
by David Erceg
Thu May 14, 2009 3:08 pm
Forum: Feature Requests
Topic: a couple of suggestions
Replies: 8
Views: 12550

Re: a couple of suggestions

I've actually always used ReadDirectoryChangesW ;) I meant auto refresh in the sense that the contents of a tab will be automatically updated as changes come in. The main reason why directory monitoring may seem to break sometimes is that it's done in a seperate thread, and it's possible there are t...
by David Erceg
Wed May 13, 2009 9:54 pm
Forum: Feature Requests
Topic: a couple of suggestions
Replies: 8
Views: 12550

Re: a couple of suggestions

No, that's ok, don't worry about posting it in the bugs section. A few questions:
- When you delete a file, does it make any difference if you delete the file from Windows Explorer, or from Explorer++?
- Which version of Windows are you using?
by David Erceg
Wed May 13, 2009 9:30 pm
Forum: Bug Reports
Topic: [0932/32bit] Small icons not working
Replies: 3
Views: 7138

Re: [0932/32bit] Small icons not working

Hi nalf,

Unfortunately, this seems to be more of a Windows problem. You could try switching to list or details view, and they should work ok.
by David Erceg
Wed May 13, 2009 9:19 pm
Forum: Bug Reports
Topic: Handling Long Path Names - Bug that I do not want fixed
Replies: 6
Views: 17956

Re: Handling Long Path Names - Bug that I do not want fixed

Hi kkrull, I've actually considered removing this limit altogether a few times, since I've also had the occasional file that ends up with a path longer than MAX_PATH. The main problem with doing it at the moment is that almost every path variable in the program has a hardcoded size of MAX_PATH, and ...
by David Erceg
Tue May 12, 2009 11:32 pm
Forum: Feature Requests
Topic: Italian translation
Replies: 5
Views: 9083

Re: Italian translation

Some doubt on variable-like strings like FileDate. Have to be translated? No, that's fine, the IDS_COLUMN_XML_* constants are only used internally, and I should probably remove them from the rc file. Anyhow, thanks for the translation Brainquake :) I'll have the updated resource DLL posted by tomor...
by David Erceg
Tue May 12, 2009 10:52 pm
Forum: Feature Requests
Topic: Fully replace MS Explorer
Replies: 6
Views: 10711

Re: Fully replace MS Explorer

Oh ok, yes in that case, any previous tabs will be restored.
by David Erceg
Tue May 12, 2009 10:38 pm
Forum: Bug Reports
Topic: [0.9.3.2]Config file deleted on start-up
Replies: 1
Views: 5077

Re: [0.9.3.2]Config file deleted on start-up

Strange, it definitely shouldn't be doing that. Is the 'Save preferences to XML file' setting checked in the options dialog after the config file is deleted? In any case, I'll post back here once I have more information/find the cause of this bug.
by David Erceg
Tue May 12, 2009 10:12 pm
Forum: Feature Requests
Topic: a couple of suggestions
Replies: 8
Views: 12550

Re: a couple of suggestions

Hi nalf, thank you for the suggestions! Just one thing, auto-refresh should work at the moment. Do new files/folders ever appear, or do you always have to manually refresh the directory?