Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
b31d7dca
Commit
b31d7dca
authored
Mar 27, 2020
by
Evan W. Patton
Committed by
Jeffrey Schiller
Mar 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing help URLs for Serial
Change-Id: I9ef4fdb1bda35fbd023e908b41fa9aa5cc1b5e43
parent
75d51bf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
appinventor/blocklyeditor/src/blocks/components.js
appinventor/blocklyeditor/src/blocks/components.js
+4
-0
appinventor/blocklyeditor/src/msg/en/_messages.js
appinventor/blocklyeditor/src/msg/en/_messages.js
+5
-0
No files found.
appinventor/blocklyeditor/src/blocks/components.js
View file @
b31d7dca
...
...
@@ -1491,6 +1491,7 @@ Blockly.ComponentBlock.HELPURLS = {
"
BluetoothClient
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_BLUETOOTHCLIENT_HELPURL
,
"
BluetoothServer
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_BLUETOOTHSERVER_HELPURL
,
"
Notifier
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_NOTIFIER_HELPURL
,
"
Serial
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SERIAL_HELPURL
,
"
SpeechRecognizer
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SPEECHRECOGNIZER_HELPURL
,
"
TextToSpeech
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_TEXTTOSPEECH_HELPURL
,
"
TinyWebDB
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_TINYWEBDB_HELPURL
,
...
...
@@ -1582,6 +1583,7 @@ Blockly.ComponentBlock.PROPERTIES_HELPURLS = {
"
BluetoothClient
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_BLUETOOTHCLIENT_PROPERTIES_HELPURL
,
"
BluetoothServer
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_BLUETOOTHSERVER_PROPERTIES_HELPURL
,
"
Notifier
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_NOTIFIER_PROPERTIES_HELPURL
,
"
Serial
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SERIAL_PROPERTIES_HELPURL
,
"
SpeechRecognizer
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SPEECHRECOGNIZER_PROPERTIES_HELPURL
,
"
TextToSpeech
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_TEXTTOSPEECH_PROPERTIES_HELPURL
,
"
TinyWebDB
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_TINYWEBDB_PROPERTIES_HELPURL
,
...
...
@@ -1666,6 +1668,7 @@ Blockly.ComponentBlock.EVENTS_HELPURLS = {
"
BluetoothClient
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_BLUETOOTHCLIENT_EVENTS_HELPURL
,
"
BluetoothServer
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_BLUETOOTHSERVER_EVENTS_HELPURL
,
"
Notifier
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_NOTIFIER_EVENTS_HELPURL
,
"
Serial
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SERIAL_EVENTS_HELPURL
,
"
SpeechRecognizer
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SPEECHRECOGNIZER_EVENTS_HELPURL
,
"
TextToSpeech
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_TEXTTOSPEECH_EVENTS_HELPURL
,
"
TinyWebDB
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_TINYWEBDB_EVENTS_HELPURL
,
...
...
@@ -1749,6 +1752,7 @@ Blockly.ComponentBlock.METHODS_HELPURLS = {
"
BluetoothClient
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_BLUETOOTHCLIENT_METHODS_HELPURL
,
"
BluetoothServer
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_BLUETOOTHSERVER_METHODS_HELPURL
,
"
Notifier
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_NOTIFIER_METHODS_HELPURL
,
"
Serial
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SERIAL_METHODS_HELPURL
,
"
SpeechRecognizer
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SPEECHRECOGNIZER_METHODS_HELPURL
,
"
TextToSpeech
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_TEXTTOSPEECH_METHODS_HELPURL
,
"
TinyWebDB
"
:
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_TINYWEBDB_METHODS_HELPURL
,
...
...
appinventor/blocklyeditor/src/msg/en/_messages.js
View file @
b31d7dca
...
...
@@ -1474,6 +1474,11 @@ Blockly.Msg.en.switch_language_to_english = {
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_BLUETOOTHSERVER_EVENTS_HELPURL
=
'
/reference/components/connectivity.html#BluetoothServer
'
;
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_BLUETOOTHSERVER_METHODS_HELPURL
=
'
/reference/components/connectivity.html#BluetoothServer
'
;
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SERIAL_HELPURL
=
"
/reference/components/connectivity.html#Serial
"
;
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SERIAL_PROPERTIES_HELPURL
=
"
/reference/components/connectivity.html#Serial
"
;
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SERIAL_EVENTS_HELPURL
=
"
/reference/components/connectivity.html#Serial
"
;
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_SERIAL_METHODS_HELPURL
=
"
/reference/components/connectivity.html#Serial
"
;
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_WEB_HELPURL
=
"
/reference/components/connectivity.html#Web
"
;
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_WEB_PROPERTIES_HELPURL
=
'
/reference/components/connectivity.html#Web
'
;
Blockly
.
Msg
.
LANG_COMPONENT_BLOCK_WEB_EVENTS_HELPURL
=
'
/reference/components/connectivity.html#Web
'
;
...
...
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