Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Enhanced extensibility for the default text editor in Eclipse

Inline

----- Oorspronkelijk bericht -----
> Van: "Andrey Loskutov" <loskutov@xxxxxx>
> Aan: platform-ui-dev@xxxxxxxxxxx
> Verzonden: Maandag 27 juni 2016 12:50:29
> Onderwerp: Re: [platform-ui-dev] Enhanced extensibility for the default text editor in Eclipse
> 
> Hi Sopot,
> 
> Sounds interesting. I always wondered why such "simple" editors like "kate"
> can do things Eclipse is unable to do.
> 
> Do you have an enhancement request for that? If not, can you please create
> one?
> 

I mention a gerrit in the email. The commit comment has links to the bugs. Gerrit is https://git.eclipse.org/r/#/c/75921/

> If I understood it right, given some 3rd party contribution is there, one
> would get some basic "syntax" support for C++ (for example) in default
> editor, without installing dedicated CDT tooling?

Yes. We have support in the gerrit for basic syntax highlighting rules (see https://git.eclipse.org/r/#/c/75921/2/org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/contributions/ThePresentationReconciler.java ), autocomplete (see https://git.eclipse.org/r/#/c/75921/2/org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/contributions/BarContentAssistProcessor.java ) and hover (see https://git.eclipse.org/r/#/c/75921/2/org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/contributions/MagicHoverProvider.java ). We're working on more.



> Kind regards,
> Andrey Loskutov
> 
> http://google.com/+AndreyLoskutov
> 
> > Gesendet: Montag, 27. Juni 2016 um 11:34 Uhr
> > Von: "Sopot Cela" <scela@xxxxxxxxxx>
> > An: platform-ui-dev@xxxxxxxxxxx
> > Betreff: [platform-ui-dev] Enhanced extensibility for the default text
> > editor in Eclipse
> >
> > Platform UI developers,
> > 
> > Me and Mickael Istria have been working on making it easier to extend the
> > default text editor in Eclipse.
> > [...]
> > Let us know your thoughts,
> > 
> > Sopot
> _______________________________________________
> platform-ui-dev mailing list
> platform-ui-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/platform-ui-dev
> 


Back to the top