Search found 109 matches

by twinsen
Thu Jan 20, 2011 10:59 pm
Forum: Help and Support
Topic: Stop Explorer++ from accessing A drive when opening
Replies: 3
Views: 5189

Re: Stop Explorer++ from accessing A drive when opening

See http://www.explorerplusplus.com/phpBB3/viewtopic.php?f=7&t=617 for progress on the patch being committed. You can use this unofficial modified binary with the fix until its committed to the nightly build. http://members.iinet.net.au/~bertdb/ryan/Explorer/release/Explorer++_twinsen_1.8.7z The...
by twinsen
Mon Jan 17, 2011 3:10 pm
Forum: Help and Support
Topic: Context menu current directory wrong
Replies: 7
Views: 11331

Context menu current directory wrong

My existing windows explorer context menu extensions assume the current directory is set to the "current folder" in explorer when a context menu extension is executed. I have to change them to work with explorer++ which is a bit annoying. Currently a workaround is to use another bat file. ...
by twinsen
Mon Jan 17, 2011 10:51 am
Forum: Development
Topic: Move tab to new window
Replies: 17
Views: 24094

Re: Move tab to new window

Found crash with "Duplicate Tab to New Window" How to reproduce: * Tick "Allow multiple instances" in the options * Close all tabs except one * Create a new tab of "My Computer" * Close all tabs except "My Computer" * "Duplicate Tab to New Window" ->...
by twinsen
Sat Jan 15, 2011 9:46 pm
Forum: Development
Topic: Bookmark All Tabs
Replies: 12
Views: 24335

Re: Bookmark All Tabs

I fixed the MAX_PATH limitation. I just switched it to a wstring (still haven't switched the structure over).
Demo Exe: http://members.iinet.net.au/~bertdb/rya ... sen_1.8.7z
by twinsen
Sat Jan 15, 2011 6:49 pm
Forum: Bug Reports
Topic: Pane right click hangs and crashes [solved]
Replies: 21
Views: 32135

Re: Pane right click hangs and crashes

Implemented: * New menu which works in Windows XP (uses m_pShellContext3->HandleMenuMsg2) * Icons * View menu * Help for each entry is displayed in the status bar * A few status bar bugs fixed (members were not set properly) Note: Background context menu extensions are currently removed. Demo Exe: ...
by twinsen
Fri Jan 14, 2011 7:28 pm
Forum: Bug Reports
Topic: Scrolling doesn't work [solved]
Replies: 4
Views: 6941

Scrolling doesn't work [solved]

There are a number of conditions that break scrolling with the mouse wheel. Eg if the mouse is over the name or type column while the "folders" tree is hidden, scrolling wont work, but if you move the mouse to the right a bit it suddenly starts working. The code seems to send the scroll ev...
by twinsen
Fri Jan 14, 2011 7:12 pm
Forum: Bug Reports
Topic: Pane right click hangs and crashes [solved]
Replies: 21
Views: 32135

Re: Pane right click hangs and crashes

I tried on a fairly clean Windows XP SP2 with no background context menu entries. The "new" menu looked empty, but clicking on the first two empty boxes did create a new directory and shortcut. None of the other empty boxes did anything. And the view menu is a placeholder. RightClickCleane...
by twinsen
Thu Jan 13, 2011 11:32 pm
Forum: Feature Requests
Topic: Application Toolbar Button Parameters [done]
Replies: 10
Views: 15347

Re: Application Toolbar Button Parameters

Here is the patch.
Pending changes:
* Remove "SearchAndReplace" and replace with non-wstring version.
* Change GetCommandPath/GetCommandParameters to not use wstrings internally.
AppToolParameters_Revision_163.7z
(2.24 KiB) Downloaded 630 times
by twinsen
Thu Jan 13, 2011 11:02 pm
Forum: Feature Requests
Topic: Application Toolbar Button Parameters [done]
Replies: 10
Views: 15347

Re: Application Toolbar Button Parameters

I was hoping to fix the right click crash so I don't have to maintain two branches.
I suppose if it takes too long I could at least do my 1.2 changes in revision 143 so I can release patches as soon as I do a feature.

I think feature only changed one file, so it shouldn't take long to make a patch.
by twinsen
Wed Jan 12, 2011 12:24 pm
Forum: Development
Topic: Address Bar Filter
Replies: 6
Views: 11136

Re: Address Bar Filter

Yeah it sounds good. I'll wait and see how it feels. I based mine on what 2xExplorer does, as I found it easiest to use of the gui explorers. I'm also used to the filespec filters that existed in old file managers like xtree and ztree. The ctrl-shift-f is pretty close to that and feels good for a gui.