Categories > Coding > C# >

Monaco Text Editor?

Posts: 29

Threads: 4

Joined: Mar, 2023

Reputation: 1

Posted

Hello! I have recently heard that there was a new text editor called Monaco. I was wondering if someone could explain what it does, how I can include it into an executor, and where I can find documentation on it. Thank you for taking the time to read this post. :)

  • 0

Join our Discord Server at https://discord.gg/uAqUBNhWDa

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

Monaco is a Text Editor made in html and some other things, to use it you need to use webview2 and make a index.html file and link it the webview2
now to get and set text you need to make your own code for it or use the Parex API for it. I highly recomend you watch one of parex's videos on monaco
https://www.youtube.com/@parex1674

  • 0

heckerdude

heckerdude

Posts: 129

Threads: 16

Joined: Aug, 2022

Reputation: 6

Replied

It is a Syntax Editor. It highlights specific code keywords, technically like an IDE. It works just as similar to Visual Studio's IDE code explorer. That is what it is. To add it, make a Web Browser. The code will invoke HTML.

 

            webBrowser1.Url = new Uri(string.Format("file:///{0}/Bin/Monaco/Monaco.html", Directory.GetCurrentDirectory()));

Now, the Bin/ and after that is the directory. Make a new folder, Rename it Bin, put a new folder inside of Bin, Rename it Monaco, and should work!

  • 0

hecker dude ngl i hecked 5 ips in 1 second also luaU_loadbiglongjuicythingy(rL);

Posts: 2014

Threads: 198

Joined: Apr, 2021

Reputation: 16

Replied

Monaco isn't really a new Editor - it's been used long ago. I'm pretty sure you've got the rest of the explanation from the rest of the replies.

  • 0

Random quote here...

Posts: 29

Threads: 4

Joined: Mar, 2023

Reputation: 1

Replied

@heckerdude, Thank you for explaining that in detail. I am a bit confused when you said to make a new folder in the Bin folder and name it Monaco. With all due respect, why would I need to make an empty folder? Is there a Monaco download folder I should be referencing in Visual Studio OR putting in the bin folder?

  • 0

Added

@VoidableMethod, I thought it was new, thank you for pointing that out.

  • 0

Join our Discord Server at https://discord.gg/uAqUBNhWDa

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )