Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
90f02ec9
Commit
90f02ec9
authored
Dec 01, 2006
by
John van Groningen
Browse files
rename Info type to InfoMessage
parent
4254e881
Changes
2
Hide whitespace changes
Inline
Side-by-side
BatchBuild/messwin.dcl
View file @
90f02ec9
...
...
@@ -3,10 +3,10 @@ definition module messwin
import
StdString
,
StdPSt
from
IdeState
import
::
General
::
Info
::
Info
Message
=
Level1
String
|
Level2
String
|
Level3
[
String
]
showInfo
::
!.
Info
!*(
PSt
General
)
->
!*
PSt
General
showInfo
::
!.
Info
Message
!*(
PSt
General
)
->
!*
PSt
General
closeInfo
::
!*(
PSt
General
)
->
!*
PSt
General
BatchBuild/messwin.icl
View file @
90f02ec9
...
...
@@ -3,12 +3,12 @@ implementation module messwin
import
StdString
,
StdPSt
,
StdBool
,
StdList
,
StdFunc
from
IdeState
import
::
General
,
writeLog
::
Info
::
Info
Message
=
Level1
String
|
Level2
String
|
Level3
[
String
]
showInfo
::
!.
Info
!*(
PSt
General
)
->
!*
PSt
General
showInfo
::
!.
Info
Message
!*(
PSt
General
)
->
!*
PSt
General
showInfo
info
ps
=
case
info
of
(
Level1
s
)
->
writeLog
s
ps
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment