From: michele Date: 2005-09-28T18:51:43+09:00 Subject: Re: RDE 1.0.0 released Very nice! One thing I can't find is the "Block Comment" command (Ctrl-Q in SciTE), which is something I really need. How do you remove the thick line under class and def? Sometimes it's easier to read the output if the Console Window is to the right, also like in SciTE. I tried to dock it there, but it only docks to the bottom. Michele sakazuki wrote: > Hi. > > I released RDE 1.0.0. > RDE is the development environment for ruby on windows. > You can edit, run and debug your scripts quickly and easily. > RDE debugger is the GUI wrapper of debug.rb. > RDE editor has functions that syntax coloring, autocomplete and etc. > > Please try it. > http://homepage2.nifty.com/sakazuki/rde_e.html > > Changes is below. > > == 2005-09-23 1.0.0 > > * Color print > * Share history of quick index > * UnicodeLE, UnicodeBE, UTF8, UTF8N > * Mark correspondent paren > * Add mouse gesture > * Add Attached Area > * Add Wordwrap in Console Window > * Add Regexp option in Search and Replace > * Add small button in CodeExplorer > * Remake Option Form > * Add Auto Adjust size of tabspace > * Add Fountain(Text, XML, Mail, JSP, VBScript, Python, JScript, BCC) > * Add CancelOption for EditorView > * Fix coloring in Regular expression and multiline > * Change Splitter like Netscape > * Change Combobox to Menu in CodeExplorer > * Add StayOnTop on ConsoleWindow, VariableWindow > * Add Customized ToolBar > * Add result of quick index in Goto. > * Enable send Ctrl+C and Ctrl+Break. > * Enable send EOF. > * Rename key configuration file (from *.key to *.ini) > * Refactering translation files.(English.xml, Japanese.xml) > > -- > sakazuki