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,
Press,
KEY | FUNCTION | KEY | FUNCTION |
ctrl + o | Open Class | alt + s | System.out.println(); |
ctrl + n | New Class | alt + c | Multi Line Comments |
ctrl + w | Close Tab | alt + f | 'for' Loop |
ctrl + s | Save File | alt + w | 'while' Loop |
f5 | Run | alt + d | 'do-while' Loop |
f6 | CMD Run | alt + i | 'if' Statement |
ctrl + / | Toggle Line Comments | alt + e | 'if-else' Statement |
alt + up | Increase Font Size | alt + down | Decrease 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 !
CMD-Run can be triggered by pressing ‘F6’ on your keyboard.
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 ;)