Skip to content

Commit 9cc53d9

Browse files
authored
Merge pull request #1867 from error414/cli_autocomplete
Cli autocomplete
2 parents 8c39e72 + 1b4fd4e commit 9cc53d9

File tree

9 files changed

+658
-9184
lines changed

9 files changed

+658
-9184
lines changed

_locales/en/messages.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"options_showProfileParameters": {
1515
"message": "Highlight parameters that change when switching battery or control profiles"
1616
},
17+
"options_cliAutocomplete": {
18+
"message": "Advanced CLI AutoComplete"
19+
},
1720
"options_unit_type": {
1821
"message": "Set how the units render on the configurator only"
1922
},

gulpfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ sources.js = [
138138
'./node_modules/openlayers/dist/ol.js',
139139
'./js/libraries/plotly-latest.min.js',
140140
'./js/sitl.js',
141+
'./js/CliAutoComplete.js',
142+
'./node_modules/jquery-textcomplete/dist/jquery.textcomplete.js'
141143
];
142144

143145
sources.receiverCss = [

0 commit comments

Comments
 (0)