This post originated from an RSS feed registered with Ruby Buzz
by Huw Collingbourne.
Original Post: Ruby Editor Enhancements in Steel 1.1.5
Feed Title: SapphireSteel Software
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend&id_rubrique=1
Feed Description: Discussion of Ruby, Flex and the Ruby In Steel and Amethyst/Flex IDEs for Visual Studio.
The big new improvements in Ruby In Steel 1.1.5 are mainly related to Rails development and Ruby IntelliSense. However, we have also made a number of small but useful additions to the editor. Just in case you've missed out on these, here are a few pointers... Keyword..end Completion Now when you enter a keyword such as def, class, module , begin, while or if, the terminating end can be entered for you... Automatic Code Formatting When you press Enter following an end, the code in the (...)