Making an IDE
Alexander P.

Alexander P. @pcrunn

About: i can code

Location:
Thessaloniki, Greece
Joined:
Sep 12, 2018

Making an IDE

Publish Date: Dec 29 '18
6 3

Hi, Me and my friend are planning on creating an IDE for Java, But we haven't really worked on such thing and we are wondering how difficult this could be, and also what programming languages should we use for it? we are really confused on the programming languages part because we think that it would be weird to open the program as a jar file?

~ Kind regards and Happy holidays.

Comments 3 total

  • mkenzo_8
    mkenzo_8Dec 29, 2018

    Hello Alexander,

    I am making a code editor for desktop, I am using:

    • ElectronJS , NodeJS & some NPM packages: Electron is a Javascript framework to build desktop cross-platform applications. You can search some video to know more about Electron, Node & NPM :)
    • CodemirrorJS (codemirror.net/): For the syntax highlighting, it's a Javascript library, I am pretty sure it can highlight Java.
    • And obviously common HTML, CSS & JavaScript code.

    I hope it gives you some idea!

    Regards!

    • Alexander P.
      Alexander P.Dec 29, 2018

      Thank you so much! The other developer I'm working with doesn't really know JavaScript though. But I'll see what we can do.

  • omega ui
    omega uiNov 16, 2020

    Hello, it's been a long but I think you should see the Java IDE that I created if you still want to create one,

    github.com/omegaui/omegaide

Add comment