does anyone know of a good place to find an open source / freeware text editor? -- Posted via ruby-forum.com.
Dan wrote:> does anyone know of a good place to find an open source / freeware text > editor?Check out openedpc.com for some cool PC stuff. I pretty much use it as a definitive guide for free/open software. Cheers, Charles -- Posted via ruby-forum.com.
On Thu, Mar 09, 2006 at 02:39:34AM +0100, Dan wrote: } does anyone know of a good place to find an open source / freeware text } editor? It''s an acquired taste, but vim.org --Greg
> does anyone know of a good place to find an open source / freeware > text editor?TextWrangler (Mac OS X) barebones.com/products/textwrangler Now open source, but freeware - kris
For Rails.....Radrails, which uses Eclipse as it''s base and includes all kinds of nice Rails features/testing. radrails.org Just an editor, JEdit is good. jedit.org Dave -- ~~~~~~~~~~~~~~~~~~~ David Andrew Thompson dathompson.blogspot.com On 3/8/06, Muammar Kris Khaira <kris@kriskhaira.com> wrote:> > does anyone know of a good place to find an open source / freeware > > text editor? > > TextWrangler (Mac OS X) > barebones.com/products/textwrangler > > Now open source, but freeware > > - kris > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails >
Dan wrote:> does anyone know of a good place to find an open source / freeware text > editor?Scite is also a good choice. scintilla.org/SciTE.html Available for Windows and Linux; and really fast -- Posted via ruby-forum.com.
> Now open sourceoops i meant to say "Not open source".
Dan wrote:> does anyone know of a good place to find an open source / freeware text > editor?Here are 2 text editors (not IDE) for Windows and 2 for Unix-like systems. On Windows: Notepad++ 3.5 - Scintilla-based editor (more features than Scite) notepad-plus.sourceforge.net/uk/site.htm Vim and GVim 6.4 - GVim offers "easy-mode" if you don''t have time to master vim keystrokes--take time to learn it an you''ll be amazingly productive vim.org On *BSD and Linux: Vim and GVim 6.4 - high learning curve, but it enables you to be more productive than any other text editor once you master it vim.org NEdit - GUI text editor that is easy-to-use nedit.org -- Posted via ruby-forum.com.
Dan wrote:> does anyone know of a good place to find an open source / freeware text > editor? >For rails development RadRails is pretty sweet.... but for just editing text files (with syntax highlighting, word completion, code folding, good searching, and a basic execution window) SciTE is pretty sweet. It comes with the Ruby and Python windows installers; available for *nix. scintilla.org/SciTE.html b
Dan wrote:> does anyone know of a good place to find an open source / freeware text > editor?gnu-emacs + ruby-mode + mmm-mode + rails-mode + ido + ruby-electric running on X or win32 with Consolas font (thanks Microsoft) essentially its a free textmate, with a few added festures like esperanto spellcheck and tetris -- Posted via ruby-forum.com.
> gnu-emacs + ruby-mode + mmm-mode + rails-mode + ido + ruby-electricwoops forgot ECB (file/SVN browser) + semantic bovinator + eieio ( i think these help out with the auto-completions somehow, as if ''link_to "hi"'' was hard to type...) -- Posted via ruby-forum.com.
Plain old vim with proper .rhtml syntax highlighting is all I''ve ever seen a need for. On Thu, 2006-03-09 at 21:35 +0100, carmen wrote:> > gnu-emacs + ruby-mode + mmm-mode + rails-mode + ido + ruby-electric > > woops forgot ECB (file/SVN browser) + semantic bovinator + eieio ( i > think these help out with the auto-completions somehow, as if ''link_to > "hi"'' was hard to type...)Charlie Bowman recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060309/49172e43/attachment.html
Whenever this thread comes up, I get a chuckle - it''s like asking "what''s your favorite color?". That said, someone *always* mentions an editor+plugin combination that I wind up trying - I guess the "perfect editor" is an ongoing quest... Dave M. On 10/03/06, Charlie Bowman <charlie@castlebranch.com> wrote:> > Plain old vim with proper .rhtml syntax highlighting is all I''ve ever seen > a need for. > > On Thu, 2006-03-09 at 21:35 +0100, carmen wrote: > > > gnu-emacs + ruby-mode + mmm-mode + rails-mode + ido + ruby-electric > woops forgot ECB (file/SVN browser) + semantic bovinator + eieio ( i think these help out with the auto-completions somehow, as if ''link_to "hi"'' was hard to type...) > > > Charlie Bowman > recentrambles.com > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060310/cf498d6f/attachment.html
Dan wrote:> does anyone know of a good place to find an open source / freeware text > editor?Jedit (has a ruby plugin) Win/OS X/Linux TextMate OS X _tony -- Posted via ruby-forum.com.
Has anyone added Eclipse? It has a nice ruby plugin as well. On Fri, 2006-03-10 at 13:46 +0100, Anthony Green wrote:> Dan wrote: > > does anyone know of a good place to find an open source / freeware text > > editor? > > Jedit (has a ruby plugin) Win/OS X/Linux > TextMate OS X > > _tony >
> > Has anyone added Eclipse? It has a nice ruby plugin as well.Keep in mind that radrails is built on top of Eclipse, so it''s the best of both worlds. But, if I were to use Eclipse for strictly RoR development, I''d stick w/ RadRails. Ryan On 3/10/06, David Johnson <johnson_d@cox.net> wrote:> > Has anyone added Eclipse? It has a nice ruby plugin as well. > > > On Fri, 2006-03-10 at 13:46 +0100, Anthony Green wrote: > > Dan wrote: > > > does anyone know of a good place to find an open source / freeware > text > > > editor? > > > > Jedit (has a ruby plugin) Win/OS X/Linux > > TextMate OS X > > > > _tony > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails >-- Ryan Prins rprins@gmail.com lazyi.net -------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060310/5e540b91/attachment.html