405 Commits

Author SHA1 Message Date
Clément Fournier
4ba83b8b9e Focus first result on typing 2019-01-12 20:01:23 +01:00
Clément Fournier
9111e257c4 Change icon 2019-01-11 15:30:29 +01:00
Clément Fournier
f17aeba2f9 Move export XPath to rule button 2019-01-11 15:23:44 +01:00
Clément Fournier
3b13e603d3 Remove tab completion 2019-01-11 13:20:04 +01:00
Clément Fournier
9c2dc4488b Move into other file 2019-01-11 13:17:36 +01:00
Clément Fournier
50dacd1867 Fix the fix 2019-01-11 11:44:09 +01:00
Clément Fournier
e0ef66ef20 Fix index bug 2019-01-11 11:13:30 +01:00
Clément Fournier
5a10081daa PMD warnings + doc 2019-01-11 11:05:14 +01:00
Clément Fournier
125355df09 Hide event log in View menu 2019-01-11 10:43:22 +01:00
Clément Fournier
ee0473c93c Style 2019-01-11 08:31:53 +01:00
Clément Fournier
0fa17fffdb Remove toggle to hide the bottom pane 2019-01-11 08:24:53 +01:00
Clément Fournier
c906cdf3d7 Hide focusNodeInTreeView inside setFocusNode 2019-01-11 08:24:29 +01:00
Clément Fournier
890cb853f7 Also look for axes eg self:: 2019-01-11 08:13:24 +01:00
Clément Fournier
a7c79d2683 Break ties with second pass 2019-01-11 08:02:17 +01:00
Clément Fournier
0e442da8f8 Improve autocompletion 2019-01-11 05:32:37 +01:00
Clément Fournier
51df303c33 Print number of hidden nodes 2019-01-11 01:31:41 +01:00
Clément Fournier
93dfc6ce7f Estimate number of breadcrumbs to layout 2019-01-11 00:47:10 +01:00
Clément Fournier
6bea387f4f Style 2019-01-11 00:01:25 +01:00
Clément Fournier
db5cc7c1c3 Add breadcrumbbar 2019-01-10 23:07:18 +01:00
Clément Fournier
651fb24713 Fix PMD warnings 2019-01-10 21:04:52 +01:00
Clément Fournier
75d8081876 Cleanup 2019-01-10 19:57:44 +01:00
Clément Fournier
3988941cc3 Add ToolbarTitledPane 2019-01-10 19:45:37 +01:00
Clément Fournier
265d9aea68 Fix height 2019-01-10 18:55:36 +01:00
Clément Fournier
5601a78b4c Also remove the language version choicebox 2019-01-10 18:34:46 +01:00
Clément Fournier
dec18daf73 Add menu items and wire it in 2019-01-10 04:56:30 +01:00
Clément Fournier
56bc7be73a Add button on title pane bar 2019-01-10 04:35:01 +01:00
Clément Fournier
ec86186fff Remove choicebox from center toolbar 2019-01-10 00:21:14 +01:00
Clément Fournier
9e6481b275 Introduce AbstractController 2019-01-10 00:12:45 +01:00
Clément Fournier
be12946bdd Make the XPath version local to the rule builder 2019-01-09 21:58:51 +01:00
Andreas Dangel
7cde3ffef9 Merge branch 'pr-1529' 2018-12-20 09:22:57 +01:00
Clément Fournier
9afe4e61dc Style 2018-12-17 17:59:22 +01:00
Clément Fournier
76610a6eff Rename some methods 2018-12-17 17:25:16 +01:00
Clément Fournier
57a3d37d91 Use a single color fadeout 2018-12-17 17:00:23 +01:00
Clément Fournier
5f33a63dc5 Merge branch 'master' into designer-tree-parentage 2018-12-17 16:10:31 +01:00
Andreas Dangel
dcb8bb42a2 [maven-release-plugin] prepare for next development iteration 2018-12-09 10:42:20 +01:00
Andreas Dangel
27374d8592 [maven-release-plugin] prepare release pmd_releases/6.10.0 2018-12-09 10:42:09 +01:00
Andreas Dangel
e735ee0f84 Dogfood - IdenticalCatchBranches, AvoidFileStream 2018-11-25 16:00:47 +01:00
Andreas Dangel
47617ea0c4 Update build-tools, update checkstyle 2018-11-16 20:02:14 +01:00
Andreas Dangel
1aa1d1f2a5 [ui] make the language dependencies optional
* This makes it easier to create a customized and tailored
  PMD distribution.
* Also sort the languages alphabetically
2018-11-10 19:20:02 +01:00
Clément Fournier
e0f8fa0541 Prevent parsing to send too much noise to exception log
The exceptions were reduced, but if we ended up on a parsable state,
the last exception recorded was still output
2018-11-07 13:41:09 +01:00
Andreas Dangel
544c819274 [test] Kotlin DSL to ease test writing
* Merge branch 'pr-1395'
* Fixes #1318
* Update release notes
* Update version for new module
2018-10-29 19:23:06 +01:00
Andreas Dangel
3c50db2439 [maven-release-plugin] prepare for next development iteration 2018-10-28 16:49:09 +01:00
Andreas Dangel
7e4e859c5f [maven-release-plugin] prepare release pmd_releases/6.9.0 2018-10-28 16:48:57 +01:00
Andreas Dangel
1d48c49c81 Merge branch 'pr-1401' 2018-10-26 18:29:06 +02:00
Clément Fournier
c2c763b8a5 Minor designer improvements
* Hack to allow numeric properties to be defined and tested
* Update java syntax highlighting to allow for underscores in numbers
2018-10-24 00:55:22 +02:00
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
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