Hi everyone, I wrote a set of Mozilla Ubiquity commands that allow the user to search on rdocs, also featuring autocomplete, load of any rdoc hosted on the web and changing the default rdoc when searching. The project is hosted here: http://projects.talleye.com/ubiquity-rdoc and GitHub. Please, let me know any bug, suggestion, etc Luis Cipriani WebCo Internet brasigo.com.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
hi luis! Cipriani [2008-12-04 14:31]:> I wrote a set of Mozilla Ubiquity commands that allow the user to > search on rdocs, also featuring autocomplete, load of any rdoc > hosted on the web and changing the default rdoc when searching.wow, awesome! now i know how much i missed that :-) maybe we could extend it a bit to jump directly to a specific method? say ''rdoc String#delete'' gives us the rdoc for String''s delete method (right now i''d have to get my hand off the keyboard to select it from the list). this has definitely the potential to become my new favourite rdoc browser. thanks for sharing! cheers jens --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Jean, Yesterday I started a branch on Github for working in persistent indexes when using rdoc-load. But improvements on search is also in my todo list. Anyone could contribute, of course. Thanks for the suggestion, Cipriani On Dec 4, 12:46 pm, Jens Wille <jens.wi...-31N1O1AsgN5n68oJJulU0Q@public.gmane.org> wrote:> hi luis! > > Cipriani [2008-12-04 14:31]:> I wrote a set of Mozilla Ubiquity commands that allow the user to > > search on rdocs, also featuring autocomplete, load of any rdoc > > hosted on the web and changing the default rdoc when searching. > > wow, awesome! now i know how much i missed that :-) > > maybe we could extend it a bit to jump directly to a specific > method? say ''rdoc String#delete'' gives us the rdoc for String''s > delete method (right now i''d have to get my hand off the keyboard to > select it from the list). this has definitely the potential to > become my new favourite rdoc browser. thanks for sharing! > > cheers > jens--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Cipriani [2008-12-04 16:56]:> Hi Jean,jens ^^^^> Yesterday I started a branch on Github for working in persistent > indexes when using rdoc-load. But improvements on search is also > in my todo list.already cloned it and checked out that branch ;-) very interesting!> Anyone could contribute, of course.if only time would allow... i''ll watch your activity closely and chime in if i should happen to have anything to contribute. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You guys could hook it into http://rails.loglibrary.com/lookup. This takes the syntax like Ruby Array#size or Ruby Array size or just distance_of_time_words or just Array and will link you right to the documentation. ----- Ryan Bigg Freelancer http://frozenplague.net On 05/12/2008, at 2:33 AM, Jens Wille wrote:> > Cipriani [2008-12-04 16:56]: >> Hi Jean, > jens ^^^^ > >> Yesterday I started a branch on Github for working in persistent >> indexes when using rdoc-load. But improvements on search is also >> in my todo list. > already cloned it and checked out that branch ;-) very interesting! > >> Anyone could contribute, of course. > if only time would allow... > > i''ll watch your activity closely and chime in if i should happen to > have anything to contribute. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hey Ryan, Thanks for the suggestion. I have aready implemented this type of search, please, update your command. http://projects.talleye.com/ubiquity-rdoc/ Regards Luis Cipriani On Dec 5, 4:11 am, Ryan Bigg <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> You guys could hook it intohttp://rails.loglibrary.com/lookup. This > takes the syntax like Ruby Array#size or Ruby Array size or just > distance_of_time_words or just Array and will link you right to the > documentation. > ----- > Ryan Bigg > Freelancerhttp://frozenplague.net > > On 05/12/2008, at 2:33 AM, Jens Wille wrote: > > > > > Cipriani [2008-12-04 16:56]: > >> Hi Jean, > > jens ^^^^ > > >> Yesterday I started a branch on Github for working in persistent > >> indexes when using rdoc-load. But improvements on search is also > >> in my todo list. > > already cloned it and checked out that branch ;-) very interesting! > > >> Anyone could contribute, of course. > > if only time would allow... > > > i''ll watch your activity closely and chime in if i should happen to > > have anything to contribute.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---