AutoHotkey Community

It is currently May 26th, 2012, 3:36 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: April 14th, 2008, 7:10 pm 
I just found this one, it's able to open 4 panels at one window

It's portable and smallest file manager ever 180KB

Features:
Favorites: - Quick access to most often used folders.
Drag&Drop: - Move files by dragging in Q-views, and other programs such as MS Explorer.
Clipboard: - Copy/ Paste between the Q-Dir directory views, and other programs such as MS Explorer.
Folder-Type: - ZIP-, FTP-,cabinet-,network-, system - folders, shortcuts ...
Views: - Large icons, tiles, list, detail, thumbnail (Vista: extra large symbols) .
Export: - to XLS, CSV, TXT, HTML.
Popup Menus: - Desktop, My Computer.
Screen magnifier: - anything on the screen can be enlarged.
Color Filter: - Different colors for different item types (e.g. *.log;*.txt).
Highlight-Filter: - Effective way for fast items highlighting.
File-Filter: - Allows for quick and easy filtering of the items.
Columns: - All columns support, and save function .
Quick-Link“s: - For fast folder access.
Folder-Select: - Fast & flexible folder selection address-bar/ desktop menu/ my-computer menu/...
Multi-INI: - Several INI files for Q-Dir.
Tree-View: - Simple and quadruple.
Preview: - Allows a quick preview.

http://www.softwareok.com/?seite=Softwa ... ge=english


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 15th, 2008, 8:13 pm 
Offline

Joined: November 7th, 2006, 9:47 pm
Posts: 1933
Location: Germany
I did not tested it out, because I am happy with my SpeedCommander 11. But this one looks nice. IT IS SO SMALL :!:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 15th, 2008, 9:28 pm 
Offline

Joined: February 18th, 2008, 8:26 pm
Posts: 442
The English translation is incomplete.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 20th, 2008, 9:21 am 
Offline

Joined: July 16th, 2005, 11:39 am
Posts: 96
Useful features, compact, with a reasonable memory footprint. I'm on a multi-boot system, and the portability is a plus. Thanks for the post.

_________________
“yields falsehood when preceded by its quotation” yields falsehood when preceded by its quotation.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Thanks!
PostPosted: April 22nd, 2008, 12:38 pm 
I've tried SO MANY explorer replacements and have finally found one I can use! A million thanks!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 22nd, 2008, 3:51 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8775
@Torrente: Many thanks.. cool tool.


Q-Dir uses regular Windows controls and so can be automated with AHK.

Here is an example code to toggle the display of TreeView Pane:

Code:
#IfWinActive Q-Dir 3.03 ahk_class ATL:00409DB0

F3:: ; Toggle Display of TreeView Pane
ControlGet, hTV, Hwnd,, SysTreeView321, A
If DllCall( "IsWindowVisible", UInt, hTv )
   SendMessage, 0x111, 32877,,, A ; No TreeView
Else
   SendMessage, 0x111, 32875,,, A ; One TreeView for All
Return

#IfWinActive


For the other magic numbers, you may refer the Menu Resource extracted with ResHacker:

Code:
128 MENU
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
{
POPUP "&File"
{
   MENUITEM "&New (Cloning)\tStrg+N",  57600
   MENUITEM "&Open...\tCtrl+O",  57601
   MENUITEM "&Save\tCtrl+S",  57603
   MENUITEM "Set at Desktop Item",  32820
   MENUITEM "E&xport",  32816
   MENUITEM "&Exit\tAlt+F4",  57665
   MENUITEM SEPARATOR
}
POPUP "&Edit"
{
   MENUITEM "for aktiv View",  32808,  GRAYED
   MENUITEM SEPARATOR
   MENUITEM "Select A&ll\tCtrl+A",  57642
}
POPUP "&View"
{
   MENUITEM "&Status Bar",  59393
   MENUITEM "&Full Screen\tF11",  32859
}
POPUP "&Favorites"
{
   MENUITEM "Add to Favorites...",  32919
   MENUITEM "Organize Favorites...",  32779
   MENUITEM "Folder",  32841
   MENUITEM SEPARATOR
   MENUITEM "In new Q-Dir with Ctrl",  32784,  GRAYED
}
POPUP "E&xtras"
{
   POPUP "Q-Dir always ..."
   {
      MENUITEM "Normal (the default)",  32945
      MENUITEM "Maximized start",  32946
      MENUITEM "With current window position",  32947
      MENUITEM "Last window position",  32948
      MENUITEM SEPARATOR
      MENUITEM "now: &centered",  32949
      MENUITEM "now: to the &left edge",  32950
      MENUITEM "now: to the &right edge",  32951
      MENUITEM SEPARATOR
      MENUITEM "Classic Design",  32880
      MENUITEM "Flat Design",  32881
   }
   POPUP "Starting as"
   {
      MENUITEM "Q-Dir",  32960
      MENUITEM "3T-Dir",  32961
      MENUITEM "3B-Dir",  32962
      MENUITEM "2H-Dir",  32963
      MENUITEM "2V-Dir",  32964
      MENUITEM "4H-Dir",  32966
      MENUITEM "4V-Dir",  32968
      MENUITEM "3H-Dir",  32967
      MENUITEM "3V-Dir",  32969
      MENUITEM "Use last view",  32965
   }
   POPUP "Color && Columns"
   {
      MENUITEM "Use Color-Filter",  32802
      MENUITEM "Save columns",  32803
      MENUITEM "Full row select",  32805
      MENUITEM "Show grid lines",  32806
   }
   POPUP "Tree-View"
   {
      MENUITEM "One 4 all",  32875
      MENUITEM "All have one",  32876
      MENUITEM SEPARATOR
      MENUITEM "No use",  32877
   }
   MENUITEM SEPARATOR
   POPUP "System"
   {
      MENUITEM "Show hiden files && folders",  32793
      MENUITEM "Hide extensions for known file types",  32794
      MENUITEM "Add Q-Dir to shell contextmenu",  32800
      MENUITEM "Regiister (*.qdr) for Q-Dir",  33999
      MENUITEM SEPARATOR
      MENUITEM "... &more",  32798
   }
   POPUP "Network"
   {
      MENUITEM "Connect Drive",  32837
      MENUITEM "Disconnect Drive",  32838
   }
   MENUITEM SEPARATOR
   MENUITEM "... &more Options",  32804
}
POPUP "Info"
{
   MENUITEM "&about Q-Dir...",  57664
   MENUITEM "&License...",  32778
   MENUITEM "&Help",  57670
   MENUITEM SEPARATOR
   MENUITEM "&DONATE",  32910
   MENUITEM "More Freeware of Nenad Hrg",  32780
   MENUITEM "Contact me",  32781
   MENUITEM "Error report ",  32782
   MENUITEM "Suggestion for improvements",  32783
   MENUITEM SEPARATOR
   MENUITEM "Recommend Q-Dir",  32817
   MENUITEM "Send Q-Dir by e-mail",  32818
}
POPUP "X"
{
   MENUITEM "Add your Fav. Search-Provider ",  32909
}
}


:)


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Q-Dir Problems
PostPosted: May 4th, 2008, 6:02 am 
Offline

Joined: November 8th, 2005, 7:44 am
Posts: 16
Location: Chicago, IL
Nice 4-pane, but in VISTA it cannot distinguish between files in the Program Files section and files in the VirtualStore/Program Files section. Everything in VirtualStore shows up as if it resides in C:\Program Files, but if you try to copy/move etc....whoops! File not found!


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group