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
a4cbeccb
Commit
a4cbeccb
authored
Jun 28, 2019
by
Bas Lijnse
Browse files
Fixed accidental removal of setting project path in ps state
parent
da785457
Pipeline
#26141
passed with stage
in 56 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Ide/projmen.icl
View file @
a4cbeccb
...
@@ -246,6 +246,7 @@ setup_new_project_using_template path project_file_path project ps
...
@@ -246,6 +246,7 @@ setup_new_project_using_template path project_file_path project ps
#
ps
=
pm_shut
ps
// just in case
#
ps
=
pm_shut
ps
// just in case
({
compopts
,
cgenopts
,
linkopts
,
applopts
},
ps
)
=
getPrefs
ps
({
compopts
,
cgenopts
,
linkopts
,
applopts
},
ps
)
=
getPrefs
ps
eo
=
{
eo
=
{
newlines
=
HostNativeNewlineConvention
},
pos_size
=
NoWindowPosAndSize
}
eo
=
{
eo
=
{
newlines
=
HostNativeNewlineConvention
},
pos_size
=
NoWindowPosAndSize
}
ps
=
setProjectFilePath
project_file_path
ps
#
((
ok
,
project
),
ps
)
=
accFiles
(
create_new_project_using_template
path
project_file_path
compopts
eo
project
)
ps
#
((
ok
,
project
),
ps
)
=
accFiles
(
create_new_project_using_template
path
project_file_path
compopts
eo
project
)
ps
|
not
ok
|
not
ok
=
(
False
,
okNotice
[
"Unable to create project"
,
"Error setting up project from the given project template"
]
ps
)
=
(
False
,
okNotice
[
"Unable to create project"
,
"Error setting up project from the given project template"
]
ps
)
...
...
Bas Lijnse
@baslijns
mentioned in issue
#5 (closed)
·
Jul 23, 2019
mentioned in issue
#5 (closed)
mentioned in issue #5
Toggle commit list
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