Branch: refs/heads/compat-7.0
  Home:   https://github.com/pmd/pmd-designer
  Commit: 24ebb6869beecd6a4bd683172d6ef0a6e8015123
      
https://github.com/pmd/pmd-designer/commit/24ebb6869beecd6a4bd683172d6ef0a6e8015123
  Author: Andreas Dangel <[email protected]>
  Date:   2020-08-22 (Sat, 22 Aug 2020)

  Changed paths:
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/util/codearea/PmdCoordinatesSystem.java
    M 
src/test/kotlin/net/sourceforge/pmd/util/fxdesigner/util/codearea/CoordinateMappingTest.kt

  Log Message:
  -----------
  Adjust tab width char handling

With pmd/pmd#2656 tab characters are now handled with column
with of 1. That means, the position that PMD's parser reports
uses this with. The display of the tab character might be different
in the code are of the designer (and in any other text editor).


  Commit: 7c87de93c6ccd5afad9d38801fd8f9be111896e9
      
https://github.com/pmd/pmd-designer/commit/7c87de93c6ccd5afad9d38801fd8f9be111896e9
  Author: Andreas Dangel <[email protected]>
  Date:   2020-08-22 (Sat, 22 Aug 2020)

  Changed paths:
    M CHANGELOG.md
    M pom.xml

  Log Message:
  -----------
  Prepare next version 6.27.0-SNAPSHOT


  Commit: 61c420f3dc3d702b9caf54a744f6710d50d2da13
      
https://github.com/pmd/pmd-designer/commit/61c420f3dc3d702b9caf54a744f6710d50d2da13
  Author: Andreas Dangel <[email protected]>
  Date:   2020-08-22 (Sat, 22 Aug 2020)

  Changed paths:
    M CHANGELOG.md
    M README.md

  Log Message:
  -----------
  Update changelog, mention requirement for PMD 6.27.0

Note: the pmd-core version we depend upon is actually still 6.23.0,
there are no binary API changes, just the tab size change.


  Commit: dc42d247ab37fdd2e868c28c7b798202848ccebf
      
https://github.com/pmd/pmd-designer/commit/dc42d247ab37fdd2e868c28c7b798202848ccebf
  Author: Andreas Dangel <[email protected]>
  Date:   2020-08-22 (Sat, 22 Aug 2020)

  Changed paths:
    M src/main/java/net/sourceforge/pmd/util/fxdesigner/DesignerStarter.java

  Log Message:
  -----------
  Fix jcommander usage

When using the designer against the latest PMD version (6.27.0), there
we provide a older jcommander dependency, which doesn't support the
builder yet.


  Commit: 50ee52f29bd7e7671334926b93d49dd26d0cabe9
      
https://github.com/pmd/pmd-designer/commit/50ee52f29bd7e7671334926b93d49dd26d0cabe9
  Author: Andreas Dangel <[email protected]>
  Date:   2020-08-22 (Sat, 22 Aug 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use correct scm-tag for the current branch


  Commit: 7cf2c86b2fd00675f974e33308bc59ece1519451
      
https://github.com/pmd/pmd-designer/commit/7cf2c86b2fd00675f974e33308bc59ece1519451
  Author: Andreas Dangel <[email protected]>
  Date:   2020-08-23 (Sun, 23 Aug 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release 6.27.0


  Commit: 867a17cedf83b598130145e2c86cd8f3cb7520e5
      
https://github.com/pmd/pmd-designer/commit/867a17cedf83b598130145e2c86cd8f3cb7520e5
  Author: Andreas Dangel <[email protected]>
  Date:   2020-08-23 (Sun, 23 Aug 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 352cef8f13b64d61cf2923791743bd988a4e5cf3
      
https://github.com/pmd/pmd-designer/commit/352cef8f13b64d61cf2923791743bd988a4e5cf3
  Author: Andreas Dangel <[email protected]>
  Date:   2020-08-23 (Sun, 23 Aug 2020)

  Changed paths:
    M CHANGELOG.md
    M README.md
    M pom.xml
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/util/codearea/PmdCoordinatesSystem.java
    M 
src/test/kotlin/net/sourceforge/pmd/util/fxdesigner/util/codearea/CoordinateMappingTest.kt

  Log Message:
  -----------
  Merge branch '6.27-dev' into master


  Commit: 3a6e045c9494b0803ced725ccef024dc2e5325dd
      
https://github.com/pmd/pmd-designer/commit/3a6e045c9494b0803ced725ccef024dc2e5325dd
  Author: Andreas Dangel <[email protected]>
  Date:   2020-08-23 (Sun, 23 Aug 2020)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Update changelog for next version


  Commit: 6c2d22139876baf9b81bbcd5701353eb41ef1d4d
      
https://github.com/pmd/pmd-designer/commit/6c2d22139876baf9b81bbcd5701353eb41ef1d4d
  Author: Clément Fournier <[email protected]>
  Date:   2020-09-19 (Sat, 19 Sep 2020)

  Changed paths:
    M src/main/java/net/sourceforge/pmd/util/fxdesigner/Designer.java
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/NodeDetailPaneController.java
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/XPathRuleEditorController.java
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/model/ObservableXPathRuleBuilder.java
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/model/PropertyDescriptorSpec.java
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/model/VersionedXPathQuery.java
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/model/XPathEvaluator.java
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/popups/ExportXPathWizardController.java
    M src/main/java/net/sourceforge/pmd/util/fxdesigner/util/DesignerUtil.java
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/util/PlainTextLanguage.java
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/util/controls/ASTTreeItem.java
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/util/controls/AttributeNameTableCell.java

  Log Message:
  -----------
  Compat with latest pmd 7

Includes changes to xpath. This uses
internal API (SaxonXPathRuleQuery),
maybe we can improve that later.


  Commit: 56f2052be18a6bb56a2c3eeba35705beca8b14c7
      
https://github.com/pmd/pmd-designer/commit/56f2052be18a6bb56a2c3eeba35705beca8b14c7
  Author: Clément Fournier <[email protected]>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M CHANGELOG.md
    M README.md
    M pom.xml
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/util/codearea/PmdCoordinatesSystem.java
    M 
src/test/kotlin/net/sourceforge/pmd/util/fxdesigner/util/codearea/CoordinateMappingTest.kt

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into master


  Commit: f4e1f95e4495cca481c01cc2b96d0407f70d22ac
      
https://github.com/pmd/pmd-designer/commit/f4e1f95e4495cca481c01cc2b96d0407f70d22ac
  Author: Clément Fournier <[email protected]>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M CHANGELOG.md
    M README.md
    M 
src/main/java/net/sourceforge/pmd/util/fxdesigner/util/codearea/PmdCoordinatesSystem.java
    M 
src/test/kotlin/net/sourceforge/pmd/util/fxdesigner/util/codearea/CoordinateMappingTest.kt

  Log Message:
  -----------
  Merge branch 'master' into compat-7.0


Compare: https://github.com/pmd/pmd-designer/compare/376cf48bad03...f4e1f95e4495


_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to