Search found 23 matches

by rattle
Fri 31 Jan, 2020 13:38
Forum: Обсуждение плагинов
Topic: ClipCopy (Clipboard Copy) — Копирование через буфер обмена
Replies: 131
Views: 58563

ClipCopy (Clipboard Copy) — Копирование через буфер обмена

Начиная с версии Far 3.0.5464 x64 плагин перестал работать. Sorry; don't know Russian - but I can confirm, stopped working for me, too. Same error code 0x800401f0. Translation: 0x800401F0: CoInitialize has not been called. Looking at ClipCopyW3x64.dll code, it imports CoCreateInstance but not CoIni...
by rattle
Mon 18 Feb, 2019 22:18
Forum: Support and Troubleshooting
Topic: How to search for files faster in FAR manager!
Replies: 16
Views: 33682

How to search for files faster in FAR manager!

Here is another plugin that supports Everything in FAR:
viewtopic.php?f=39&t=11195
by rattle
Sat 01 Dec, 2018 16:26
Forum: General Plug-In Discussions
Topic: FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search
Replies: 21
Views: 27305

FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search

Pls make x32 version. Thanks Hey there, I briefly tested and released x86 and x64 versions. I also released the version 2.0 that I have been using privately, please check out the Github page for details. Cheers & thanks for the interest! https://plugring.farmanager.com/plugin.php?pid=975&l=...
by rattle
Sat 30 Jun, 2018 21:58
Forum: General Plug-In Discussions
Topic: FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search
Replies: 21
Views: 27305

FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search

Quick update: I released version 1.1 which fixes a minor bug. Navigating to any file which was located in a drive root was impossible.
by rattle
Sun 10 Jun, 2018 01:01
Forum: General Plug-In Discussions
Topic: FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search
Replies: 21
Views: 27305

Far Remote Control plugin (navigate to folder in FAR from an external program, such as Everything search)

You might wish to announce your plug-in and/or register it at the PlugRing (however buggy it is). Ok, I need help. How do I upload stuff to the plugring? I simply cannot find a way to do that :Search: BTW, you might edit the topic starting post so that it is the announcement, and I'd move the topic...
by rattle
Sun 10 Jun, 2018 00:12
Forum: General Plug-In Discussions
Topic: FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search
Replies: 21
Views: 27305

Is there any way to open a folder in an existing FAR instance from an external program?

rattle , looks nice. FYI: far/plugin.hpp is not intended to be used directly, it's better to use plugins/common/unicode/plugin.hpp . Also, there's a plugin to search via Everything directly from Far. I will replace the plugin.hpp asap, thanks for the hint. Regarding the LiveFileSearch plugin; It's ...
by rattle
Sat 09 Jun, 2018 22:49
Forum: General Plug-In Discussions
Topic: FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search
Replies: 21
Views: 27305

Is there any way to open a folder in an existing FAR instance from an external program?

The proper way to do that is to implement a plugin that would start a background thread, listen a pipe / socket / any other IPC stuff there and, when needed, post a message to the main thread via ACTL_SYNCHRO. Far will then pass that message to the plugin's ProcessSynchroEventW function where you c...
by rattle
Fri 04 May, 2018 00:23
Forum: General Plug-In Discussions
Topic: FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search
Replies: 21
Views: 27305

Is there any way to open a folder in an existing FAR instance from an external program?

I'll look into coding something that can forward commands to an active far session The proper way to do that is to implement a plugin that would start a background thread, listen a pipe / socket / any other IPC stuff there and, when needed, post a message to the main thread via ACTL_SYNCHRO. Far wi...
by rattle
Thu 03 May, 2018 16:11
Forum: General Plug-In Discussions
Topic: FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search
Replies: 21
Views: 27305

Is there any way to open a folder in an existing FAR instance from an external program?

Thanks for the confirmation. I will wait for a little while if someone has a brilliant idea or already knows a plugin that could provide this. Otherwise, I'll look into coding something that can forward commands to an active far session.
by rattle
Thu 03 May, 2018 15:13
Forum: General Plug-In Discussions
Topic: FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search
Replies: 21
Views: 27305

FRC: Far Remote Control — navigate to folder from an external program, e.g. Everything search

This is my original question and how this plugin came to be: Is there any way to open a folder in an existing FAR instance from an external program? I would like to have an external program open a folder in my already running FAR instance. For example, the external program executes something like fa...
by rattle
Fri 16 Mar, 2018 03:27
Forum: Macro Commands Discussions
Topic: Better way to issue shell command programmatically?
Replies: 3
Views: 19936

Better way to issue shell command programmatically?

For this particular case, that is an alright alternative - however, it is not as good as goto: because it will not work as well for files as goto. However, I have asked myself this question with many FAR shell commands that I like to execute programmatically, a generic solution would be best.

Go to advanced search