Search found 936 matches

by David Erceg
Fri May 15, 2009 10:35 pm
Forum: Bug Reports
Topic: [0932/32bit] Drives multiplication
Replies: 3
Views: 6524

Re: [0932/32bit] Drives multiplication

Ok, when does this usually happen? (e.g. on startup, when you've browsed into a folder, or when you manually expand a treeview item)
by David Erceg
Fri May 15, 2009 10:15 pm
Forum: Feature Requests
Topic: [0.9.3.2] Seleted objects should be remembered
Replies: 1
Views: 4912

Re: [0.9.3.2] Seleted objects should be remembered

Ok, this has now been implemented.
by David Erceg
Fri May 15, 2009 10:09 pm
Forum: Feature Requests
Topic: Switches to set default view
Replies: 1
Views: 4659

Re: Switches to set default view

Ok, this will most likely appear in the version after next.
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: 5102

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: 5040

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: 12724

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: 12724

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: 7226

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: 18105

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: 9179

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