Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-ide
Commits
ba41babe
Commit
ba41babe
authored
Apr 09, 2003
by
Diederik van Arkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix: wrong env was selected in envs-menu after edit-list...;
parent
69395696
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Ide/targetui.icl
Ide/targetui.icl
+5
-2
No files found.
Ide/targetui.icl
View file @
ba41babe
...
...
@@ -216,8 +216,10 @@ where
=
newNameDialog
target
.
target_name
(
copycont
sel
target
lbId
)
(
targets
,
ps
)
copycont
sel
target
lbId
target_name
(
targets
,
ps
)
#
target
=
{
target
&
target_name
=
target_name
}
#
targets
=
insertAt
(
sel
-1
)
target
targets
#
ps
=
openExtListBoxItems
lbId
sel
[
toItem
target
]
ps
// # targets = insertAt (sel-1) target targets
// # ps = openExtListBoxItems lbId sel [toItem target] ps
#
targets
=
insertAt
sel
target
targets
#
ps
=
openExtListBoxItems
lbId
(
sel
+1
)
[
toItem
target
]
ps
=
(
targets
,
ps
)
renamefun
lbId
dId
(
targets
,
ps
)
#
((
ok
,
sel
),
ps
)
=
getExtListBoxSelection
lbId
ps
...
...
@@ -244,6 +246,7 @@ where
])
ps
#
ps
=
setTargets
targets
ps
#
ps
=
selectProjectTarget
getTargets
ps
#
ps
=
closeWindow
dId
ps
=
(
targets
,
ps
)
cancelfun
dId
ps
...
...
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