Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Re: cdt-dev digest, Vol 1 #760 - 3 msgs

Yes if you like :-)

cebarne2@xxxxxxxxxxxxxxxxxxx wrote:

Should we reply to Message 3?

-Chad


|---------+---------------------------->
|         |           cdt-dev-request@e|
|         |           clipse.org       |
|         |           Sent by:         |
|         |           cdt-dev-admin@ecl|
|         |           ipse.org         |
|         |                            |
|         |                            |
|         |           08/16/2004 11:00 |
|         |           AM               |
|         |           Please respond to|
|         |           cdt-dev          |
|         |                            |
|---------+---------------------------->

-----------------------------------------------------------------------
-------------------------------------------------------|
 |
|
 |       To:       cdt-dev@xxxxxxxxxxx
|
 |       cc:
|
 |       Subject:  cdt-dev digest, Vol 1 #760 - 3 msgs
|

-----------------------------------------------------------------------
-------------------------------------------------------|




Send cdt-dev mailing list submissions to
            cdt-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
            http://dev.eclipse.org/mailman/listinfo/cdt-dev
or, via email, send a message with subject or body 'help' to
            cdt-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
            cdt-dev-admin@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of cdt-dev digest..."


Today's Topics:

  1. Specialized CDT project via plugin (Christian Judt)
  2. Re: Help extension proposal (Alain Magloire)
  3. Code formatting (Alex Chapiro)

--__--__--

Message: 1
Date: Mon, 16 Aug 2004 14:54:15 +0200
From: "Christian Judt" <C.Judt@xxxxxxxx>
To: <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Specialized CDT project via plugin
Reply-To: cdt-dev@xxxxxxxxxxx

Hi All,

I want create a eclipse (CDT) plugin that adds a specialized CDT
Project, Target or whatever.

For me this specialization currently contains:

* other default values for the managed build process
* additionally generated files in the project folder
* other default values for the debugging procedure

Unfortunately I was not able to find any documentation about the CDT
extension points except the "Managed Build System Extensibility
Document" so I try to find some information here.

Where do I find the documentation for the CDT extension points?

What extension points do I have to extend to reach my goals?

Do you have any recommendations for me?


--__--__--

Message: 2
Subject: Re: [cdt-dev] Help extension proposal
To: cdt-dev@xxxxxxxxxxx
Date: Mon, 16 Aug 2004 11:03:54 -0400 (EDT)
From: "Alain Magloire" <alain@xxxxxxx>
Reply-To: cdt-dev@xxxxxxxxxxx

Hi, all!


I would like to initiate here discussion of CDT help enhancement ( see
=
bugzilla entry
=9Ahttps://bugs.eclipse.org/bugs/show_bug.cgi?id=3D71240 =
).

I will greatly appreciate your feedbacks.


The proposal looks promising.

CDT has an extension point CCompletionContributor, that provides
hovering documentation and few other infos, it is use on different
actions
hovering, add include, content assist.

we want to retire, the contributions for "add include" and "content
assist"
and
provide implementation base solely on the debugger, for the future.

But the hovering contribution is still in use, see CDocHover.java
also see Chris Moller worked on this, he provided help for GTK and other
GNU/Linux documentation based on the texinfo.

Your proposal did not mention this, meaning the ICCompletionContributor
interface
and extension point on how they fit with the current proposal.  It would
be
good
to rally all those loose ends.



--__--__--

Message: 3
Date: Mon, 16 Aug 2004 11:47:54 -0400
From: Alex Chapiro <achapiro@xxxxxxx>
To: cdt-dev <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Code formatting
Reply-To: cdt-dev@xxxxxxxxxxx

Is anybody working on C/C++ code formatting implementation? If no, I'd
like to do this work (part of it's been already done, but it is
necessary to make a revision and get rid of deprecated stuff).


--__--__--

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


End of cdt-dev Digest



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



Back to the top