ecode icon indicating copy to clipboard operation
ecode copied to clipboard

Lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness and performance.

Results 58 ecode issues
Sort by recently updated
recently updated
newest added

Current button's name, `Open a File`, is very clear that it can only open a single file.

enhancement

If I select text in the editor, then alt+tab to another window, and back again, the selected text has disappeared.

bug
question
linux

For example, keyword `EXPR` and `TYPE` in https://github.com/AdeptLanguage/Adept/blob/master/CMakeLists.txt p/s: Is it a solvable problem? Github's syntax highlighter suffered the same problem.

enhancement
syntax highlight

It only highlights comments, numbers and `.PHONY`. There is basically no syntax highlighting for anything else.

enhancement
syntax highlight

The file extension is `.i`

enhancement
syntax highlight

It seems Lite XL doesn't have it, too: https://github.com/lite-xl/lite-xl/tree/master/data/plugins https://github.com/lite-xl/lite-xl-plugins/tree/master/plugins (there is no `language_ada.lua`) Scintillua does have support for Ada: https://github.com/orbitalquark/scintillua/blob/default/lexers/ada.lua

enhancement
syntax highlight

The only thing they offer is this VSCode extension: https://github.com/covscript/covscript-vscode

enhancement
syntax highlight

Syntax highlighting for various editors as the references: https://github.com/felix-lang/felix/tree/master/src/misc

enhancement
syntax highlight

You have agreed to add support for Regular Expressions in search in https://github.com/SpartanJ/ecode/issues/147. This is about Regular Expressions in lexers. It's currently not supported. If support is added, the pros...

enhancement