Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Improvement of a JDT plugin

Hi Maxime,

please open a bug for this request and provide a Gerrit.

See https://www.vogella.com/tutorials/EclipsePlatformDevelopment/article.html#exericse-eclipse-user-creation-and-gerrit-server-configuration
for a possible setup description. The setup usually takes only 5-10
minutes.

Component for the bug would be JDT / UI.

Best regards, Lars

On Mon, Jun 22, 2020 at 10:13 AM Maxime Maurin
<maxime.maurin@xxxxxxxxxxx> wrote:
>
> Hi,
>
> My name is Maxime Maurin and I am currently on an internship at ALL4TEC, in France. My objective is to improve the development tools used by the company so they can adapt to their needs. One of their requests was to improve a feature of Eclipse. It is currently possible to generate Javadoc comments for functions (such as getters and setters). It is possible, using templates, to use variables to display the name of the function, the type of parameters or even their name.
>
> The company All4TEC wanted to add a new variable to display the name of the variable related to the setter by separating each word by a space. The name of the variable being written in camelCase format, it was preferable for the company's projects to generate comments with the name of the variable much more readable. I imported the Eclipse project (org.eclipse.jdt in this case) and made some modifications to make it possible.
>
> I am sure other people will be interested by this feature, but I currently don’t know how to contribute to the project easily. Maybe one of you, as official contributor, can integrate it in the main Git repository ?
>
> Thank you for taking the time to read me.
> Yours sincerely,
>
> Maxime MAURIN
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev



-- 
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top