DEV Community

[Comment from a deleted post]
 
omegaui profile image
omega ui

@pazvanti

You can create a different file from here.
dev-to-uploads.s3.amazonaws.com/i/...

The terminal didn't worked cause of the non-owned directory issue.
The tabs, yes, cannot be rearranged yet.
But the Tabs colors got mutiliated cause of the Theme Switching Issue.
The IDE got stucked at Running Project 56% becuase you didnt selected your JDK environment.

You are right only few file formats are supported till now.

 
omegaui profile image
omega ui

@pazvanti

I use Omega IDE as my daily driver.
It uses at most 320MB of RAM as compared to IntelliJ which recommends minimum of 2Gigs of RAM for seamless usage and as compared to Eclipse that on my system takes 800 MB of RAM Ideally.

From creating something new to creating projects for my school,
I only use Omega IDE. It has been one year since I started learning Java and started creating it simultaneously.

My system has a specification of 1.7GB RAM and 2 cores.
As of now, you can imagine how difficult is to work with resource hungry IDEs like IntelliJ or Eclipse or lets say VSCode.
Which points to a need for a extremely lightweight java IDE.
and so I created Omega IDE.

 
omegaui profile image
omega ui

@pazvanti
If you really want to know how it works.
Then,

youtube.com/channel/UCpuQLV8MfuHaW...

 
omegaui profile image
omega ui

@pazvanti
You said that my UI Design are from 80s.
Then, What will you say for UI Design of JCreator, 20s??
lololol.

Hah.. Ok! Thank you!

 
pazvanti profile image
pazvanti

For a school project it is really cool. But it is far from being a full-fledged IDE that can be used on bigger projects. Yes, it does use a lot less RAM, but so does VSCode (under 250 on my machine usually). I know that is is hard to work with low-speced PCs, my first machine had 512MB, but this is not a major problem nowadays especially for companies.
Nevertheless, keep working on it. At worst you will learn a lot about programming and how to do things properly.

 
omegaui profile image
omega ui

Ok! I gone through your comment briefly.
First of all, the operation are not running in the UI Thread.
The Run btn will definitely get stucked in pressed state till the time the run process is being prepared thats what happens in IntelliJ or Eclipse.