port and param editor in and outside of text editor the same
This commit is contained in:
@@ -113,6 +113,9 @@ Keep the root of `src/bedit` minimal. New UI modules should go into the relevant
|
||||
`source.initialEquations` and `source.equations`, with the same highlighting
|
||||
and completion in all three fields. The composer emits each in its matching
|
||||
Modelica section.
|
||||
- The text-definition view embeds the same `PortEditor` and `ParameterEditor`
|
||||
implementations used by the standalone options dialogs. Do not reintroduce
|
||||
separate port/parameter tables in the text editor.
|
||||
- Application-wide messages use `core.application_log.get_logger()`. The main
|
||||
window installs the Qt log-panel handler; core code must only use standard
|
||||
Python logging and must not import the GUI handler.
|
||||
|
||||
Reference in New Issue
Block a user