You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used Eclipse Version: 2024-12 (4.34.0)
Used PlantUML Version: 1.2024.5
Test case:
"test.puml" includes file "test.iuml" (which includes only one "version" command).
If "test.puml" is selected in Project-Explorer then version will be shown in PlantUML view (as expected).
After Eclipse restart "test.puml" is still selected but there rises an error in PlantUML view "cannot include test.iuml".
Used Eclipse Version: 2024-12 (4.34.0)
Used PlantUML Version: 1.2024.5
Test case:
"test.puml" includes file "test.iuml" (which includes only one "version" command).
If "test.puml" is selected in Project-Explorer then version will be shown in PlantUML view (as expected).
After Eclipse restart "test.puml" is still selected but there rises an error in PlantUML view "cannot include test.iuml".
'---------------------------------------------------
' File "test.puml":
'---------------------------------------------------
@startuml
!include test.iuml
@enduml
'---------------------------------------------------
'---------------------------------------------------
' File "test.iuml":
'---------------------------------------------------
version
'---------------------------------------------------
The text was updated successfully, but these errors were encountered: