Skip to content
GitLab
Menu
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
2aa24d48
Commit
2aa24d48
authored
Mar 17, 2003
by
Diederik van Arkel
Browse files
platform dependant tools options
parent
adc2ac41
Changes
2
Show whitespace changes
Inline
Side-by-side
Mac/tools.dcl
View file @
2aa24d48
...
...
@@ -12,3 +12,7 @@ shoheapfun :: !*(PSt General) -> *PSt General
provefun
::
!*(
PSt
General
)
->
*
PSt
General
// launch theorem prover for active project
::
ToolInfo
toolData
::
!.
Prefs
!*(
PSt
General
)
->
*(!.
ToolInfo
,!*
PSt
General
)
toolOptions
::
!.
ToolInfo
->
NilLS
.
a
*(
PSt
General
)
Mac/tools.icl
View file @
2aa24d48
...
...
@@ -66,3 +66,12 @@ provefun ps
=
openNotice
(
Notice
[
"Unable to launch "
+++
cps
+++
"."
]
(
NoticeButton
"OK"
id
)
[])
ps
=
ps
::
ToolInfo
=
ToolInfo
toolData
::
!.
Prefs
!*(
PSt
General
)
->
*(!.
ToolInfo
,!*
PSt
General
)
toolData
prefs
ps
=
(
ToolInfo
,
ps
)
toolOptions
::
!.
ToolInfo
->
NilLS
.
a
*(
PSt
General
)
toolOptions
ti
=
NilLS
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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