Search found 109 matches

by twinsen
Sat Feb 12, 2011 8:22 pm
Forum: Development
Topic: Save Settings Menu
Replies: 1
Views: 6350

Save Settings Menu

This menu item "Save Settings" allows quick saving of current tabs and settings, without having to exit. Its also hooked up to the "CTRL-S" shortcut. Useful if you leave explorer running for a long time and don't want to exit just to save the current state. You can test the behav...
by twinsen
Sat Feb 12, 2011 8:07 pm
Forum: Feature Requests
Topic: save tabs, even into multiple groups of tabs
Replies: 27
Views: 25978

Re: save tabs, even into multiple groups of tabs

I made a patch for saving tabs when crashes occur: http://www.explorerplusplus.com/phpBB3/viewtopic.php?f=7&t=733&start=0 I also put a "Save Settings" item in the menu to save all settings (including tabs) without exiting. http://www.explorerplusplus.com/phpBB3/viewtopic.php?f=7&am...
by twinsen
Sat Feb 12, 2011 8:02 pm
Forum: Development
Topic: Save Tabs When Crash Occurs
Replies: 1
Views: 5463

Save Tabs When Crash Occurs

Its quite annoying when unexpected crashes cause you to lose all your open tabs. This patch saves the settings when a crash occurs. To test the patch, you may consider putting a temporary crash in. I put this in "ApplicationToolbarHandler.cpp/ApplicationToolbarOpenItem", and then I just cl...
by twinsen
Mon Feb 07, 2011 3:44 pm
Forum: Development
Topic: Bookmark All Tabs
Replies: 12
Views: 24293

Re: Bookmark All Tabs

I found QTTabBar has a nice feature like this. Its called "groups" Right click tab, click "Create new Group..." Then tick "Add all tabs" OK Now you can re-open your "session" later by clicking the star and selecting it. Sometimes its good to see what other exp...
by twinsen
Sun Feb 06, 2011 7:10 pm
Forum: Bug Reports
Topic: Scrolling doesn't work [solved]
Replies: 4
Views: 6938

Re: Scrolling doesn't work [solved]

The bug that this thread was addressing was that when the folder tree is hidden, if the mouse is over the area it used to take up scrolling does not work. This fix has been integrated in the nightly build in revision 184. "- The treeview would be sent scroll messages regardless of whether or no...
by twinsen
Sat Feb 05, 2011 9:50 pm
Forum: Help and Support
Topic: Search textbox..?
Replies: 12
Views: 14878

Re: Search textbox..?

I'd like a search textbox in a toolbar too. With Windows XP explorer with QTTabBar, it has a "Search Box" in the "QTTab Standard Buttons" toolbar. You can type filters like "*.txt" into it. Its also case insensitive and works on subfolders! The search textbox in win7 se...
by twinsen
Thu Feb 03, 2011 9:55 pm
Forum: Feature Requests
Topic: save tabs, even into multiple groups of tabs
Replies: 27
Views: 25978

Re: save tabs, even into multiple groups of tabs

Oh and if you find a crash, could you see if you can find the corresponding crash dump in the temporary directory? Eg for 1.2 it looks like "Explorer++1.2-*.dmp" Create a post with which nightly exe it was, attach it, and hopefully someone can work out the revision and locate the line wher...
by twinsen
Thu Feb 03, 2011 9:48 pm
Forum: Feature Requests
Topic: save tabs, even into multiple groups of tabs
Replies: 27
Views: 25978

Re: save tabs, even into multiple groups of tabs

I've been having some annoying crashes too (but I am still using 1.2 with some mods). One crash happens when I click on a button in the app bar (quite rare). I've had it happen maybe 4 times. The crash dumps always says its happening in "OpenFileItem(pidl,szCommandParameters);", szCommandP...
by twinsen
Thu Feb 03, 2011 12:43 pm
Forum: Feature Requests
Topic: Bread crumb address bar
Replies: 7
Views: 12001

Bread crumb address bar

A windows7 like address bar supporting "bread crumbs", like: http://techie-buzz.com/how-to/add-breadcrumbs-to-your-address-bar-with-qt-address-bar.html Someone said that lack of "bread crumbs" would be a deal breaker for switching to explorer++. I haven't used bread crumb address...
by twinsen
Mon Jan 31, 2011 12:40 pm
Forum: Bug Reports
Topic: Filters don't work on subfolders
Replies: 2
Views: 4257

Filters don't work on subfolders

I'd like setting a filter to work on subfolders.
For example one directory I have has about 200 sub folders, and it would be easier to find the one I want if I could just set a filter to "*bla*".