Search found 430 matches

by snakebyte
2012 Mar 15, 01:19
Forum: Especially Useful xplorer² Topics:
Topic: Xplorer2Hack: Menu++ Customizable menu for Xplorer2
Replies: 74
Views: 286744

Menu++ was written using autohotkey. Unfortunately lot of antivirus companies mark any executable compiled with Autohotkey as virus. http://cranialsoup.blogspot.com/2008/12/autohotkey-is-not-virus-worm-or-trojan.html http://www.autohotkey.com/forum/topic31975.html My advice to you would be to contac...
by snakebyte
2011 Dec 10, 01:50
Forum: Especially Useful xplorer² Topics:
Topic: xplorer2 HACK : Convert any menu item to a toolbar button !!
Replies: 98
Views: 335121

Kilmatead,
I have updated the first post and added a direct link to your dropbox folder. Hopefully this is not a temp folder that used for sharing.

Thanks for updating the code for this tool Kilmatead :)
by snakebyte
2011 Oct 10, 22:49
Forum: xplorer² Professional
Topic: Scroll through tabs?
Replies: 2
Views: 1056

Similar to Thracx, I have following lines in my ahk global script which allows me to scroll through the X2 tabs with Ctrl + wheel actions. #IfWinActive, ahk_class ATL:ExplorerFrame ;Switch to Right Tab ^WheelUp:: SendMessage, 0x0111 , 33039 , 0, ,ahk_class ATL:ExplorerFrame ;Switch to Right Tab ^Whe...
by snakebyte
2011 Aug 14, 01:25
Forum: xplorer² Professional
Topic: Token for Active pane path?
Replies: 19
Views: 3329

Here is what I use to get the active pane path in my AHK scripts

Code: Select all

WinActivate, ahk_class ATL:ExplorerFrame

ControlGetText, OutputVar, Edit1, ahk_class ATL:ExplorerFrame

msgbox %OutputVar%
by snakebyte
2011 Aug 11, 04:19
Forum: xplorer² Professional
Topic: move a file to a parent folder
Replies: 11
Views: 5943

Here you go.

Usage:

Code: Select all

 > FlattenFolder.exe "$P" 
Please exercise caution while executing this script as its action cannot be undone. Test it first on some temp folder with test files before going wild with it.
by snakebyte
2011 Aug 10, 20:47
Forum: xplorer² Professional
Topic: move a file to a parent folder
Replies: 11
Views: 5943

all the contents are moved without retaining the containing folder structure it's kind of a big single-level-flattening-merge-type-o-thing then, yeah?  I presume it has a custom purpose? I download lot of stuff online and in many cases the downloaded folders have redundant child folders containing ...
by snakebyte
2011 Aug 10, 17:05
Forum: xplorer² Professional
Topic: move a file to a parent folder
Replies: 11
Views: 5943

Something similar. I use following autohotkey script to flatten current folder. All the files from child folders are physically moved to the current folder (as long as there are no duplicates) and all the empty child folders are then deleted. if %1% { currentFolder = %1% MsgBox, 4, , Do you want to ...
by snakebyte
2011 Jun 16, 19:40
Forum: xplorer² Professional
Topic: xplorer2 181.13 beta
Replies: 28
Views: 13311

Crashes upon launching a new Windows layout. Sent you the minidump.

BTW Happy Birthday Xplorer2 :party: . What would I have done without  you.  :)
by snakebyte
2011 May 20, 02:43
Forum: xplorer² Professional
Topic: alpha 1819
Replies: 34
Views: 7402

Re: Tree icon spacing...

FYI on XP, if I make the folder tree show large icons, then disable it, the icons re-space themselves correctly vertically, but not horizontally.   http://i.imgur.com/0Wj5G.png Hiding/showing the folders or the pane doesn't fix it, but closing or exiting (then re-opening) does. confirmed here on XP...
by snakebyte
2011 May 13, 00:54
Forum: xplorer² Professional
Topic: xplorer2 v2.0
Replies: 300
Views: 55658

Any plans of plug-in/API support? I would love to have access to following APIs 1. Get list of open tabs in both the panes 2. Switch to a tab by specifying  index and pane 3. Close a tab by specifying index and pane 4. API to create a new .cida by providing a list of paths 5. Read/write current mini...
by snakebyte
2011 Jan 07, 09:51
Forum: xplorer² Professional
Topic: christmas sale
Replies: 6
Views: 1502

Congrats! :beer:

I tried helping too by spreading good word in the user comments area ;-)
by snakebyte
2010 Dec 20, 02:03
Forum: Especially Useful xplorer² Topics:
Topic: xplorer2 Resource Updating and Management for Dummies
Replies: 55
Views: 88530

Great tutorial. Thanks for putting it together  :D

I loved the layout of your Column Customization dialog. Can you also share the before and after screen shots of other resources that you have customized? This will give us a good idea of what can be changed and how the change would look like.
by snakebyte
2010 Dec 20, 01:43
Forum: Especially Useful xplorer² Topics:
Topic: xplorer2 HACK : Convert any menu item to a toolbar button !!
Replies: 98
Views: 335121

Sorry for the late reply. I don't visit this forum often. MenuHack can only execute single X2 commands. If you want to run multiple X2 commands from toolbar, you can write a simple vbscript or autohotkey script with all the actions you want to execute. Create a user command to execute that script an...
by snakebyte
2010 Dec 12, 05:27
Forum: xplorer² Professional
Topic: clarifications for v1.81
Replies: 42
Views: 14277

Great job Kilmatead!! :ok:  I will definitely give this a try.
by snakebyte
2010 Dec 10, 18:10
Forum: xplorer² Professional
Topic: clarifications for v1.81
Replies: 42
Views: 14277

External resource dll is a great idea! Thanks Nikos for considering taking this route.

Kilmatead, why do you need the full VS? Won't just the ResHacker or any other resource editor work for you?