In Netbeans there currently (Version 6.1) is no built-in option to save a windows layout, you can only do a “Reset Windows” (in the Window menu) to get back to the factory layout.
I’ve been looking for a solution to get a *cough* Visual Studio *cough* like layout (all navigation on the right of the code window) and found a great plugin called Perspective (click this link twice as for some reason on the first click it will give you the plugin home page) that lets you save a layout and switch easily between layouts (er, perpectives). You can’t download it using the Netbeans plugin installer as it’s not signed, so you’ll have to download and install from disk:

ArgumentError: wrong number of arguments (3 for 2) with Better Nested Set Plugin
Ruby on Rails No Comments »If you’re using the Better Nested Set plugin in your 2.1 Rails app and get an error such as
ArgumentError: wrong number of arguments (3 for 2)
from /usr/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:2479:in `attributes_with_quotes’
upon saving your model or upon calling update_attributes, you have two options:
- Move to Awesome Nested Set, a drop-in replacement for BNS which has some additional features, among them STI (Single Table Inheritance).
- Apply this patch developed by Tony Hillerson, to your Better Nested Set plugin.
Happy nesting!
Recent Comments