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
5fd7bae7
Commit
5fd7bae7
authored
Apr 21, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Iv, Ii, Io and Co added to crossref for signals, and cmd 'set language'
parent
1fc2e4ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
xtt/lib/xtt/src/xtt_xnav_command.cpp
xtt/lib/xtt/src/xtt_xnav_command.cpp
+16
-0
No files found.
xtt/lib/xtt/src/xtt_xnav_command.cpp
View file @
5fd7bae7
...
...
@@ -653,6 +653,18 @@ static int xnav_set_func( void *client_data,
}
ge_set_folder_index
(
gectx
,
object_str
,
idx
);
}
else
if
(
strncmp
(
arg1_str
,
"LANGUAGE"
,
strlen
(
arg1_str
))
==
0
)
{
char
language_str
[
80
];
// Command is "SET LANGUAGE"
if
(
EVEN
(
dcli_get_qualifier
(
"dcli_arg2"
,
language_str
)))
{
xnav
->
message
(
'E'
,
"Enter language"
);
return
XNAV__HOLDCOMMAND
;
}
cdh_ToLower
(
language_str
,
language_str
);
Lng
::
set
(
language_str
);
}
else
xnav
->
message
(
'E'
,
"Syntax error"
);
return
1
;
...
...
@@ -3673,6 +3685,10 @@ static int xnav_crossref_func( void *client_data,
case
pwr_cClass_Av
:
case
pwr_cClass_Ai
:
case
pwr_cClass_Ao
:
case
pwr_cClass_Iv
:
case
pwr_cClass_Ii
:
case
pwr_cClass_Io
:
case
pwr_cClass_Co
:
sts
=
xnav_crr_signal
(
xnav
->
brow
,
file_ptr
,
name_ptr
,
NULL
);
break
;
default:
...
...
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