Download

Features

Great Features not only following conventions throughout, but also very easy to use. Best Feature in Oranje is that it can easily be used by people on learning phase since people need to learn the syntax by heart.

Shortcuts

Lets start with the basics :)

Press,


KEYFUNCTIONKEYFUNCTION
ctrl + oOpen Classalt + sSystem.out.println();
ctrl + nNew Classalt + cMulti Line Comments
ctrl + wClose Tabalt + f'for' Loop
ctrl + sSave Filealt + w'while' Loop
f5Runalt + d'do-while' Loop
f6CMD Runalt + i'if' Statement
ctrl + /Toggle Line Commentsalt + e'if-else' Statement
alt + upIncrease Font Sizealt + downDecrease Font Size


Easy Google Search

Programming without researching ? Naah. And whats the best place to research something ? Yes, Google :)
Google Search - Select any word, right click on it and select 'Search On Google'. voila !

Auto Opened Last Working Files

Oranje is smart enough to remember your last opened working files so next time you opened Oranje your all files automatically opened there :)

Open File's Folder

You are working on class and just want to know where its save ?? just right click on any file and click Opren Containing Folder and then boom your file folder is here :)

CMD Run

CMD Run is especially for those who want to learn how java is run with CMD and also for those who want to pass command line arguments when they are running there code. This will open up Command Prompt and will directly lead you to your class path :)
CMD-Run can be triggered by pressing ‘F6’ on your keyboard.


Class Creation

Creating classes is main step right ? But it has never been easier before Oranje !! With just a small shortcut key (ctrl + n), you can create a new class and Oranje will make sure that it’s managed like it should be.

Auto-Closing Brackets

Every good Code editor is equipped with auto-closing bracket feature. This Feature allows you to stop worrying about getting all confused with the annoying bracket management. Auto-closing brackets not only saves you from typing but also makes sure that you close every bracket that you open. This also applies for double quotation marks.

Eye Catching Output box

Oranje has it own output box where you can easily catch you compile time errors! without pain your eyes ;)

 

Code Beautifier

We all hate ugly written code and Oranje understands it so it comes with its builtin code beautifier which reformat your code in just click!

Reference Tab

Do you want to get help from your previously written code or from some other piece of code while writing your own program? So you can split up Oranje UI and open reference program in split tab so u can edit your code and by viewing your reference code :)