Will Herrmann
377baf7caf
Replacing IOUtils.closeQuietly(foo) with try-with-resources statements
2018-10-19 14:23:51 -05:00
Will Herrmann
cba4e87acd
Replacing deprecated IO methods with ones that specify a charset
...
Standardizing with StandardCharsets.UTF_8, given that it was used in
several places of code already, and it provides compile-time checking
(as opposed to "UTF-8")
2018-10-12 17:25:08 -05:00
Andreas Dangel
d8586382f6
[maven-release-plugin] prepare for next development iteration
2018-09-30 10:10:21 +02:00
Andreas Dangel
161d9cd6d6
[maven-release-plugin] prepare release pmd_releases/6.8.0
2018-09-30 10:10:12 +02:00
Andreas Dangel
7679220cc0
Update openjfx to version 11
2018-09-25 19:21:21 +02:00
Clément Fournier
387e794116
Split pmd-test to isolate kotlin dependencies
2018-09-24 15:02:19 +02:00
Clément Fournier
76b4b6ee7a
Merge branch 'master' into kt-test-dsl
2018-09-23 22:26:03 +02:00
Clément Fournier
2416b88725
Designer stability improvements
2018-09-23 20:48:36 +02:00
Clément Fournier
00651c2c95
Add test generation to the designer
2018-09-23 20:39:06 +02:00
Andreas Dangel
291d36d841
[maven-release-plugin] prepare for next development iteration
2018-09-02 14:27:42 +02:00
Andreas Dangel
b98bd0bb96
[maven-release-plugin] prepare release pmd_releases/6.7.0
2018-09-02 14:27:33 +02:00
Andreas Dangel
707781600f
Use openjfx dependencies from maven central
...
* Can use the release flag of maven-compiler-plugin again
* Make the openjfx dependencies as provided, so that they
don't end up in pmd-bin-*.zip
2018-08-15 23:23:55 +02:00
Andreas Dangel
20f52700b4
[maven-release-plugin] prepare for next development iteration
2018-07-29 12:07:05 +02:00
Andreas Dangel
868f262c21
[maven-release-plugin] prepare release pmd_releases/6.6.0
2018-07-29 12:06:56 +02:00
Andreas Dangel
80ea2deb7b
Add license header
2018-07-23 16:29:58 +02:00
Clément Fournier
8b07d09dbf
Fix main split pane color
2018-07-20 20:50:20 +02:00
Clément Fournier
19f50000a4
Highlight parents of the node
...
Not the prettiest
2018-07-20 20:29:01 +02:00
Clément Fournier
cbb7c47f5e
Update node finding algorithm
...
Instead of performing a dumb DFS, we now have an algo
linear in the number of parents of the node.
2018-07-19 16:16:06 +02:00
Clément Fournier
0165b006c7
Styling improvements
2018-07-19 02:19:07 +02:00
Clément Fournier
2fd179024d
Add resource links
2018-07-17 14:47:36 +02:00
Clément Fournier
a261c41ae7
Rework everything
2018-07-17 14:36:11 +02:00
Clément Fournier
6a4200e158
Table view less conversion
2018-07-16 19:41:22 +02:00
Clément Fournier
829351cad7
Tab pane less conversion
2018-07-16 03:09:16 +02:00
Clément Fournier
c2b35d6f77
Scroll bar less conversion
2018-07-16 03:04:44 +02:00
Clément Fournier
c7404c535b
Simplify
2018-07-15 14:45:01 +02:00
Clément Fournier
6221c563c6
Hide context menu arrows on autocomplete
2018-07-15 14:36:01 +02:00
Clément Fournier
388cb86e9f
Autohide xpath completion popup
2018-07-11 17:45:32 +02:00
Clément Fournier
3c5a7f2bcc
Cleanup
2018-07-11 17:29:46 +02:00
akshatbahety
7f3c93debe
PMD DogFood
2018-06-30 02:40:03 +05:30
Clément Fournier
4b8dba86cf
Fix startup bug
2018-06-27 20:33:17 +02:00
Clément Fournier
118ee1d69d
Merge branch 'master' into pr-1182
2018-06-27 18:34:26 +02:00
Andreas Dangel
444beeb220
[maven-release-plugin] prepare for next development iteration
2018-06-26 09:34:01 +02:00
Andreas Dangel
211002bb34
[maven-release-plugin] prepare release pmd_releases/6.5.0
2018-06-26 09:07:11 +02:00
akshatbahety
edeefa70f0
Minor Fix
2018-06-25 18:50:26 +05:30
Juan Martín Sotuyo Dodero
dd249e1c36
Merge branch 'pr-1192'
2018-06-24 19:28:03 -03:00
Clément Fournier
9706cd0f23
Filter out Less files from resource copying
2018-06-24 18:39:08 +02:00
akshatbahety
9c71a70294
Minor Fix
2018-06-20 21:02:42 +05:30
akshatbahety
978d77a462
Minor Fix
2018-06-20 17:42:57 +05:30
Clément Fournier
b76c00e493
Fix highlighting algo misplacing some style classes
2018-06-19 11:42:07 +02:00
Andreas Dangel
fd3f58ba59
Simplified check if javafx is available before starting the designer
2018-06-18 20:38:56 +02:00
Clément Fournier
ee971c2747
Revert disabling css logging
...
Doesn't compile on Java 9. We may be able to use reflection to bypass this,
but I leave it for future work
2018-06-17 15:12:42 +02:00
Clément Fournier
f34cd37f73
Merge branch 'master' into designer-node-highlighting
2018-06-17 14:25:46 +02:00
Clément Fournier
e1066fe5ae
Reorder designer menus
2018-06-17 14:25:35 +02:00
Clément Fournier
76ecd31999
Unclutter designer console output
...
We turn off the css logger, and allow RichTextFX to access internal javafx API to avoid
the illegal access warning.
2018-06-17 14:15:05 +02:00
Clément Fournier
cd5a039e3c
Fix ExecutorService not shutdown
2018-06-17 02:10:33 +02:00
Clément Fournier
4054125252
Checkstyle
2018-06-16 22:29:08 +02:00
Clément Fournier
f8061db6ab
PMD:check fix
2018-06-16 22:12:10 +02:00
Clément Fournier
ba4c71dd08
Touchup
2018-06-16 20:02:51 +02:00
Andreas Dangel
5a7bbe19a2
dogfood: fix missing override
...
Note: the rule is disabled for pmd-xml, refs #1074
2018-06-16 17:48:36 +02:00
Clément Fournier
9708bf1e74
Remove StyleContext, split CustomCodeArea in two
2018-06-16 00:15:38 +02:00