-
Hi,
Is there any chance how to use NuGet Gemini.Modules.CodeEditor but only with one language, for example only with C#?
Thanks,
Elpablos
-
The current implementation of TextBox (and CodeEditor) don't display lines that are too long to fit into the textbox visible area.
The text is there and the caret moves to the end but you can't see i…
-
```
public void loadProgramFile(String filename) throws IOException{
StringBuffer file_contents = new StringBuffer(256);
String file_path = Settings.SETTINGS_DIR + "/"
…
-
```
public void loadProgramFile(String filename) throws IOException{
StringBuffer file_contents = new StringBuffer(256);
String file_path = Settings.SETTINGS_DIR + "/"
…
-
```
public void loadProgramFile(String filename) throws IOException{
StringBuffer file_contents = new StringBuffer(256);
String file_path = Settings.SETTINGS_DIR + "/"
…
-
```
public void loadProgramFile(String filename) throws IOException{
StringBuffer file_contents = new StringBuffer(256);
String file_path = Settings.SETTINGS_DIR + "/"
…
-
I have a page with 2 tinymce editors on it. And just installed your code editor plugin (which is very nice, BTW). If I try to use the code editor plugin on the first editor, when I click Save, it ov…
-
Error in "example/UIMain.h": should be "#include editor/CodeEditor.h" instead of "#include CodeEditor.h"
ghost updated
8 years ago
-
#### Current Behavior
Currently `meshery/ui` is on `Next.js v12` and `React@17`. However there is a package that will need to be removed in due time, `react-codemirror2`, because this package relie…
-
Having issues with the dark theme (`vs-dark`). Empty and small files are loaded with the dark them, large files loaded with the default white theme.
This is `` component. I removed lots of code fro…
ramiy updated
5 years ago