Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Docs for #pragma mark

Hi Greg,

There was a N&N entry written for it, but nothing was added to the docs.

N&N entry: https://github.com/eclipse-cdt/cdt/blob/main/NewAndNoteworthy/CDT-10.4.md#divider-lines-in-outline-view

The most suitable page to add this documentation to is probably a new sub-page of https://help.eclipse.org/latest/topic/org.eclipse.cdt.doc.user/concepts/cdt_o_nav.htm or adding it to https://help.eclipse.org/latest/topic/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm.

There are a number of other places that may work too, either as a new subpage or adding to the existing page of:
- Reference: https://help.eclipse.org/latest/topic/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm
- Editor view: https://help.eclipse.org/latest/topic/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm
- Outline view: https://help.eclipse.org/latest/topic/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm
- https://help.eclipse.org/latest/topic/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm 

In git the above files are all found here https://github.com/eclipse-cdt/cdt/tree/main/doc/org.eclipse.cdt.doc.user/

Any contribution you have to make in this area is very welcome. 

Jonah


~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Wed, 28 Jun 2023 at 23:48, Greg Willits <gwillits@xxxxxxxxxx> wrote:
Howdy —

Back in late 2021 we discussed the #pragma mark Outline feature. (love it!)

I went poking around for some docs about it to send to someone – couldn’t find any.

I would be happy to write something, but am not finding my way on how to get started with that. If someone can give a pointer in the right direction of where I can read up on how to help with that, I’ll give it a go and see how far I get.

thx

— greg willits


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top