-
Notifications
You must be signed in to change notification settings - Fork 20
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
Top-down development #9
base: master
Are you sure you want to change the base?
Conversation
048042e
to
11b269b
Compare
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. See comments. Do not forget to restore missing files (idea configs) and revert changes in 4diac lib stubs. Probably it's better to make a rebase to drop irrelevant changes from history.
code/language/src/main/kotlin/org/fbme/ide/iec61499/repository/PlatformDeclarationsScope.kt
Outdated
Show resolved
Hide resolved
code/library/src/main/kotlin/org/fbme/lib/iec61499/declarations/SocketPluginDeclaration.kt
Outdated
Show resolved
Hide resolved
code/library/src/main/kotlin/org/fbme/lib/st/types/DataTypeUtil.kt
Outdated
Show resolved
Hide resolved
code/richediting/src/main/kotlin/org/fbme/ide/richediting/actions/network/CreateViewAction.kt
Outdated
Show resolved
Hide resolved
...chediting/src/main/kotlin/org/fbme/ide/richediting/actions/network/NetworkExtractorAction.kt
Outdated
Show resolved
Hide resolved
code/richediting/src/main/kotlin/org/fbme/ide/richediting/utils/exceptions/FBMEException.kt
Outdated
Show resolved
Hide resolved
code/richediting/src/main/kotlin/org/fbme/ide/richediting/utils/fb/FBCompletionProvider.kt
Outdated
Show resolved
Hide resolved
code/richediting/src/main/kotlin/org/fbme/ide/richediting/utils/fb/FBCompletionProvider.kt
Outdated
Show resolved
Hide resolved
code/scenes/src/main/kotlin/org/fbme/scenes/cells/button/Button.kt
Outdated
Show resolved
Hide resolved
code/scenes/src/main/kotlin/org/fbme/scenes/controllers/diagram/DiagramController.kt
Show resolved
Hide resolved
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.
Things that has to be done before merge:
- Restore idea config files that originally has been in repository
- Restore original state of
code/4diac-integration/solutions/stdlib/models/iec61499.4diac.stdlib
files - Merge with recent master
Implement top-down developing features
List of features: