Archive for September, 2010

Cross-platform convenience wrapper around fcsh (for fast incremental Flex builds)

Tuesday, September 28th, 2010

For the impatient

fcshd is a convenient command line PHP based wrapper around fcsh shell. It works both in *nix and Windows. You can grab it from the downloads section of the flash-automation project. Just unzip it, enter the directory and run “php fcshc.php” in the shell to get the basic usage help.
(more…)

Making FuzzyFinder vim plugin really convenient (a-la TextMate “Go to file”)

Friday, September 24th, 2010

I really like the FuzzyFinder vim plugin. In short, it allows to search quickly for files, tags, buffers, etc using fuzzy logic.

I especially like it for its ability to find files recursively using simple patterns. However, by default FuzzyFinder is not really convenient because it searches for files relative to the current working directory in vim. And what I want is to be able to search for files recursively relative to some project’s root directory at any moment from any buffer.

Of course, it’s possible in FuzzyFinder to use “../../**”-alike patterns in order to make it search recursively starting from upper directories. But it’s quite boring. It’s especially painful for those folks(me included) who have vim settings which change the vim cwd to the one where the opened file resides.

Some folks may suggest using the Project plugin which allows to setup the global cwd for each project. But that’s too much of a hassle to my humble opinion. There should be a simpler way :)
(more…)

Zveriki game is now available at odnoklassniki.ru

Monday, September 6th, 2010

null The game I’m currently working on is now officially available on the Russian social service odnoklassniki.ru (quite popular in Russia and somewhat similar to linkedin). Hope our servers can handle the load :)