Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
3e34d5a0
Commit
3e34d5a0
authored
Oct 18, 2018
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wb command 'create flow' also creates plc helptext files
parent
94fa8737
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
wb/lib/wb/src/wb_utl.cpp
wb/lib/wb/src/wb_utl.cpp
+6
-1
No files found.
wb/lib/wb/src/wb_utl.cpp
View file @
3e34d5a0
...
...
@@ -1094,9 +1094,14 @@ int wb_utl::create_flow_plc(ldh_tSesContext ldhses, ldh_tWBContext ldhwb,
int
wb_utl
::
create_flow_cb
(
void
*
utl
,
void
*
foe
)
{
return
((
WFoe
*
)
foe
)
->
create_flow
();
pwr_tStatus
sts
;
sts
=
((
WFoe
*
)
foe
)
->
create_xtthelpfile
();
sts
=
((
WFoe
*
)
foe
)
->
create_flow
();
return
sts
;
}
int
wb_utl
::
redraw_plc_hier
(
ldh_tSesContext
ldhses
,
ldh_tWBContext
ldhwb
,
char
*
hiername
,
char
*
fromname
,
int
all
,
int
templ
)
{
...
...
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