This is a IDE for Java. To make a jar click "File" and click "Make Jar". Certain releases can make JavaFX jars without modules. To make jar without modules click "make a jar" with "HasJavaFX" in file name. New control f feature, you can click up and down arrows. New feature can compile for all versions of Java by clicking File -> Make Jar -> Click "Yes" to compile for previous versions of Java -> Click "Make Jars for all Versions". Can upload all branches changes recursively for Git. Certain releases can collapse or expand functions by clicking blue minuses. To show lines between { and } click "Edit" then click "Show Function Lines". Can add external jars to project by clicking "jar" button. Can see recent open files, to see recent files: Click "File" and click "Recent Files" then click on file name. control t opens new empty tab. To compile this code: javac -cp gson-2.10.1;Muck.jar;. Main.java To run this code: java -cp gson-2.10.1;Muck.jar;. Main
Features
- Automatic method suggestion box.
- Search java api docs.
- Multiple Tabs
- Variable, API Classes and Keywords Suggestion Box
- Run MSDOS command
- Control Git if opened file is inside a git repository
- Different release versions to create JavaFX fat jars.
- Open recent opened files.
- A question box appears when click compile for JavaFX.
- Different release versions have "compile for javafx" button.
- Go to line number of compile error.
- Add jars to command line by clicking "jar" button.
- control t opens empty new tab
- Line Wrap
- Different release versions have collapse and expand code groups.
- Code groups inside code groups can now be expanded and collapsed. All nested groups can be expanded and collapsed no matter how many times.
- Can rename file name of currently running Main.jar
- Show function lines between { and }.
- Git upload all branches changes recursively, click on * button.
- Make jars for all versions of Java.
- Up and down arrows if press control f.