You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2018/05/23 06:17:27 UTC

[incubator-netbeans] branch release90 updated (51bdd0a -> 79452bb)

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch release90
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from 51bdd0a  [NETBEANS-497] Fix for 'var' compound declaration error hints (#521)
     add e917c5c  #271070: support for multiple ranges for error/warning
     add c51f671  #271069: a way to have fixable annotation with default action
     new 79452bb  Merge pull request #555 from JaroslavTulach/jtulach/AlignEditorHintsSPI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 spi.editor.hints/apichanges.xml                    | 28 +++++++
 spi.editor.hints/nbproject/project.properties      |  2 +-
 .../modules/editor/hints/AnnotationHolder.java     | 88 +++++++++++---------
 .../netbeans/modules/editor/hints/FixAction.java   | 35 ++++++--
 .../org/netbeans/modules/editor/hints/HintsUI.java | 14 +---
 .../modules/editor/hints/ParseErrorAnnotation.java |  4 +
 .../spi/editor/hints/ErrorDescription.java         | 26 ++++++
 .../spi/editor/hints/ErrorDescriptionFactory.java  | 94 ++++++++++++++++++++++
 .../modules/editor/hints/AnnotationHolderTest.java | 19 ++++-
 9 files changed, 248 insertions(+), 62 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

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

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


[incubator-netbeans] 01/01: Merge pull request #555 from JaroslavTulach/jtulach/AlignEditorHintsSPI

Posted by jt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch release90
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 79452bb49a1b3a24960279db1d0a78dd8dae2376
Merge: 51bdd0a c51f671
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Wed May 23 08:17:21 2018 +0200

    Merge pull request #555 from JaroslavTulach/jtulach/AlignEditorHintsSPI
    
    Bringing Editor Hints SPI up-to-date in release90 branch

 spi.editor.hints/apichanges.xml                    | 28 +++++++
 spi.editor.hints/nbproject/project.properties      |  2 +-
 .../modules/editor/hints/AnnotationHolder.java     | 88 +++++++++++---------
 .../netbeans/modules/editor/hints/FixAction.java   | 35 ++++++--
 .../org/netbeans/modules/editor/hints/HintsUI.java | 14 +---
 .../modules/editor/hints/ParseErrorAnnotation.java |  4 +
 .../spi/editor/hints/ErrorDescription.java         | 26 ++++++
 .../spi/editor/hints/ErrorDescriptionFactory.java  | 94 ++++++++++++++++++++++
 .../modules/editor/hints/AnnotationHolderTest.java | 19 ++++-
 9 files changed, 248 insertions(+), 62 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

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

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