mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
basic autocomplete
This commit is contained in:
2365
ace/ext-language_tools.js
Normal file
2365
ace/ext-language_tools.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,7 @@
|
||||
|
||||
<script src='ace/ace.js'></script>
|
||||
<script src='ace/keybinding-vim.js'></script>
|
||||
<script src='ace/ext-language_tools.js'></script>
|
||||
|
||||
<style>
|
||||
|
||||
|
||||
@@ -85,6 +85,9 @@ export class Editor {
|
||||
behavioursEnabled: false,
|
||||
// Scroll past end for value explorer
|
||||
scrollPastEnd: 100 /* Allows to scroll 100*<screen size> */,
|
||||
|
||||
enableLiveAutocompletion: false,
|
||||
enableBasicAutocompletion: true,
|
||||
})
|
||||
|
||||
normalize_events(this.ace_editor, {
|
||||
|
||||
Reference in New Issue
Block a user