Search found 110 matches

by otrov
03 Sep 2013, 22:09
Forum: Early Access Program
Topic: Portable install?
Replies: 23
Views: 65285

Re: Portable install?

Jan, thanks for your reply and I hope 3.1 installation will include portable option

The thread you all link couple of times in this (and similar) thread is hard attempt, but far from declaring it portable
Despite complicated workaround, writing to registry is not something many people can afford ...
by otrov
31 Aug 2013, 12:45
Forum: Early Access Program
Topic: Portable install?
Replies: 23
Views: 65285

Re: Portable install?

Sorry to revive old thread, but I agree with OP that there is no reasonable way to use AS on portable device, while other players in same arena offer this possibility.

Personally for me it's not that hard to use TC instead, but as I'm Automation plugin addict I would have to convert my scripts and ...
by otrov
01 Jul 2013, 00:01
Forum: Feature Requests
Topic: Find duplicates and select duplicates
Replies: 1
Views: 6050

Find duplicates and select duplicates

Find duplicates is great feature to Find dialog, although I think it's a little buried in the menu and not that easily discoverable.

If I don't miss something obvious I would like to suggest a little enhancement to this action.
For example take a look at this result:

http://i.imgur.com/9jwjIns ...
by otrov
12 Jun 2013, 21:10
Forum: Feature Requests
Topic: Simple listbox control for Salamander.Forms
Replies: 0
Views: 12664

Simple listbox control for Salamander.Forms

I guess for simplicity sake, Salamander.Forms in Automation plugin, lacks some common controls like:

radio buttons
combobox
listbox
All these controls, on simple level, can be replaced by listbox control with ability to select only one item. It will allow mimicking each of those.

For example ...
by otrov
06 Jun 2013, 21:27
Forum: Feature Requests
Topic: Date & Time Variables for User Menu
Replies: 3
Views: 8571

Re: Date & Time Variables for User Menu

That perhaps would be handy for your current and particular problem. If AS provides too many variables it would just clutter current easy access

But, AS provides Automation plugin, which can be accessed with various scripting languages.
I find that as the right place for handling any exotic feature ...
by otrov
23 May 2013, 22:58
Forum: Problems and Troubleshooting
Topic: Automation issues with Python COM
Replies: 7
Views: 17609

Re: Automation issues with Python COM

Manison, Python works fine for automation scripts, but problem is with just some Salamander exposed function. As reported I noticed issue with `Salamander.ViewFile` and `Salamander.WaitWindow`.

ActiveState Python is bundled with pywin32, so this Python distribution should work out of the box with ...
by otrov
23 May 2013, 11:18
Forum: Problems and Troubleshooting
Topic: Automation issues with Python COM
Replies: 7
Views: 17609

Re: Automation issues with Python COM

OK :)

I just tried on another XP PC with same version of Salamander and Python, and I get same crash
by otrov
23 May 2013, 10:34
Forum: Problems and Troubleshooting
Topic: Automation issues with Python COM
Replies: 7
Views: 17609

Re: Automation issues with Python COM

It's 2.54. Here is log:


Information About Exception:
Exception: access violation: read on 0x00000000
Exception origin: thread ID = 0x1A4, execution address = 0x21A112E8 (automation.spl: 0x112E8)

Call Stacks:
Thread with Exception (ID: 0x1A4): in Automation
WinMainBody(0x400000, , , 1 ...
by otrov
23 May 2013, 02:27
Forum: Problems and Troubleshooting
Topic: Automation issues with Python COM
Replies: 7
Views: 17609

Automation issues with Python COM

1. Consider this VBS automation script:

Salamander.ViewFile "c:\temp\log.txt"

and this Python automation script:

Salamander.ViewFile(r"c:\temp\log.txt")

I would expect they return same result, but Python one crashes Salamander:

Information About Exception:
Exception: access violation ...
by otrov
17 May 2013, 00:42
Forum: General Discussion
Topic: How to match tab while searching?
Replies: 1
Views: 6578

How to match tab while searching?

I was searching for files containing regex pattern where Tab was one of the queries, and didn't get result although I knew there is at least one.
It turns out that AS in some places doesn't support common "\t", "\d", "\w", "\s" ... regex placeholders, but it treats them as literal character: "t", "d ...
by otrov
27 Apr 2013, 22:12
Forum: Feature Requests
Topic: Remove history item
Replies: 3
Views: 8462

Re: Remove history item

I won't debate over this particular implementation, as I mentioned Firefox because it's popular software. Implementation detail can be sensitive to developers.

Here is for example another approach (foobar2000):

http://i.imgur.com/rrkRBN0.png

context menu with remove history item is triggered by ...
by otrov
27 Apr 2013, 08:37
Forum: Feature Requests
Topic: Remove history item
Replies: 3
Views: 8462

Remove history item

For example, in Firefox when I hover over item from list dropdown and press Delete key, that item is removed from history.

I want to suggest this feature for "Command line" input box history and "List of working directories" history. Maybe also for other places for which AS is saving history
by otrov
27 Mar 2013, 01:21
Forum: Feature Requests
Topic: Compare directories and ignore line endings
Replies: 0
Views: 12452

Compare directories and ignore line endings

I couldn't find such option and thought to request it.

When comparing directories, files with same contents but different line endings are marked as different. In some scenarios this is not desired (i.e. version control), and it is to be expected that user would want an option to ignore line ...
by otrov
26 Feb 2013, 02:34
Forum: Feature Requests
Topic: Find Files and Dirictories features
Replies: 5
Views: 11254

Re: Find Files and Dirictories features

[*]Add export search result future. As "Make File List" from "Commands" menu.
A workaround for this feature can be accomplished by User Menu action, which is available in Find dialog.
For example, I created makefile.cmd batch with this contents:

@echo off
set filelist=c:\temp\filelist.txt
type ...
by otrov
18 Dec 2012, 13:55
Forum: Feature Requests
Topic: Confirmation dialog on doube-click multiple selected files
Replies: 3
Views: 7786

Re: Confirmation dialog on doube-click multiple selected fil

Yes it was.
So this looks like a bug or misfortune design of find dialog, as I can't make to launch bunch of selected files just by double clicking elsewhere, including Explorer and Explorer's search mode

PS. IIRC that is how Nautilus file manager behaves on Linux - allows launching multiple ...