Search found 70 matches

by jonib
Thu Mar 15, 2007 11:40 am
Forum: General Plug-In Discussions
Topic: Far.NET3
Replies: 6
Views: 16609

Thanks

I used the search but it did not find it until I changed to "Search Member", so now I might be more productive. :D
by jonib
Thu Mar 15, 2007 8:07 am
Forum: General Plug-In Discussions
Topic: Far.NET3
Replies: 6
Views: 16609

I have downloaded "Reflector for .NET" but don't know if I'm using it right.

Where in the documentation would I have found what parameters "Far.CreateDialog();" needed?
by jonib
Wed Mar 14, 2007 10:04 pm
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

Hi jonib , At first I would recommend you to take one more plugin: PowerShellFar. Thank you very much nightroman, PowerShellFar seems to have what I need to get started. Where in the documentation would I have found what parameters "Far.CreateDialog();" needed? Just so I don't have to ask...
by jonib
Wed Mar 14, 2007 9:56 pm
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

I think it was this "WScript.Quit(-1);" that gave Me an error "error JS1135: Variable 'WScript' has not been declared" and I assumed it was the part that I changed. :oops:
by jonib
Wed Mar 14, 2007 9:35 pm
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

By the way, JS.Net can interpret such code: var shell = new ActiveXObject("WScript.Shell"); cookie = shell.RegRead("HKCU\\Software\\Google\\QueryAPI_Samples\\Cookie"); What do you mean? It did not work before I changed it, what is JS.Net? Edit: I tested it again with that code a...
by jonib
Wed Mar 14, 2007 12:43 am
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

t-rex wrote:jonib
I told the author to come by, I hope he will.
Thanks t-rex.
by jonib
Wed Mar 14, 2007 12:33 am
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

Well now I am where I was when I posted the original message only using Far.NET3, I want to make a window and put a listbox that I can put the results from Google in but can't find a way in the docs or an example.

Now would be a good time to give me some tips :oops:
by jonib
Tue Mar 13, 2007 9:05 pm
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

I had todo one more change to get the Google Javascript example to work, I had to put back the double backslashes that I removed by mistake: cookie = Registry.GetValue("HKEY_CURRENT_USER\\Software\\Google\\QueryAPI_Samples", "Cookie"); Now the example works in Far.NET3 great, now...
by jonib
Tue Mar 13, 2007 8:52 pm
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

OK now it shows up in the plugins list, I had to move the .dll up one directory level.
by jonib
Tue Mar 13, 2007 8:47 pm
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

This seems to be the right command: cookie = Registry.GetValue("HKEY_CURRENT_USER\Software\Google\QueryAPI_Samples", "Cookie"); It compiles but I don't get it to show up in the plugins list, I put this: function Connect(){ this.menuItem=Far.RegisterPluginsMenuItem("Google De...
by jonib
Tue Mar 13, 2007 8:28 pm
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

Looking at the XML documentation I found "RegistryKey" that seems to be what I want but this does not work: cookie = RegistryKey.GetValue("HKCU\\Software\\Google\\QueryAPI_Samples\\Cookie"); I get this error: error JS1246: Type 'Microsoft.Win32.RegistryKey' does not have such a s...
by jonib
Tue Mar 13, 2007 7:34 pm
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

jonib Well, SHPCE is a dead plugin now. Use Far.NET3, then I can ask the author to come here and he might help you. Thanks t-rex. I'm trying the JavaScript example for Google Desktop Search in Far.NET3 and I need to change how it reads the Windows registry. The example used this: var shell = new Ac...
by jonib
Mon Mar 12, 2007 3:01 pm
Forum: Plug-In Developers
Topic: Google Desktop Search plug-in
Replies: 16
Views: 33162

Google Desktop Search plug-in

Hi I´m trying to make a plug-in to search with Google Desktop Search and javascript seemed like an easy way to start, I got the interface to google to work fast. But now I can't find how to just make a simple window with a listbox or something else to put the results from a google search. Is there o...
by jonib
Tue Mar 06, 2007 11:14 pm
Forum: General Discussions
Topic: How to search for files faster in FAR manager?
Replies: 13
Views: 61042

I think I have found what I was looking for "Google Desktop Search" it indexes all files and I can search with filename and/or content.

And I found a plugin "GDSCLI", thats a command line interface that I can use to search and output to a Temporary Panel in FAR manager.
by jonib
Sun Mar 04, 2007 11:58 pm
Forum: General Discussions
Topic: How to search for files faster in FAR manager?
Replies: 13
Views: 61042

jonib AltF7? Incredible :shock: I never knew that :lol: But seriously, I'm asking for a "faster" way to search for files like the plugins in my last post, but that searches all files and not only specific file types. AltF7 search is great, but I have too many files it is taking too long t...