276
FARR Plugins and Aliases / Re: Fscript trouble
« Last post by ecaradec on March 06, 2009, 04:44 AM »is it a localized xp version too ?

Maybe ecaradec could offer a useful selection of WIN32 functions through the IFARR interface. He did do that in the old FScript plugin (exec and getIniValue).
.
. However if you look at the code, it is very easy to do something else with it. There is a ffeval function that open a socket, write and read then return the value.**Sounds great.I don't think it is a solution for reading ffox data. mozrepl is running in the ffox process, so it is not available when ffox is not running. It is mostly useful for interactions.Will try it tomorrow. For this we need FF running of course. But in general, is it possible for mozrepl to interact with FF files (I'm specifically thinking of the bookmarks database file) even when FF is closed?
-Nod5 (February 07, 2009, 06:05 PM)
Edit: I think I see why getQueryString() may be necessary -- I guess not everything that ends up causing trigger() to occur originates from FZip's emitResult().Exactly
The doDeferedSearch caused a new search and it was painful to keep the correct query synchronized. The dark side was easier...Ah, and as for a feature request, I have a use for being able to monitor folders for changesDo you need it for reloading scripts ? or for some other reason ? In the first case FScript could reset the script engine and reload.
Is the last thing something I should worry about at all?After changing core.autocrlf you should do a git reset --hard so that git get a new copy of file and correct end of lines and diff should be correct again. Any uncommited change will be erased in the process, so do it on a clean tree.-ewemoa (December 01, 2008, 11:20 PM)