-
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
Structured Programming #156
Open
FelixJoehnk
wants to merge
16
commits into
kieler:master
Choose a base branch
from
FelixJoehnk:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
92222f3
Problems with import on StructuredEditMsg
FelixJoehnk 0aba541
Working with all properties on all nodes, regions and edges
FelixJoehnk 71787af
Working with properties on all nodes regions and edges
FelixJoehnk 123ef57
Working Text change with delete but text is not transmitted to client…
FelixJoehnk a8531cf
Changed Semantics to Options on root node and thus needed a few chang…
FelixJoehnk 0fdf06a
More Actions like Aborting actions etc.
FelixJoehnk e557711
Language Server ext. with client now working
FelixJoehnk 616f01e
wisiwig user story for target selection
FelixJoehnk 7e8beb9
mka code review first change
FelixJoehnk e5d7b94
add basic semantic structure to create semantic filters
FelixJoehnk 24f954c
Changed the Structured Options so that its based on Tags.
FelixJoehnk 7e21fa1
Added Priority Change Action
FelixJoehnk b50d9d9
Added Comments and code formating.
FelixJoehnk c81b1b2
Added a property to display to the client if the context menu is enab…
FelixJoehnk 2c259e1
Moved the sccharts specific parts into semantics and uses service loa…
FelixJoehnk f93f1a1
removed unused inports
FelixJoehnk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ Export-Package: de.cau.cs.kieler.klighd.lsp, | |
de.cau.cs.kieler.klighd.lsp.launch, | ||
de.cau.cs.kieler.klighd.lsp.model, | ||
de.cau.cs.kieler.klighd.lsp.setup, | ||
de.cau.cs.kieler.klighd.lsp.structuredProgramming.sccharts, | ||
de.cau.cs.kieler.klighd.lsp.utils | ||
Bundle-Vendor: Kiel University | ||
Bundle-Localization: plugin | ||
|
@@ -35,4 +36,5 @@ Require-Bundle: de.cau.cs.kieler.kgraph.text, | |
org.eclipse.lsp4j.jsonrpc;bundle-version="0.8.0", | ||
org.eclipse.sprotty;bundle-version="0.7.0", | ||
org.eclipse.xtext.ide;bundle-version="2.21.0", | ||
org.eclipse.xtext.xbase;bundle-version="2.21.0" | ||
org.eclipse.xtext.xbase;bundle-version="2.21.0", | ||
de.cau.cs.kieler.sccharts;bundle-version="1.4.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. klighd.lsp cannot and should never have an SCCharts dependency. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why is this changed?