The "Funk Dev Build" bit is that I added a couple of features I think are pretty cool.
It is a "dev" build but I class it as stable.
Find Object (Table/View)
If you hit ALT+F you get a "Find Object" window with simple auto-completion, start typing the table name and hit enter when you get what you are after, the table of view is located in the Database Inspector.
Nice :-)
Note that there is an outstanding issue where the tree's table node needs to be expanded for this to work nicely
Jump to FK reference
This ones pretty handy especially where lots of tables are involved. You can right click a column that is a foreign key and "jump" to the reference. Very neat, I meant to do it ages ago!
Note that the FK jumping only works for databases that have the FK discovery implemented, currently this is Microsoft SQL Server and SQL Server Compact Edition.