Search found 53 matches

by senpost
Thu 14 Jul, 2011 17:29
Forum: General Plug-In Discussions
Topic: FarNet - .NET Far API and .NET plugin manager (English)
Replies: 39
Views: 55338

Re: FarNet - .NET Far API and .NET plugin manager (English)

Code: Select all

Far.Net.PostText("viewer:a.txt", true); //This doesnt work
Far.Net.PostText("viewer:a.txt" + Environment.NewLine, true); //This works
Thanks
by senpost
Thu 14 Jul, 2011 16:58
Forum: General Plug-In Discussions
Topic: FarNet - .NET Far API and .NET plugin manager (English)
Replies: 39
Views: 55338

Re: FarNet - .NET Far API and .NET plugin manager (English)

I do read API doc, I muct have missed the Post* APIs. Sorry I should have been more clear on what I was asking, rather than using different API to run different things, can send these commands to FAR to execute it from a FarNet module? I tried Far.Net.PostText it just places the text in the command ...
by senpost
Thu 14 Jul, 2011 16:18
Forum: General Plug-In Discussions
Topic: FarNet - .NET Far API and .NET plugin manager (English)
Replies: 39
Views: 55338

Re: FarNet - .NET Far API and .NET plugin manager (English)

Different question :) How can I execute commands like viewer:somefile or macro: post F11 from a FarNet module?
by senpost
Thu 14 Jul, 2011 16:03
Forum: General Plug-In Discussions
Topic: FarNet - .NET Far API and .NET plugin manager (English)
Replies: 39
Views: 55338

Re: FarNet - .NET Far API and .NET plugin manager (English)

No, I don't think you are trying to stop me, I am just curious if FAR allows these kind of customization.
by senpost
Thu 14 Jul, 2011 15:48
Forum: General Plug-In Discussions
Topic: FarNet - .NET Far API and .NET plugin manager (English)
Replies: 39
Views: 55338

Re: FarNet - .NET Far API and .NET plugin manager (English)

Or is this going to be really a panel with a box on top and a list at bottom? I do not think this is a good way to go (even if this is possible). Why do you think that? You may argue that I can use command line with FAR command to achieve this. I kind of want it to take this little further with my ...
by senpost
Thu 14 Jul, 2011 15:43
Forum: General Plug-In Discussions
Topic: FarNet - .NET Far API and .NET plugin manager (English)
Replies: 39
Views: 55338

Re: FarNet - .NET Far API and .NET plugin manager (English)

How FAR displays tree view or Info panel? Those are kind of different than panel, Can a plugin create some custom control and host it in any one of the panels?
by senpost
Thu 14 Jul, 2011 15:22
Forum: General Plug-In Discussions
Topic: FarNet - .NET Far API and .NET plugin manager (English)
Replies: 39
Views: 55338

Re: FarNet - .NET Far API and .NET plugin manager (English)

Is there a way, I can create a panel with a text box on top and viewer & list box on the bottom. Idea behind this is to let user type some command in the text box and then display results in the viewer or list box.
by senpost
Mon 04 Apr, 2011 18:36
Forum: General Plug-In Discussions
Topic: Colorer — syntax highlighting and text parsing
Replies: 64
Views: 78648

Re: How to enable colorer for Viewer?

Mhmm :( Anyway thanks for the reply.
by senpost
Mon 04 Apr, 2011 18:23
Forum: General Plug-In Discussions
Topic: Colorer — syntax highlighting and text parsing
Replies: 64
Views: 78648

How to enable colorer for Viewer?

I could see files syntax highlighted in Editor using Colorer. How do I enable Colorer for Viewer?

Thanks
by senpost
Mon 04 Apr, 2011 00:03
Forum: General Plug-In Discussions
Topic: FarNet - .NET Far API and .NET plugin manager (English)
Replies: 39
Views: 55338

Re: FarNet - .NET Far API and .NET plugin manager (English)

Perhaps you actually want to write you own panel (a child of the Panel class with its child of the Explorer class that provides files), not use the super panel. Having your panel opened and some files in it you can indeed use the Explore module/command in order to search your files; but this part d...
by senpost
Sun 03 Apr, 2011 23:57
Forum: General Plug-In Discussions
Topic: FarNet - .NET Far API and .NET plugin manager (English)
Replies: 39
Views: 55338

Re: FarNet - .NET Far API and .NET plugin manager (English)

A few thoughts about your original task. I also use Far Folder Shortcuts -- yes, only for a few very often used folders. For others I also use the user menu. For some reason I do not have issues with keeping hotkeys in mind :). But if I have I would create a macro like this: F2 <keys to open the me...
by senpost
Sun 03 Apr, 2011 04:05
Forum: General Plug-In Discussions
Topic: FarNet - .NET Far API and .NET plugin manager (English)
Replies: 39
Views: 55338

Re: FarNet - .NET Far API and .NET plugin manager (English)

I have folder full of shortcuts to access my favorite folders from Run box. To access these folders in FAR I tried few approaches, FAR Folder Shortcuts, I can have only 10 shortcuts and I need more. I have been using User Menu to do this. So far so good, except that I have to remember HotKey for eac...
by senpost
Wed 30 Mar, 2011 18:15
Forum: Support and Troubleshooting
Topic: How to goto root share path of a network computer?
Replies: 2
Views: 7345

How to goto root share path of a network computer?

I want to access all shares in a network machine, How can I do that?

I can do this

Code: Select all

cd \\remotemachine\ShareFolder1
But I cant do this, To view all available shares

Code: Select all

cd \\remotemachine
by senpost
Tue 29 Mar, 2011 16:30
Forum: Support and Troubleshooting
Topic: Find files and folders without pressing Alt key
Replies: 15
Views: 13680

Re: Find files and folders without pressing Alt key

Roman thanks for the reply. Literally windows explorer doesn't have command line, but it has address bar. Most of the time I use FAR to navigate files and folders, occasionally I go to command line. So I feel "Alt" is an extra keystroke. Any macros to bring Alt search bar if I start typing...

Go to advanced search