Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] suggestion for enhancement

You can actually do this, but from the Hosts Perspective.   The C/C++
Perspective is intended for the "project" view of the world, while the
Hosts is for a more generic "files" view of the world.   From the Hosts
view, you can create a "connection" that acts as an entry point into your
local or remote filesystem.  Once you have connected, you should be able to
browse directories and files, perform commands and edit files, without
having to have formally defined a project.

As for having an Ant target, you can specify whatever you want to be your
build invocation in the project properties (provided you have a project).
If you have a script, makefile or other program that can be run from the
command line, then you can use it.  If the console output of the build is
useful, there is an extensible way for interpretting that output for the
purpose of UI integration.

Thanks for the feedback,
Dave



                                                                                                                    
                    <cbohnert@erisc                                                                                 
                    ience.com>            To:     cdt-dev@xxxxxxxxxxx                                               
                    Sent by:              cc:                                                                       
                    cdt-dev-admin@e       Subject:     [cdt-dev] suggestion for enhancement                         
                    clipse.org                                                                                      
                                                                                                                    
                                                                                                                    
                    03/26/2002                                                                                      
                    06:44 PM                                                                                        
                    Please respond                                                                                  
                    to cdt-dev                                                                                      
                                                                                                                    
                                                                                                                    



All,

I would like to see the ability to open and edit files
without having to add the file to a project.  Files are
files, one should be able to just edit them outside the
context of a project.

As is the tool is ok as an IDE, but to be useful as a general
purpose editor it must have this functionality.

Until then I will have to continue using emacs.

I would also like to see the build process have an option for
using an Ant target.

Thanks
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev





Back to the top