-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up and enable DSE feature (#140)
Enable the DSE feature globally. Clean it up so the entry points are non-obtrusive, they're behind a DSE submenu in the context menus Also cleaning up of the DSE feature interface: - Axis ticks use SI prefix instead of the 1e9 mess - Adding a first objective / search space no longer brings up a (nonfatal) IDE error - using .lastOption instead of .last - Gate unproven objective behind the feature enable config - Add DSE objective insert on port parameters - it should be possible to do the example purely graphically
- Loading branch information
Showing
6 changed files
with
78 additions
and
37 deletions.
There are no files selected for viewing
Submodule PolymorphicBlocks
updated
257 files
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
package edg_ide.dse | ||
|
||
object DseFeature { | ||
// feature flag to hide the feature while it's still in development | ||
val kEnabled = false | ||
val kEnabled = true | ||
} |
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
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