-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ui] New rule designer pending issues #12
Comments
Another feature: add a properties tab to the XPath panel, to enable XPath developers to define properties and test them |
If I download the 6.0 snapshot how do I start the new designer from the command line? Is there already a documentation page for it? |
@up2go-rsoesemann I think the snapshot doesn't have the new designer yet, the PR is still pending (#711) Until the PR is merged, I guess you could still checkout the branch from my fork and build from source if you have the time. To launch the app from there, you need to edit the startup script so that it launches the class |
Then I wait until it was merged in and 6.0 is released. I was just eager to play around with the great piece of UI. |
@up2go-rsoesemann FYI current 6.0 snapshots do include the new designer. |
@jsotuyod By the way, where are snapshot installation archives uploaded, if they're available? I still use 5.8.1 ^^ |
@oowekyala builds from master are automatically published to SF: https://sourceforge.net/projects/pmd/files/pmd/6.0.0-SNAPSHOT/ |
This is a placeholder issue to keep track of the different smaller issues / nice to haves we find as we work on the new rule designer. None of these are blocking issues, they are small improvements to usability and user experience.
Usability
SourceFileScope
min
andmax
for numeric descriptorsVisual
Ideas
Better defaults on which nodes are expanded by default on the AST panel.We currently show all nodes expanded by default, but this means we usually need to scroll to get to anything other than imports. Maybe we can be smarter on this...Features
typeof()
info as part of the XPath Attributes, but these will only be non-null if using JRE / PMD classes. We need to be able to set it up manually. (via #1159)version
property, so all rules are exported as 1.0The text was updated successfully, but these errors were encountered: