Search found 140 matches

by MKairys
2010 Feb 05, 20:20
Forum: xplorer² Professional
Topic: sort of beta build 1803
Replies: 48
Views: 7170

nikos wrote:...the manifest file in the program folder...
That was it, thanks!
by MKairys
2010 Feb 05, 18:57
Forum: xplorer² Professional
Topic: sort of beta build 1803
Replies: 48
Views: 7170

I should have tried this by now since I'm one who has been agitating for a hidden files button :) It all works correctly on my system but I notice an odd visual effect with 1803: all my custom icons (but not the standard ones) are outlined in red!  Here's a picture: http://img168.imageshack.us/img16...
by MKairys
2009 Oct 29, 12:49
Forum: xplorer² Professional
Topic: 1.7.2.20 on Win7: change in "Show hidden files" behavior
Replies: 7
Views: 1009

Now now, just because we're all ganging up on you... :)
by MKairys
2009 Oct 28, 16:03
Forum: xplorer² Professional
Topic: 1.7.2.20 on Win7: change in "Show hidden files" behavior
Replies: 7
Views: 1009

nikos wrote:...which is the way things should be, no?
I would say no. I think it is desirable to show hidden files but hide system files. There should be two settings (like WinExp has).
by MKairys
2009 Oct 28, 14:30
Forum: xplorer² Professional
Topic: 1.7.2.20 on Win7: change in "Show hidden files" behavior
Replies: 7
Views: 1009

1.7.2.20 on Win7: change in "Show hidden files" be

I installed Win 7 on my laptop and copied my X2 settings from my Vista desktop. I noticed I was seeing normally hidden stuff, like $RECYCLE.BIN and System Volume Information. I realized I normally run with "Show hidden files and folders" checked, but on Vista I don't see them. A little exp...
by MKairys
2009 Sep 11, 11:14
Forum: xplorer² Professional
Topic: blog: game over
Replies: 28
Views: 9462

My congratulations as well. I've been married thirty years now, and looking forward to another thirty!
by MKairys
2009 Jul 03, 13:23
Forum: x2 / 2X General
Topic: Mouse gestures
Replies: 3
Views: 3145

By far the best mouse gesture program for Windows is StrokeIt, which I use with X2 all the time.

StrokeIt development was inactive for a year or so but the developer has recently returned and some very interesting enahncements are coming out.
by MKairys
2008 Dec 22, 14:33
Forum: xplorer² Professional
Topic: explore and search in .jar archive
Replies: 14
Views: 4259

More than you would think, if the code was not obfuscated. Here is a small program: public class test { public static void main( String[] args ) {    String string1 = "Hello", string2 = "world";    System.out.println(string1 + ", " + string2); } } ... and here is the re...
by MKairys
2008 Dec 22, 13:46
Forum: xplorer² Professional
Topic: explore and search in .jar archive
Replies: 14
Views: 4259

Bytecode, a.k.a. .class files.
by MKairys
2008 Apr 15, 12:07
Forum: xplorer² Professional
Topic: explore and search in .jar archive
Replies: 14
Views: 4259

you can always add an extra verb for JAR files so that it opens with xplorer2 like zip for default and with the external program through the context menu I thought about that but couldn't figure out how to do it (easily) because the shell verbs are part of the key "jarfile" and .jar can e...
by MKairys
2008 Apr 14, 13:43
Forum: xplorer² Professional
Topic: explore and search in .jar archive
Replies: 14
Views: 4259

FrizzleFry wrote:You can set the .jar extension to CompressedFolder in the registry.
But then you lose the ability to execute an executable jar.
by MKairys
2008 Mar 27, 16:55
Forum: xplorer² Professional
Topic: External editor command: more flexibility wanted
Replies: 11
Views: 1641

FrizzleFry wrote:Try adding /foi to the external editor command line.
Thank you!
Okay Nikos, never mind :)
by MKairys
2008 Mar 26, 17:38
Forum: xplorer² Professional
Topic: External editor command: more flexibility wanted
Replies: 11
Views: 1641

Sure there are differences.

1.  External Editor appears in the File menu
2.  External Editor is an available toolbar button
3.  External Editor command is less customizable!
by MKairys
2008 Mar 25, 12:45
Forum: xplorer² Professional
Topic: External editor command: more flexibility wanted
Replies: 11
Views: 1641

FrizzleFry wrote:Since Editor2 only loads one file at a time ...
Exactly my point. I would like to see more flexibility in specifying the external editor command so as to accomodate editors with more capabilities than the venerable Editor2.
by MKairys
2008 Mar 24, 21:54
Forum: xplorer² Professional
Topic: External editor command: more flexibility wanted
Replies: 11
Views: 1641

Open SendTo folder. See the properties of UE shortcut. See if any additional parameter is being passed in the Target field. No, the shortcut contains only the path to UE. Also try this: Instead of using F4 to launch UE, try creating an User command and try passing parameter $A to UE. Yes, that work...