Search found 15804 matches

by nikos
2003 Jun 17, 19:12
Forum: 2X Explorer Support
Topic: Incorrect sort by filename in 2xExplorer in WinXP
Replies: 4
Views: 1780

most probably you are puzzled about zipfolders
they are folders in XP and as such sorted up there with the rest of the folders
by nikos
2003 Jun 17, 14:14
Forum: 2X Explorer Support
Topic: bug or intended feature in xplorer2?
Replies: 5
Views: 1918

what about a quadruple click? :)
i'll have to check the docs for WM_MOUSEACTIVATE for any improvements...
by nikos
2003 Jun 17, 13:25
Forum: 2X Explorer Support
Topic: bug or intended feature in xplorer2?
Replies: 5
Views: 1918

you can't defer the decision waiting for a d-click, it has to be made first time round however i thought of a compromise: x2 will check to see if there's a prior selection and will only eat the first click if there is one; otherwise it will act as it used to since there's nothing to protect note tha...
by nikos
2003 Jun 17, 13:18
Forum: x2 / 2X General
Topic: xplorer2 0.0.32 - great job!
Replies: 4
Views: 3834

folders are always sorted first, you may be puzzled about zipfolders -- you are not the only one! i'm working on columns for x.33 there's no such thing as user menus yet, but the command history can be used for that. Note that all combos in x2 are like 2x's i.e. if you type win and hit up-arrow the ...
by nikos
2003 Jun 17, 10:55
Forum: 2X Explorer Support
Topic: Reodering Colloumns in x2
Replies: 2
Views: 1316

that's what i'm working on as we speak, it should be in for x.33
by nikos
2003 Jun 17, 10:53
Forum: 2X Explorer Support
Topic: bug or intended feature in xplorer2?
Replies: 5
Views: 1918

the problem isn't where you click
you've been bitten by the new "eat first click" feature when you activate a pane with the mouse
this is to protect the prior selection which would otherwise be wasted by the click
by nikos
2003 Jun 16, 11:29
Forum: 2X Explorer Support
Topic: Opening zip files
Replies: 2
Views: 1394

see FAQ #25
by nikos
2003 Jun 16, 08:09
Forum: 2X Explorer Support
Topic: registry "hack" for horizontal panes?(one above the other)
Replies: 1
Views: 1156

you don't need a hack, this is something adjustable from View | Options (2nd page)

only for xplorer2 you need to get into the registry for tweaks like that, as explained in alpha.txt
by nikos
2003 Jun 15, 10:36
Forum: 2X Explorer Support
Topic: File extensions
Replies: 1
Views: 1221

only through the windows Folder Options checkbox ("hide extensions for known file types")
xplorer2 has separate columns for display name and real name, the latter includes the extension at all times
by nikos
2003 Jun 14, 09:11
Forum: 2X Explorer Support
Topic: Batch template -about windows & dos apps
Replies: 12
Views: 3720

zippit, these are all dos commands, including echo . Not too much to worry, you can easily do without them starsurfer: are you sure you're using xplorer2? ( not 2x) in x2 $B is correctly identified in the addressbar, like the rest of the $-tokens. Try something like: $ echo "$N" "$B.e...
by nikos
2003 Jun 13, 12:29
Forum: 2X Explorer Support
Topic: More special tokens
Replies: 6
Views: 2275

ok, it should be there for x.32
by nikos
2003 Jun 13, 12:28
Forum: 2X Explorer Support
Topic: Batch template -about windows & dos apps
Replies: 12
Views: 3720

in x2 all $-tokens can be used in the addressbar, except counters
by nikos
2003 Jun 13, 12:25
Forum: 2X Explorer Support
Topic: right click email?
Replies: 8
Views: 2689

items that show up in the "send to" menu are real contents of a real folder called SENDTO. Usually it's in the user profile folder e.g. C:\Documents and Settings\umeca74\SENDTO if you add shortcuts there, they appear as targets in the send to menu. Add a shortcut to wordpad (rename it to t...
by nikos
2003 Jun 12, 19:31
Forum: 2X Explorer Support
Topic: Problem with viewing not plain-text files
Replies: 18
Views: 5701

30 secs for 500K is abnormal
in 1-2 seconds i can load easily 1MB
have you tried the standalone editor2?
it could be something to do with the locale, if you are living in some non-english place where binary characters are tried to be deciphered as multibyte or something
by nikos
2003 Jun 12, 17:03
Forum: 2X Explorer Support
Topic: More special tokens
Replies: 6
Views: 2275

i'll have a think about it if there's just one token for the inactive focus then it has to be something that holds the full path. On the other hand it would only be useful for the normal window (i.e. not for the scrap that doesn't have the concept of a "current folder") so perhaps the best...