Acode
Acode copied to clipboard
Turn off current line highlight
Check for existing issues
- [x] Completed
Describe the feature
Turn off current line highlight - it heavily interferes with the selection, and I find it distracting and unusable.
In the past there was an option to disable it, now it's gone (at least for 2 years).
If applicable, add mockups / screenshots to help present your vision of the feature
No response
In which theme ?
Btw every theme has its own styling and look depends on theme. So try using different theme or if you really need to turn off this then make a small plugin with just one line in init method:
editorManager.editor.setOption("highlightActiveLine", false);
We are not going to add it in app , as we are migrating away from ace.