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
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
Clément Fournier
45321f6328
Remove ability to disable XPath result highlighting
2018-06-16 00:15:38 +02:00
Clément Fournier
bb237b94e4
Split secondary layer into error + name occurence
2018-06-16 00:15:38 +02:00
Clément Fournier
f07c4f708c
Factorise syntax highlighting stylesheet with Less
2018-06-16 00:15:38 +02:00
Clément Fournier
f668262f39
Style updates are not queued anymore
...
This caused unexpected behaviour for dubious performance improvements
2018-06-16 00:15:38 +02:00
Clément Fournier
abe79b2af4
Cache StyleCollection#toSpans
...
Cache hit rate is great when you're inspecting the AST or XPath results without changing the text
2018-06-16 00:15:38 +02:00
Clément Fournier
9d41d552c0
Prevent XPath from reeavaluating when the code is unparsable
...
It previously was reevaluated on an out-of-date compilation
unit. It makes no sense to keep an out-of-date root node in
the AstManager so we now use Optional to indicate there is
no compilation unit.
2018-06-16 00:15:38 +02:00
Clément Fournier
ff34b7d1c7
Fix recentFiles always reverted
2018-06-16 00:15:38 +02:00
Clément Fournier
99ded1c500
Use icon pack for xpath toolbar
2018-06-16 00:15:38 +02:00
Clément Fournier
7deed84084
Documentation
2018-06-16 00:15:38 +02:00
Clément Fournier
0726616bc4
Fix highlighting twitching on rapid updates
2018-06-16 00:15:38 +02:00
Clément Fournier
e58bfe2cba
Cleanup
2018-06-16 00:15:38 +02:00
Clément Fournier
3d35bc3127
Add syntax highlighting to the XPath result listview
2018-06-16 00:15:38 +02:00
Clément Fournier
1e3f0ce85e
Simplify the codeArea's interface
2018-06-16 00:15:38 +02:00