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
e1f4cd2d
Commit
e1f4cd2d
authored
Dec 10, 2001
by
Diederik van Arkel
Browse files
cleanup for Clean2 release
parent
af9b4495
Changes
115
Hide whitespace changes
Inline
Side-by-side
Ide/ideoptions.icl
View file @
e1f4cd2d
...
@@ -2,6 +2,7 @@ implementation module ideoptions
...
@@ -2,6 +2,7 @@ implementation module ideoptions
import
StdFunc
import
StdFunc
import
StdWindow
import
StdWindow
import
StdPStClass
import
IdeState
import
IdeState
import
ioutil
import
ioutil
...
@@ -10,10 +11,15 @@ ideOptionsDialog ps
...
@@ -10,10 +11,15 @@ ideOptionsDialog ps
#
(
prefs
,
ps
)
=
getPrefs
ps
#
(
prefs
,
ps
)
=
getPrefs
ps
#
(
wId
,
ps
)
=
openId
ps
#
(
wId
,
ps
)
=
openId
ps
#
(
okId
,
ps
)
=
openId
ps
#
(
okId
,
ps
)
=
openId
ps
#
(
tpId
,
ps
)
=
openId
ps
#
(
hpId
,
ps
)
=
openId
ps
#
(
prId
,
ps
)
=
openId
ps
#
iniSWMark
=
toMark
prefs
.
switch_close
#
iniSWMark
=
toMark
prefs
.
switch_close
#
iniTBMark
=
toMark
prefs
.
show_toolbar
#
iniTBMark
=
toMark
prefs
.
show_toolbar
// # iniTPMark = toMark prefs.enable_prover
#
iniBVMark
=
toMark
prefs
.
be_verbose
#
iniBVMark
=
toMark
prefs
.
be_verbose
#
iniTPString
=
prefs
.
reg_prefs
.
tp_path
+++
prefs
.
reg_prefs
.
tp_name
#
iniHPString
=
prefs
.
reg_prefs
.
hp_path
+++
prefs
.
reg_prefs
.
hp_name
#
iniPRString
=
prefs
.
reg_prefs
.
pr_path
+++
prefs
.
reg_prefs
.
pr_name
#
(
iniNHIndex
,
iniCVIndex
)
#
(
iniNHIndex
,
iniCVIndex
)
=
case
prefs
.
newline_handling
of
=
case
prefs
.
newline_handling
of
(
LeaveAlone
NewlineConventionNone
)
->
(
1
,
1
)
(
LeaveAlone
NewlineConventionNone
)
->
(
1
,
1
)
...
@@ -25,13 +31,15 @@ ideOptionsDialog ps
...
@@ -25,13 +31,15 @@ ideOptionsDialog ps
(
AlwaysUse
NewlineConventionUnix
)
->
(
2
,
3
)
(
AlwaysUse
NewlineConventionUnix
)
->
(
2
,
3
)
(
AlwaysUse
NewlineConventionDos
)
->
(
2
,
4
)
(
AlwaysUse
NewlineConventionDos
)
->
(
2
,
4
)
#
iniAWMark
=
toMark
prefs
.
altgr_workaround
#
iniAWMark
=
toMark
prefs
.
altgr_workaround
#
(_,
ps
)
=
openModalDialog
Void
(
ddef
iniSWMark
iniTBMark
/*iniTPMark*/
iniBVMark
iniNHIndex
iniCVIndex
iniAWMark
#
(_,
ps
)
=
openModalDialog
Void
(
ddef
iniSWMark
iniTBMark
iniBVMark
iniNHIndex
iniCVIndex
iniAWMark
okId
wId
)
ps
iniTPString
iniHPString
iniPRString
tpId
hpId
prId
okId
wId
)
ps
=
ps
=
ps
ddef
ddef
iniSWMark
iniTBMark
/*iniTPMark*/
iniBVMark
iniNHIndex
iniCVIndex
iniAWMark
iniSWMark
iniTBMark
iniBVMark
iniNHIndex
iniCVIndex
iniAWMark
okId
wId
iniTPString
iniHPString
iniPRString
tpId
hpId
prId
okId
wId
=
Dialog
"IDE Options"
=
Dialog
"IDE Options"
(
CheckControl
(
CheckControl
[(
"Switch windows"
,
Nothing
,
iniSWMark
,
noLS
switchSW
)
[(
"Switch windows"
,
Nothing
,
iniSWMark
,
noLS
switchSW
)
...
@@ -39,13 +47,6 @@ ddef
...
@@ -39,13 +47,6 @@ ddef
,(
"Verbose diagnostics"
,
Nothing
,
iniBVMark
,
noLS
switchBV
)
,(
"Verbose diagnostics"
,
Nothing
,
iniBVMark
,
noLS
switchBV
)
,(
"AltGr workaround"
,
Nothing
,
iniAWMark
,
noLS
switchAW
)
,(
"AltGr workaround"
,
Nothing
,
iniAWMark
,
noLS
switchAW
)
]
(
Columns
1
)
[]
]
(
Columns
1
)
[]
/*
:+: CheckControl
[("Enable Theorem Prover",Nothing,iniTPMark,id)
] (Columns 1)
[ControlSelectState Unable
,ControlPos (Left,zero)]
*/
:+:
TextControl
"Newline Handling"
:+:
TextControl
"Newline Handling"
[
ControlPos
(
Left
,
zero
)]
[
ControlPos
(
Left
,
zero
)]
:+:
RadioControl
:+:
RadioControl
...
@@ -66,6 +67,16 @@ ddef
...
@@ -66,6 +67,16 @@ ddef
(
Rows
1
)
(
Rows
1
)
(
iniCVIndex
)
(
iniCVIndex
)
[
ControlPos
(
Left
,
zero
)]
[
ControlPos
(
Left
,
zero
)]
:+:
TextControl
"Time Profiler:"
[
ControlPos
(
Left
,
zero
),
ControlWidth
(
ContentWidth
"Theorem Prover:"
)]
:+:
EditControl
iniTPString
(
PixelWidth
300
)
1
[
ControlId
tpId
,
ControlSelectState
Unable
]
:+:
ButtonControl
"Select..."
[
ControlFunction
(
noLS
(
setTP
tpId
))]
:+:
TextControl
"Heap Profiler:"
[
ControlPos
(
Left
,
zero
),
ControlWidth
(
ContentWidth
"Theorem Prover:"
)]
:+:
EditControl
iniHPString
(
PixelWidth
300
)
1
[
ControlId
hpId
,
ControlSelectState
Unable
]
:+:
ButtonControl
"Select..."
[
ControlFunction
(
noLS
(
setHP
hpId
))]
:+:
TextControl
"Theorem Prover:"
[
ControlPos
(
Left
,
zero
),
ControlWidth
(
ContentWidth
"Theorem Prover:"
)]
:+:
EditControl
iniPRString
(
PixelWidth
300
)
1
[
ControlId
prId
,
ControlSelectState
Unable
]
:+:
ButtonControl
"Select..."
[
ControlFunction
(
noLS
(
setPR
prId
))]
:+:
ButtonControl
"Clear Registry"
[
ControlPos
(
Left
,
zero
),
ControlFunction
(
noLS
clearRegistry
)]
:+:
ButtonControl
"OK"
[
ControlPos
(
Right
,
zero
),
ControlFunction
(
noLS
(
closeWindow
wId
)),
ControlId
okId
]
:+:
ButtonControl
"OK"
[
ControlPos
(
Right
,
zero
),
ControlFunction
(
noLS
(
closeWindow
wId
)),
ControlId
okId
]
)
[
WindowClose
(
noLS
(
closeWindow
wId
)),
WindowId
wId
,
WindowOk
okId
,
WindowCancel
okId
]
)
[
WindowClose
(
noLS
(
closeWindow
wId
)),
WindowId
wId
,
WindowOk
okId
,
WindowCancel
okId
]
...
@@ -104,3 +115,72 @@ changeCV cv ps
...
@@ -104,3 +115,72 @@ changeCV cv ps
(
AlwaysUse
_)
->
AlwaysUse
cv
(
AlwaysUse
_)
->
AlwaysUse
cv
}
}
=
setPrefs
prefs
ps
=
setPrefs
prefs
ps
//import dodebug
import
first_run
,
UtilIO
setTP
tpId
ps
#
(
prefs
,
ps
)
=
getPrefs
ps
#
(
result
,
ps
)
=
selectOutputFile
"Select time profiler"
"*.exe"
ps
|
isNothing
result
=
ps
#
full
=
fromJust
result
#
name
=
GetFileName
full
#
short
=
case
GetShortPathName
full
of
(
True
,
short
)
->
short
_
->
full
#
path
=
GetFilePath
short
#
ps
=
appPIO
(
setControlText
tpId
(
path
+++
name
))
ps
#
prefs
=
{
prefs
&
reg_prefs
.
tp_name
=
name
,
reg_prefs
.
tp_path
=
path
}
#
ps
=
setPrefs
prefs
ps
#
(
ide_name
,
ide_path
,
ide_vers
,
errs
)
=
get_ide_from_registry
|
not
(
isEmpty
errs
)
||
ide_name
==
""
||
ide_path
==
""
||
ide_vers
==
""
=
ps
#
errs
=
change_pcl_registry_fun
ide_name
ide_path
name
path
|
errs
==
[]
=
ps
=
ps
setHP
hpId
ps
#
(
prefs
,
ps
)
=
getPrefs
ps
#
(
result
,
ps
)
=
selectOutputFile
"Select heap profiler"
"*.exe"
ps
|
isNothing
result
=
ps
#
full
=
fromJust
result
#
name
=
GetFileName
full
#
short
=
case
GetShortPathName
full
of
(
True
,
short
)
->
short
_
->
full
#
path
=
GetFilePath
short
#
ps
=
appPIO
(
setControlText
hpId
(
path
+++
name
))
ps
#
prefs
=
{
prefs
&
reg_prefs
.
hp_name
=
name
,
reg_prefs
.
hp_path
=
path
}
#
ps
=
setPrefs
prefs
ps
#
(
ide_name
,
ide_path
,
ide_vers
,
errs
)
=
get_ide_from_registry
|
not
(
isEmpty
errs
)
||
ide_name
==
""
||
ide_path
==
""
||
ide_vers
==
""
=
ps
#
errs
=
change_hcl_registry_fun
ide_name
ide_path
name
path
|
errs
==
[]
=
ps
=
ps
setPR
prId
ps
#
(
prefs
,
ps
)
=
getPrefs
ps
#
(
result
,
ps
)
=
selectOutputFile
"Select theorem prover"
"*.exe"
ps
|
isNothing
result
=
ps
#
full
=
fromJust
result
#
name
=
GetFileName
full
#
short
=
case
GetShortPathName
full
of
(
True
,
short
)
->
short
_
->
full
#
path
=
GetFilePath
short
#
ps
=
appPIO
(
setControlText
prId
(
path
+++
name
))
ps
#
prefs
=
{
prefs
&
reg_prefs
.
pr_name
=
name
,
reg_prefs
.
pr_path
=
path
}
=
setPrefs
prefs
ps
clearRegistry
ps
#
(
errs
,
ps
)
=
uninstall
ps
|
errs
==
[]
=
ps
#
(
okId
,
ps
)
=
openId
ps
#
(
dlogId
,
ps
)
=
openId
ps
#
(_,
ps
)
=
openModalDialog
Void
(
Dialog
"Clear Registry errors"
(
TextControl
"Clear Registry produced an error:"
[]
:+:
TextControl
(
hd
errs
)
[
ControlPos
(
Left
,
zero
)]
:+:
ButtonControl
"OK"
[
ControlId
okId
,
ControlFunction
(
noLS
(
closeWindow
dlogId
))])
[
WindowOk
okId
,
WindowId
dlogId
])
ps
=
ps
Ide/messwin.dcl
View file @
e1f4cd2d
definition
module
messwin
definition
module
messwin
// Display PmDriver messages...
import
StdPSt
import
StdPSt
from
IdeState
import
::
General
from
IdeState
import
::
General
// Display PmDriver messages...
::
Info
// message levels
::
Info
// message levels
=
Level1
String
=
Level1
String
|
Level2
String
|
Level2
String
...
...
Ide/messwin.icl
View file @
e1f4cd2d
...
@@ -36,18 +36,10 @@ showInfoInteractive info ps
...
@@ -36,18 +36,10 @@ showInfoInteractive info ps
#
(
buttonId
,
ps
)
=
openId
ps
#
(
buttonId
,
ps
)
=
openId
ps
#!
ok
=
ButtonControl
"Cancel"
[
ControlId
buttonId
,
ControlPos
(
Right
,
zero
),
ControlFunction
(
noLS
(
closeWindow
dlogId
))]
#!
ok
=
ButtonControl
"Cancel"
[
ControlId
buttonId
,
ControlPos
(
Right
,
zero
),
ControlFunction
(
noLS
(
closeWindow
dlogId
))]
content
=
(
texts
text1Id
text2Id
)
:+:
ok
content
=
(
texts
text1Id
text2Id
)
:+:
ok
// (size,ps) = controlSize content False Nothing Nothing Nothing ps
#!
(
err
,
ps
)
=
openDialog
Void
#!
(
err
,
ps
)
=
openDialog
Void
// modal?
(
Dialog
"Messages"
content
(
Dialog
"Messages"
content
[
WindowId
dlogId
[
WindowId
dlogId
,
WindowPos
(
Fix
,
OffsetVector
{
vx
=
200
,
vy
=
200
})
,
WindowPos
(
Fix
,
OffsetVector
{
vx
=
200
,
vy
=
200
})
/* , WindowPos (Fix,OffsetFun 1
(\(dm,ps)->
{vx = (size.w + dm.corner2.x - dm.corner1.x) >> 1
,vy = (size.Size.h + dm.corner2.y - dm.corner1.y) >> 1
}
))
*/
,
WindowClose
(
noLS
(
closeWindow
dlogId
))
,
WindowClose
(
noLS
(
closeWindow
dlogId
))
,
WindowOk
buttonId
,
WindowOk
buttonId
,
WindowCancel
buttonId
,
WindowCancel
buttonId
...
...
Ide/prefix.icl
View file @
e1f4cd2d
implementation
module
prefix
implementation
module
prefix
import
StdOverloaded
,
StdString
,
StdArray
,
StdClass
,
StdInt
,
StdEnum
import
StdOverloaded
,
StdString
,
StdArray
,
StdClass
,
StdInt
,
StdEnum
//import shift
import
EdSelection
,
EdMonad
,
EdClient
,
EdVisualText
,
EdVisualCursor
import
EdSelection
,
EdMonad
,
EdClient
,
EdVisualText
,
EdVisualCursor
import
menubar
import
menubar
import
EdCommon
import
EdCommon
...
...
Ide/projmen.icl
View file @
e1f4cd2d
...
@@ -23,11 +23,6 @@ pm_menu_add path ps
...
@@ -23,11 +23,6 @@ pm_menu_add path ps
// do Project menu...
// do Project menu...
#
(
prefs
,
ps
)
=
getPrefs
ps
#
(
prefs
,
ps
)
=
getPrefs
ps
#
projIds
=
removeAt
9
projIds
// Disable theorem prover module...
#
projIds
=
removeAt
9
projIds
// Disable theorem prover module...
/*
# projIds = case prefs.enable_prover of
True -> removeAt 9 projIds
False -> removeAt 8 (removeAt 9 projIds)
*/
#
ps
=
appPIO
(
enableMenuElements
projIds
)
ps
#
ps
=
appPIO
(
enableMenuElements
projIds
)
ps
// do Module menu...
// do Module menu...
#
moduleIds
=
[
mn_sav
,
mn_sva
,
md_cmp
,
md_chk
,
md_gen
,
md_cst
,
md_est
]
#
moduleIds
=
[
mn_sav
,
mn_sva
,
md_cmp
,
md_chk
,
md_gen
,
md_cst
,
md_est
]
...
@@ -97,11 +92,6 @@ where
...
@@ -97,11 +92,6 @@ where
#
({
projIds
},
ps
)
=
getMenuIds
ps
#
({
projIds
},
ps
)
=
getMenuIds
ps
#
(
prefs
,
ps
)
=
getPrefs
ps
#
(
prefs
,
ps
)
=
getPrefs
ps
#
projIds
=
removeAt
9
projIds
// disable module theorem proving...
#
projIds
=
removeAt
9
projIds
// disable module theorem proving...
/*
# projIds = case prefs.enable_prover of
True -> removeAt 9 projIds
False -> removeAt 8 (removeAt 9 projIds)
*/
// if projwin or editwin active disable moduleIds...
// if projwin or editwin active disable moduleIds...
// not necessary here because only called from active dialog...
// not necessary here because only called from active dialog...
#
ps
=
setModuleIds
[]
ps
#
ps
=
setModuleIds
[]
ps
...
...
Ide/projwin.icl
View file @
e1f4cd2d
...
@@ -8,7 +8,6 @@ import PmProject, PmFiles, UtilStrictLists, PmPath
...
@@ -8,7 +8,6 @@ import PmProject, PmFiles, UtilStrictLists, PmPath
import
edfiles
,
messwin
,
errwin
import
edfiles
,
messwin
,
errwin
import
PmDialogues
,
PmDriver
import
PmDialogues
,
PmDriver
import
PmCleanSystem
import
PmCleanSystem
//import ProverOptions
import
flextextcontrol
import
flextextcontrol
import
ioutil
,
morecontrols
,
colorpickcontrol
import
ioutil
,
morecontrols
,
colorpickcontrol
import
projmen
,
menubar
,
colourclip
import
projmen
,
menubar
,
colourclip
...
@@ -520,28 +519,10 @@ pm_set ps
...
@@ -520,28 +519,10 @@ pm_set ps
=
ps
// this should not occur
=
ps
// this should not occur
#
pos
=
fromJust
pos
#
pos
=
fromJust
pos
#
(
siz
,
ps
)
=
accPIO
(
getWindowViewSize
win
)
ps
#
(
siz
,
ps
)
=
accPIO
(
getWindowViewSize
win
)
ps
// # (fnt,ps) = sendToActiveWindow msgGetFont ps
// | isNothing fnt
// = ps // this should not occur
// # fnt = fromJust fnt
// # fnt = getFontDef fnt
// # (tbs,ps) = sendToActiveWindow msgGetTabs ps
// | isNothing tbs
// = ps // this should not occur
// # tbs = fromJust tbs
// # (lns,ps) = sendToActiveWindow getLineNumbers ps
// | isNothing lns
// = ps // this should not occur
// # lns = fromJust lns
#
(
nlc
,
ps
)
=
sendToActiveWindow
getNewlineConvention
ps
#
(
nlc
,
ps
)
=
sendToActiveWindow
getNewlineConvention
ps
|
isNothing
nlc
|
isNothing
nlc
=
ps
// this should not occur
=
ps
// this should not occur
#
nlc
=
fromJust
nlc
#
nlc
=
fromJust
nlc
// # (sci,ps) = sendToActiveWindow getFontInfo ps
// | isNothing sci
// = ps // this should not occur
// # {showSyntax} = fromJust sci
#
pos_size
=
{
posx
=
pos
.
vx
,
posy
=
pos
.
vy
,
sizex
=
siz
.
w
,
sizey
=
siz
.
Size
.
h
}
#
pos_size
=
{
posx
=
pos
.
vx
,
posy
=
pos
.
vy
,
sizex
=
siz
.
w
,
sizey
=
siz
.
Size
.
h
}
#
eo
=
{
newlines
=
nlc
}
#
eo
=
{
newlines
=
nlc
}
#
weo
=
{
eo
=
eo
,
pos_size
=
pos_size
}
#
weo
=
{
eo
=
eo
,
pos_size
=
pos_size
}
...
@@ -607,11 +588,9 @@ where
...
@@ -607,11 +588,9 @@ where
#
(
app_path
,
ps
)
=
getStup
ps
#
(
app_path
,
ps
)
=
getStup
ps
#
prj_path`
=
RemoveFilename
prj_path
#
prj_path`
=
RemoveFilename
prj_path
#
execpath
=
fulPath
app_path
prj_path`
execpath
#
execpath
=
fulPath
app_path
prj_path`
execpath
//*
|
lo
.
method
==
LM_Dynamic
|
lo
.
method
==
LM_Dynamic
#
execpath
=
(
RemoveSuffix`
execpath
)
+++.
".bat"
#
execpath
=
(
RemoveSuffix`
execpath
)
+++.
".bat"
=
RunProgram
execpath
ps
=
RunProgram
execpath
ps
//*/
=
RunProgram
execpath
ps
=
RunProgram
execpath
ps
pm_run
::
!*(
PSt
*
General
)
->
*
PSt
*
General
;
pm_run
::
!*(
PSt
*
General
)
->
*
PSt
*
General
;
...
@@ -622,11 +601,9 @@ pm_run ps
...
@@ -622,11 +601,9 @@ pm_run ps
#
prj_path`
=
RemoveFilename
prj_path
#
prj_path`
=
RemoveFilename
prj_path
#
execpath
=
fulPath
app_path
prj_path`
execpath
#
execpath
=
fulPath
app_path
prj_path`
execpath
#
(
lo
,
ps
)
=
accProject
(\
project
->(
PR_GetLinkOptions
project
,
project
))
ps
#
(
lo
,
ps
)
=
accProject
(\
project
->(
PR_GetLinkOptions
project
,
project
))
ps
//*
|
lo
.
method
==
LM_Dynamic
|
lo
.
method
==
LM_Dynamic
#
execpath
=
(
RemoveSuffix`
execpath
)
+++.
".bat"
#
execpath
=
(
RemoveSuffix`
execpath
)
+++.
".bat"
=
RunProgram
execpath
ps
=
RunProgram
execpath
ps
//*/
=
RunProgram
execpath
ps
=
RunProgram
execpath
ps
//--
//--
...
@@ -758,33 +735,6 @@ pm_save_common pathname project ps
...
@@ -758,33 +735,6 @@ pm_save_common pathname project ps
]
ps
]
ps
=
(
project
,
ps
)
=
(
project
,
ps
)
#
(
prefs
,
ps
)
=
getPrefs
ps
#
(
prefs
,
ps
)
=
getPrefs
ps
/*
| not prefs.enable_prover
= (project,ps)
# (syspaths,ps) = getCurrentPaths ps
# prjpaths = PR_GetPaths project
# srcpaths = AppendLists prjpaths syspaths
# stuff = PR_GetModuleStuff project
# dclstuff = StrictListToList (Map (\(m,d,_,_)->(GetModuleName m,d)) stuff)
# iclstuff = StrictListToList (Map (\(_,_,m,d)->(GetModuleName m,d)) stuff)
# [(rootname,rootpath) : iclstuff]
= iclstuff
# proveropts =
{ project_name = RemoveSuffix (RemovePath prjpath)
, project_paths = StrictListToList srcpaths
, main_module_name = rootname
, main_module_path = rootpath
, icl_modules = iclstuff
, dcl_modules = dclstuff
}
# (ok,ps) = accFiles (WriteProverOptions (make_prover_name pathname) proveropts) ps
| not ok
# ps = okNotice
[ "The prover file for "+++RemovePath prjpath+++" could not be saved because"
, "of a file I/O error."
] ps
= (project,ps)
*/
=
(
project
,
ps
)
=
(
project
,
ps
)
pm_maybe_save
::
!
Id
!*(
PSt
*
General
)
->
(
Bool
,*
PSt
*
General
)
pm_maybe_save
::
!
Id
!*(
PSt
*
General
)
->
(
Bool
,*
PSt
*
General
)
...
@@ -801,14 +751,6 @@ pm_set_window_title pathname ps
...
@@ -801,14 +751,6 @@ pm_set_window_title pathname ps
#
name
=
RemovePath
pathname
#
name
=
RemovePath
pathname
=
appPIO
(
setWindowTitle
wId
(
name
+++
" - "
+++
pathname
))
ps
=
appPIO
(
setWindowTitle
wId
(
name
+++
" - "
+++
pathname
))
ps
/*
make_prover_name name
# name = MakeProjectPathname name
# name = RemoveSuffix name
# name = name +++ ".pr_"
= name
*/
pm_get_projwin_possiz
::
*(
PSt
*
General
)
->
*(.(
Vector2
,
Size
),*
PSt
*
General
);
pm_get_projwin_possiz
::
*(
PSt
*
General
)
->
*(.(
Vector2
,
Size
),*
PSt
*
General
);
pm_get_projwin_possiz
ps
pm_get_projwin_possiz
ps
#
(
wId
,
ps
)
=
getPWW
ps
#
(
wId
,
ps
)
=
getPWW
ps
...
...
Ide/search.icl
View file @
e1f4cd2d
...
@@ -121,7 +121,6 @@ fi_messagebox info=:{cleanid,dlogId,stringId,msgId,kind,closeId} pstate
...
@@ -121,7 +121,6 @@ fi_messagebox info=:{cleanid,dlogId,stringId,msgId,kind,closeId} pstate
=
pstate
=
pstate
#
pstate
=
closeWindow
dlogId
pstate
#
pstate
=
closeWindow
dlogId
pstate
(_,
pstate
)
=
openModalDialog
info
dialog
pstate
(_,
pstate
)
=
openModalDialog
info
dialog
pstate
// (_,pstate) = openDialog info dialog pstate // check if the modality triggers win activation bug...
=
pstate
=
pstate
where
where
dialog
=
Dialog
dialog
=
Dialog
...
@@ -140,6 +139,7 @@ where
...
@@ -140,6 +139,7 @@ where
:+:
EditControl
(
hd
cleanid
)
(
PixelWidth
300
)
1
:+:
EditControl
(
hd
cleanid
)
(
PixelWidth
300
)
1
[
ControlPos
(
Left
,
zero
)
[
ControlPos
(
Left
,
zero
)
,
ControlId
stringId
,
ControlId
stringId
,
ControlActivate
(
noLS
(
appPIO
(
setEditControlSelection
stringId
1
0
)))
]
]
:+:
ButtonControl
"Close"
:+:
ButtonControl
"Close"
[
ControlFunction
closefun
[
ControlFunction
closefun
...
...
Ide/targetui.icl
View file @
e1f4cd2d
...
@@ -265,7 +265,9 @@ newNameDialog ininame cont (ls,ps)
...
@@ -265,7 +265,9 @@ newNameDialog ininame cont (ls,ps)
#
((
err
,
en
),
ps
)
=
openModalDialog
Nothing
#
((
err
,
en
),
ps
)
=
openModalDialog
Nothing
(
Dialog
"Environment Name"
(
Dialog
"Environment Name"
(
EditControl
ininame
(
PixelWidth
150
)
1
(
EditControl
ininame
(
PixelWidth
150
)
1
[
ControlId
editId
]
[
ControlId
editId
,
ControlActivate
(
noLS
(
appPIO
(
setEditControlSelection
editId
1
0
)))
]
:+:
ButtonControl
"OK"
:+:
ButtonControl
"OK"
[
ControlPos
(
Right
,
zero
),
ControlFunction
(
okfun
editId
windId
),
ControlId
okId
]
[
ControlPos
(
Right
,
zero
),
ControlFunction
(
okfun
editId
windId
),
ControlId
okId
]
:+:
ButtonControl
"Cancel"
:+:
ButtonControl
"Cancel"
...
@@ -524,15 +526,30 @@ title
...
@@ -524,15 +526,30 @@ title
toolpane
tg
compId
cgenId
linkId
dynlId
versId
methId
toolpane
tg
compId
cgenId
linkId
dynlId
versId
methId
=
TextControl
"Compiler: "
[
ControlWidth
textWidth
]
=
TextControl
"Compiler: "
[
ControlWidth
textWidth
]
:+:
EditControl
tg
.
target_comp
(
PixelWidth
250
)
1
[
ControlId
compId
]
:+:
EditControl
tg
.
target_comp
(
PixelWidth
250
)
1
[
ControlId
compId
,
ControlActivate
(
noLS
(
appPIO
(
setEditControlSelection
compId
1
0
)))
]
:+:
TextControl
"Generator: "
[
ControlPos
(
Left
,
zero
),
ControlWidth
textWidth
]
:+:
TextControl
"Generator: "
[
ControlPos
(
Left
,
zero
),
ControlWidth
textWidth
]
:+:
EditControl
tg
.
target_cgen
(
PixelWidth
250
)
1
[
ControlId
cgenId
]
:+:
EditControl
tg
.
target_cgen
(
PixelWidth
250
)
1
[
ControlId
cgenId
,
ControlActivate
(
noLS
(
appPIO
(
setEditControlSelection
cgenId
1
0
)))
]
:+:
TextControl
"Static Linker: "
[
ControlPos
(
Left
,
zero
),
ControlWidth
textWidth
]
:+:
TextControl
"Static Linker: "
[
ControlPos
(
Left
,
zero
),
ControlWidth
textWidth
]
:+:
EditControl
tg
.
target_link
(
PixelWidth
250
)
1
[
ControlId
linkId
]
:+:
EditControl
tg
.
target_link
(
PixelWidth
250
)
1
[
ControlId
linkId
,
ControlActivate
(
noLS
(
appPIO
(
setEditControlSelection
linkId
1
0
)))
]
:+:
TextControl
"Dynamic Linker: "
[
ControlPos
(
Left
,
zero
),
ControlWidth
textWidth
]
:+:
TextControl
"Dynamic Linker: "
[
ControlPos
(
Left
,
zero
),
ControlWidth
textWidth
]
:+:
EditControl
tg
.
target_dynl
(
PixelWidth
250
)
1
[
ControlId
dynlId
]
:+:
EditControl
tg
.
target_dynl
(
PixelWidth
250
)
1
[
ControlId
dynlId
,
ControlActivate
(
noLS
(
appPIO
(
setEditControlSelection
dynlId
1
0
)))
]
:+:
TextControl
"ABC version: "
[
ControlPos
(
Left
,
zero
),
ControlWidth
textWidth
]
:+:
TextControl
"ABC version: "
[
ControlPos
(
Left
,
zero
),
ControlWidth
textWidth
]
:+:
EditControl
(
toString
tg
.
target_vers
)
(
PixelWidth
250
)
1
[
ControlId
versId
]
:+:
EditControl
(
toString
tg
.
target_vers
)
(
PixelWidth
250
)
1
[
ControlId
versId
,
ControlActivate
(
noLS
(
appPIO
(
setEditControlSelection
versId
1
0
)))
]
:+:
CheckControl
[(
"Console in IDE"
,
Nothing
,
toMark
tg
.
target_redc
,
redcfun
)]
(
Columns
1
)
[
ControlPos
(
Left
,
zero
)]
:+:
CheckControl
[(
"Console in IDE"
,
Nothing
,
toMark
tg
.
target_redc
,
redcfun
)]
(
Columns
1
)
[
ControlPos
(
Left
,
zero
)]
:+:
RadioControl
:+:
RadioControl
[(
"Sync"
,
Nothing
,
methfun
1
)
[(
"Sync"
,
Nothing
,
methfun
1
)
...
@@ -552,10 +569,11 @@ toolpane tg compId cgenId linkId dynlId versId methId
...
@@ -552,10 +569,11 @@ toolpane tg compId cgenId linkId dynlId versId methId
_
->
"1"
_
->
"1"
)
)
(
PixelWidth
250
)
1
(
PixelWidth
250
)
1
[
ControlId
methId
[
ControlId
methId
,
case
tg
.
target_meth
of
,
case
tg
.
target_meth
of
(
CompileAsync
_)
->
ControlSelectState
Able
(
CompileAsync
_)
->
ControlSelectState
Able
_
->
ControlSelectState
Unable
_
->
ControlSelectState
Unable
,
ControlActivate
(
noLS
(
appPIO
(
setEditControlSelection
methId
1
0
)))
]
]
where
where
textWidth
=
ContentWidth
"Dynamic Linker: "
textWidth
=
ContentWidth
"Dynamic Linker: "
...
...
Ide/tools.icl
View file @
e1f4cd2d
...
@@ -5,23 +5,14 @@ import ExtNotice, StdPathname
...
@@ -5,23 +5,14 @@ import ExtNotice, StdPathname
import
IdeState
,
UtilIO
import
IdeState
,
UtilIO
//-- call out to supporting applications...
//-- call out to supporting applications...
//-- should make these settable in the ide...
//-- ahhh... problem is then how to inform the change_registry
//-- application of their new location...
timepsuf
=:
" Time Profile.pcl"
timepsuf
=:
" Time Profile.pcl"
timepdir
=:
applicationpath
"Tools
\\
TimeProfiler"
timepapp
=:
quoted_string
(
MakeFullPathname
timepdir
"ShowTimeProfile.exe"
)
timeparg
=:
" -h 4M "
timeparg
=:
" -h 4M "
heappsuf
=:
" Heap Profile0.hcl"
heappsuf
=:
" Heap Profile0.hcl"
heappdir
=:
applicationpath
"Tools
\\
HeapProfiler"
heappapp
=:
quoted_string
(
MakeFullPathname
heappdir
"ShowHeapProfile.exe"
)
heapparg
=:
" -h 4M "
heapparg
=:
" -h 4M "
proofsuf
=:
".prj"
proofsuf
=:
".prj"
proofdir
=:
applicationpath
"Tools
\\
Sparkle"
proofapp
=:
quoted_string
(
MakeFullPathname
proofdir
"Sparkle.exe"
)
proofarg
=:
" "
proofarg
=:
" "
shoprofun
::
!*(
PSt
General
)
->
*
PSt
General
shoprofun
::
!*(
PSt
General
)
->
*
PSt
General
...
@@ -29,9 +20,10 @@ shoprofun ps
...
@@ -29,9 +20,10 @@ shoprofun ps
#
(
prj
,
ps
)
=
getProject
ps
#
(
prj
,
ps
)
=
getProject
ps
#
execpath
=
PR_GetExecPath
prj
#
execpath
=
PR_GetExecPath
prj
// approximate name mangling done by RTE
// approximate name mangling done by RTE
//--> expand pathname...
// should still take into account max filename length
// should still take into account max filename length
#
profpath
=
quoted_string
(
RemoveSuffix`
execpath
+++
timepsuf
)
#
profpath
=
quoted_string
(
RemoveSuffix`
execpath
+++
timepsuf
)
#
(
prefs
,
ps
)
=
getPrefs
ps
#
timepapp
=
quoted_string
(
prefs
.
reg_prefs
.
tp_path
+++
prefs
.
reg_prefs
.
tp_name
)
#
sp
=
timepapp
+++
timeparg
+++
profpath
#
sp
=
timepapp
+++
timeparg
+++
profpath
#
stup
=
RemoveFilename
execpath
#
stup
=
RemoveFilename
execpath
#
(
ok
,
ps
)
=
accFiles
(
FExists
stup
)
ps
#
(
ok
,
ps
)
=
accFiles
(
FExists
stup
)
ps
...
@@ -48,6 +40,8 @@ shoheapfun ps
...
@@ -48,6 +40,8 @@ shoheapfun ps
// approximate name mangling done by RTE
// approximate name mangling done by RTE
// should still take into account max filename length