-
Notifications
You must be signed in to change notification settings - Fork 7
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
Code Review: tik/proxy-view #129
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another idea that could be interesting, but may be a bit out of scope or too complicated technically, would be the ability to control the values used for numerical filters from the UI. So that the rule would only define the tag and a variable to check against, and the actual value for that variable can then be set in the UI via a slider.
...s.kieler.klighd.standalone/src/de/cau/cs/kieler/klighd/standalone/KlighdStandaloneSetup.java
Outdated
Show resolved
Hide resolved
plugins/de.cau.cs.kieler.klighd/src/de/cau/cs/kieler/klighd/KlighdOptions.java
Outdated
Show resolved
Hide resolved
...ns/de.cau.cs.kieler.klighd/src/de/cau/cs/kieler/klighd/filtering/SemanticFilterRuleUtil.java
Show resolved
Hide resolved
...ns/de.cau.cs.kieler.klighd/src/de/cau/cs/kieler/klighd/filtering/SemanticFilterRuleUtil.java
Outdated
Show resolved
Hide resolved
plugins/de.cau.cs.kieler.klighd/src/de/cau/cs/kieler/klighd/filtering/SemanticFilterTag.java
Outdated
Show resolved
Hide resolved
...ns/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/utils/RenderingPreparer.xtend
Outdated
Show resolved
Hide resolved
...ns/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/utils/RenderingPreparer.xtend
Outdated
Show resolved
Hide resolved
...s.kieler.klighd.standalone/src/de/cau/cs/kieler/klighd/standalone/KlighdStandaloneSetup.java
Outdated
Show resolved
Hide resolved
plugins/de.cau.cs.kieler.klighd/src/de/cau/cs/kieler/klighd/filtering/BinaryConnective.java
Outdated
Show resolved
Hide resolved
...ns/de.cau.cs.kieler.klighd/src/de/cau/cs/kieler/klighd/filtering/SemanticFilterRuleUtil.java
Outdated
Show resolved
Hide resolved
plugins/de.cau.cs.kieler.klighd/src/de/cau/cs/kieler/klighd/util/KlighdProperties.java
Outdated
Show resolved
Hide resolved
plugins/de.cau.cs.kieler.klighd/src/de/cau/cs/kieler/klighd/KlighdOptions.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Max Kasperowski <[email protected]>
Signed-off-by: Max Kasperowski <[email protected]>
Signed-off-by: Max Kasperowski <[email protected]>
Signed-off-by: Max Kasperowski <[email protected]>
Update java version requirements
....cs.kieler.klighd/src/de/cau/cs/kieler/klighd/filtering/parser/SemanticFilterRuleParser.java
Show resolved
Hide resolved
....cs.kieler.klighd/src/de/cau/cs/kieler/klighd/filtering/parser/SemanticFilterRuleParser.java
Show resolved
Hide resolved
....cs.kieler.klighd/src/de/cau/cs/kieler/klighd/filtering/parser/SemanticFilterRuleParser.java
Show resolved
Hide resolved
javadoc doesn't like the doc comments in some of these files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now. This can be merged even if the corresponding klighd-vscode PR is not ready yet, as this will not break anything.
kieler/klighd-vscode#86
kieler/semantics#54