Search found 430 matches

by snakebyte
2017 Apr 07, 08:11
Forum: xplorer² Professional
Topic: feedback required: scripting xplorer2
Replies: 13
Views: 1208

Re: feedback required: scripting xplorer2

Nikos, I am not in favor of learning a new/custom scripting language for automating Xplorer2. I would prefer if you go the COM automation way of adding the proper scripting support. Windows standard automation interfaces have been around for quite some time and are well documented. They are supporte...
by snakebyte
2014 Nov 26, 01:23
Forum: xplorer² Professional
Topic: alpha version 2508
Replies: 13
Views: 4794

Re: alpha version 2508

Thanks for implementing the loading and saving scap pane as text files Nikos :-). I noticed that when text files are used to load the scrap pane window and their contents is modified, pressing the save button does not modifies the underlying text file. It pops up the save as dialog. Can we change th...
by snakebyte
2014 Jun 06, 19:42
Forum: xplorer² Professional
Topic: load file list into scrap
Replies: 14
Views: 5746

Re: load file list into scrap

ok, I'll add a text import command somewhere Thank you Nikos. Please add the option to load and save scrap content as text files in the scrap context menu. I would really like to leverage this feature in the miniscrap pane. In the context menu, you can update the "Load contents..." and th...
by snakebyte
2014 Jun 05, 05:31
Forum: xplorer² Professional
Topic: load file list into scrap
Replies: 14
Views: 5746

Re: load file list into scrap

I run many scripts that generate lists of files that I can send to other programs... sometimes it would be nice to see such a list of files in a scrap pane. +1. I had requested this feature long back. I tried generating my own CIDA file but had to give up after trying hard due to lack of documentat...
by snakebyte
2014 Jan 18, 03:00
Forum: xplorer² Professional
Topic: No Drag and Drop to xplorer2? Can that be right?
Replies: 18
Views: 8272

Re: No Drag and Drop to xplorer2? Can that be right?

Try to install x2 in a non-default install location such as c:\temp or d:\mytools etc and see if you are still hitting this problem.
by snakebyte
2013 Oct 30, 05:23
Forum: xplorer² Professional
Topic: Overwide frame at the left
Replies: 25
Views: 4373

Re: Overwide frame at the left

We'll I didn't see Niko's reply before posting mine :wink:
by snakebyte
2013 Oct 30, 05:22
Forum: xplorer² Professional
Topic: Overwide frame at the left
Replies: 25
Views: 4373

Re: Overwide frame at the left

edit: still could be a good thing to have a keyboard shortcut for the settings! I understand it's not healthy to be accessing it so often but... Alt+sequences are not very fast.. From menu select Customize > Keyboard... > Category - Actions > Save Settings now > Press new shortcut key :
by snakebyte
2013 Aug 24, 20:58
Forum: xplorer² Professional
Topic: Tiny toolbar configuration dialog
Replies: 7
Views: 2549

Re: Tiny toolbar configuration dialog

You can use following autohotkey script to dynamically resize and reposition the controls on this dialog SetTimer, WindowMonitor, 1000 WindowMonitor: SetTitleMatchMode 2 IfWinExist, Customize Toolbar { ;WinMove, Customize Toolbar, ,x, y, width,height WinMove, Customize Toolbar, ,450, 150,,600 ; cont...
by snakebyte
2013 Aug 16, 01:06
Forum: Especially Useful xplorer² Topics:
Topic: Xplorer2Hack: Menu++ Customizable menu for Xplorer2
Replies: 74
Views: 285857

Re: Xplorer2Hack: Menu++ Customizable menu for Xplorer2

You may add the bookmark functionality by inserting following code at the end of MenuHandler: block IfInString,action,Bookmark`, { Title := "ahk_class ATL:ExplorerFrame" StringTrimLeft,path,action,9 ; Create a new tab SendMessage, 0x0111 , 33036 , 0, ,%Title% ; Set focus on Address bar Sen...
by snakebyte
2013 Aug 16, 00:55
Forum: xplorer² Professional
Topic: windows 8.1
Replies: 5
Views: 1482

Re: windows 8.1

Works great! Is there any particular feature you want me to test out?
by snakebyte
2013 Jul 09, 22:18
Forum: Especially Useful xplorer² Topics:
Topic: Xplorer2Hack: Menu++ Customizable menu for Xplorer2
Replies: 74
Views: 285857

Re: Xplorer2Hack: Menu++ Customizable menu for Xplorer2

When I originally wrote menu++ Autohotkey menu command did not support icons. This support has been added now http://l.autohotkey.net/docs/commands/Menu.htm#MenuIcon Someday when I have time, I will add the icon support ;-) I would like to mention that with version v1.2, Menu++ is not just restricte...
by snakebyte
2013 Jul 08, 20:12
Forum: Especially Useful xplorer² Topics:
Topic: Xplorer2Hack: Menu++ Customizable menu for Xplorer2
Replies: 74
Views: 285857

Re: Xplorer2Hack: Menu++ Customizable menu for Xplorer2

I have been using Menu++ on Windows 7 and Windows 8 x64 without any problems. When did you last download Menu++? I remember recompiling it with the latest autohotkey binaries and uploading it around the time when windows 7 was released. Try to download the latest executable and see if the issues you...
by snakebyte
2012 Jun 09, 06:54
Forum: xplorer² Professional
Topic: Feature Request: Switch to existing tab
Replies: 5
Views: 1641

I'm aware of these hotkeys. My request is different. I have multiple folders on same drive with different paths with the same name. Just by looking at the open tab names it is difficult to identify the correct folder. I don't want to spend time in switching tabs looking for a particular folder and I...
by snakebyte
2012 May 23, 04:57
Forum: xplorer² Professional
Topic: Feature Request: Switch to existing tab
Replies: 5
Views: 1641

Well it’s not the same. Consider you have 5 folders open across both the panes A,B,C,D,E. Let’s say folders D and E are currently visible in left and right panes. If the pane with folder D is active and I enter address for folder A in the address bar, it will change the folder D path to folder A and...
by snakebyte
2012 May 21, 03:54
Forum: xplorer² Professional
Topic: Feature Request: Switch to existing tab
Replies: 5
Views: 1641

Feature Request: Switch to existing tab

I often end up with multiple instances of duplicate tabs pointing to same folder in X2, which increases the tab clutter. Can we have a feature where when I invoke X2 with a special command line switch and a path, it switches to the first instance of that tab instead of creating a new one? If there i...