I''m using Aptana right now, and I''ve found that color coding the code is very useful. Unfortunately, Aptana doesn''t color code much... does anyone know how I can color code my JS code like the pic in the prototype home page? Or like the code in the Bungee book on proto and scripty? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Sudhir a écrit :> I''m using Aptana right now, and I''ve found that color coding the code > is very useful. Unfortunately, Aptana doesn''t color code much... does > anyone know how I can color code my JS code like the pic in the > prototype home page? Or like the code in the Bungee book on proto and > scripty?The snide answer: sure, go OSX and use TextMate ;-) The more relevant answer: I don''t have Aptana here, but it''s based on Eclipse and therefore should still expose Eclipse''s detailed coloring capabilities. Check out the preferences pane for it, and be sure to check the advanced checkbox if any (in Eclipse, at least in Java mode, this provides way more syntax elements). -- Christophe Porteneuve aka TDD tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Zend Studio IDE 5.5.1 (current 5.5 version) color codes the following (note they are also customizable through preferences): PHP, (x)HTML, JS, CSS, xml, sql and diff files Zend also runs on OSX, Linux, Winders, etc and the files are all the same format so you could (if needed) create a single set of preferences that you prefer and then just copy and paste those files across the different platforms. I also just noticed that the function helper definitions are in a php file - so adding your own custom functions that you might use in a personal library will always pop up when coding even if Zend hasn''t actually cached or opened that file during that current session. Zend Studio 6 is based on Eclipse, I''ve looked at it for a few minutes so I can''t really give it any kind of meaningful review. On Fri, Jan 25, 2008 at 2:57 AM, Christophe Porteneuve <tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org> wrote:> > Sudhir a écrit : > > I''m using Aptana right now, and I''ve found that color coding the code > > is very useful. Unfortunately, Aptana doesn''t color code much... does > > anyone know how I can color code my JS code like the pic in the > > prototype home page? Or like the code in the Bungee book on proto and > > scripty? > > The snide answer: sure, go OSX and use TextMate ;-) > > The more relevant answer: I don''t have Aptana here, but it''s based on > Eclipse and therefore should still expose Eclipse''s detailed coloring > capabilities. > > Check out the preferences pane for it, and be sure to check the advanced > checkbox if any (in Eclipse, at least in Java mode, this provides way > more syntax elements). > > -- > Christophe Porteneuve aka TDD > tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
On Jan 24, 9:03 pm, Sudhir <sudhi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m using Aptana right now, and I''ve found that color coding the code > is very useful. Unfortunately, Aptana doesn''t color code much... does > anyone know how I can color code my JS code like the pic in the > prototype home page? Or like the code in the Bungee book on proto and > scripty?http://blog.codefront.net/2006/09/28/vibrant-ink-textmate-theme-for-eclipse/ Cheers, Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---