Opened 5 years ago
Closed 4 years ago
#5984 closed enhancement (fixed)
OMSimulator text editing enhancements
Reported by: | Adeel Asghar | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | blocker | Milestone: | 1.16.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
- It would be good to indicate if a text view is in fact not editable.
- Clicking in the libraries browser should accept text changes.
- Tabs should be preserved when accepting text changes.
- The open nodes of the tree view in the libraries browser should be preserved when accepting text changes.
Change History (2)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in 1a78531/OpenModelica.
Tabs should be preserved when accepting text changes.
Tabs are preserved but it is not possible to preserve their position/index. The underlying Qt API doesn't provide support for this.
Note:
See TracTickets
for help on using tickets.
See PR #911