You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/02/06 18:30:12 UTC

[GitHub] [netbeans] KacerCZ opened a new pull request #2739: [NETBEANS-4587] Code completion for HTML forms

KacerCZ opened a new pull request #2739:
URL: https://github.com/apache/netbeans/pull/2739


   https://issues.apache.org/jira/browse/NETBEANS-4587
   
   * Updated list of values for `method` attribute in forms.
   * Added completion for `enctype` and `method` attributes of `<form>` element.
   * Added completion of `target` attribute of `<a>`, `<button>`, `<form>` and `<input>` elements.
   * Improved names of `FORM_ENCTYPE_SUPPORT` and `FORM_METHOD_SUPPORT`.
   
   Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-method
   
   For easier review I made two commits. The first one groups definitions for same element together and removes duplicates. The second one makes actual changes in completion.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] KacerCZ commented on pull request #2739: [NETBEANS-4587] Code completion for HTML forms

Posted by GitBox <gi...@apache.org>.
KacerCZ commented on pull request #2739:
URL: https://github.com/apache/netbeans/pull/2739#issuecomment-803619365


   @geertjanw Please, set milestone to 12.4. I don't have permissions to set it by myself.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] geertjanw commented on pull request #2739: [NETBEANS-4587] Code completion for HTML forms

Posted by GitBox <gi...@apache.org>.
geertjanw commented on pull request #2739:
URL: https://github.com/apache/netbeans/pull/2739#issuecomment-803615405


   Great work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] KacerCZ commented on pull request #2739: [NETBEANS-4587] Code completion for HTML forms

Posted by GitBox <gi...@apache.org>.
KacerCZ commented on pull request #2739:
URL: https://github.com/apache/netbeans/pull/2739#issuecomment-803618990


   @geertjanw Thanks for review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] geertjanw merged pull request #2739: [NETBEANS-4587] Code completion for HTML forms

Posted by GitBox <gi...@apache.org>.
geertjanw merged pull request #2739:
URL: https://github.com/apache/netbeans/pull/2739


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists