search for: intellisense

Displaying 13 results from an estimated 13 matches for "intellisense".

2008 Oct 26
1
[LLVMdev] Header files on VC project (was: Growing up CMake)
...pain to manually update the project files but it > will be a bigger pain trying to use them without the include files.. > included. There are almost 300 headers under include/llvm. I can put them all on *each* project, plus local headers. This seems a lot of baggage. I've checked that Intellisense can jump to an unlisted header file when you ask for a declaration on a cpp file. So, what's the benefit of having the header files explicitly listed in the solution? If it is for text searching, maybe putting them on just one project (Hello.lib, for instance) would be enough? (I use the MSVC+...
2008 Oct 25
2
[LLVMdev] Growing up CMake
Óscar Fuentes wrote: > All the headers in include/llvm? Or just those local to each library? > All the headers. It's a pain to manually update the project files but it will be a bigger pain trying to use them without the include files.. included. > >> -Could you please also add Clang to the CMake system ? >> > > So far we are having sunny days here.
2008 Oct 26
0
[LLVMdev] Header files on VC project (was: Growing up CMake)
On Sat, Oct 25, 2008 at 9:09 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: > I've checked that Intellisense can jump to an unlisted header file when > you ask for a declaration on a cpp file. So, what's the benefit of > having the header files explicitly listed in the solution? If it is for > text searching, maybe putting them on just one project (Hello.lib, for > instance) would be enoug...
2006 Mar 30
13
need an Ruby on Rails IDE
Hello everybody, I''m a new member on Ruby on Rails. I''m friendly on using Microsoft Visual Studio (VS) IDE. The VS IDE supports for Intellisense coding (that mean it will automatically display a list of member variables or functions for a class, struct, union, or namespace; the names and types of parameters required by a function or attribute; and the complete declaration for any identifier in your code. Developers simply select an item...
2008 Mar 15
9
Spaces in Ruby on Rails and how to avoid them!
..., :with => %r{\.(gif|jpg|png)$}i, :message => "must be a URL for a GIF, JPG or PNG image" by putting the :image_url on the second line all hell breaks loose. Is there any good Ruby, Rails editor which can make sure that the code is in good shape and valid! Is there any editor with intellisense support? --~--~---------~--~----~------------~-------~--~----~ 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 grou...
2007 Sep 05
4
Content assist for spec files
Hi there, I''m working on Ruby support for NetBeans, and we''re bundling RSpec (along with JRuby). One thing I''d really like to fix is having content assist (code completion / intellisense / code insight, it has many names) work inside your spec files such that you can not only hit ctrl-space and see "describe", "before", "it" etc. but also see the documentation for these methods. The problem is that when I''m looking at a spec file, there...
2008 Dec 04
3
rssync source code as a windows project
Hi Friends, I have started learning rsync source code but I am finding very difficult to go back and forth to find the execution flow. I could see that rsync code is written in UNIX and the compilation is difficult. Does anybody converted it into Windows Project so that we can open in using Visual Studio IDE and it will be very simple to search for some function and find the complete work flow.
2010 Oct 07
0
Tinn-R and DDE
Hi folks, I'm trying to get these "call-tip" things to work in Tinn-R. I expect them to be somewhat like Microsoft's Intellisense? Anyways, I copy-pasted the recommended Rprofile.site and adjusted it to fit the location of my Tinn-R.exe... It looks like this: ##=============================================================== ## Tinn-R: necessary packages and functions ## Tinn-R: >= 2.2.0.2 with TinnR package >= 1.0.3 ##...
2006 Jun 24
32
Why is there no Smalltalk-like IDE for Ruby?
I posted this to comp.lang.ruby and comp.lang.smalltalk, and my blog. I will likely get destroyed, but it will be worth it if at least one nugget of information helps the Ruby IDE makers. ----------------------------------------- Hi all -- I shout my question to the entire Ruby + Smalltalk community: Smalltalk has had amazing IDEs for decades, why not Ruby? Smalltalkers, Ruby needs your help!
2005 Mar 08
43
e=MCv
Dears, What is this software runned as "e" showed on most Rails Videos and providing a tree browser (explorer) and editor ? Avail for Linux ? Gretz -- Mathieu
2006 Mar 25
67
Your Ruby IDE
Just a poll here i am looking for a good IDE for rails and wondering what you guys use? features i like in an ide code highlites auto code complete file browser Currently i am using dreamwever but the code highliting is really bad its also a pain to set up other doucment types such as .yml data config. -- Posted via http://www.ruby-forum.com/.
2006 Jul 08
10
A rant about parameters
Guys, I''ve been chasing a problem with country_select for the past few hours now. My intention was pretty simple...use the following line in a form: <p><label for="country_region">Country</label> <%= f.country_select :country_region, "United States" %></p> However, for the life of me, I couldn''t get it to work. I kept getting
2007 Sep 23
62
moving from aptana to 3rdRail
How? I have a project full of gems etc etc how can I move it in 3rdRail? I hope I don''t have to do it manually for every single file.. any help appreciated --~--~---------~--~----~------------~-------~--~----~ 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