An open API service indexing awesome lists of open source software.

https://github.com/amrdeveloper/astro

Free and Open Source Java IDE Side Project that can compile and run java code and other features for editor like auto complate and auto import for packages
https://github.com/amrdeveloper/astro

ide integrated-development-environment java javafx richtextfx texteditor

Last synced: about 1 month ago
JSON representation

Free and Open Source Java IDE Side Project that can compile and run java code and other features for editor like auto complate and auto import for packages

Awesome Lists containing this project

README

        

# Astro
## Version 1.0.5
Free and Open Source Java IDE




## Features
- Open Project
- Create New File
- Create New Class - Interface - Enum - Annotation
- Java Code Highlight
- Java Auto Complete Code
- Java Classes Auto Import
- Java Code Support WhiteSpace
- Java Code Format
- Code ScreenShot
- Open Terminal
- Open Terminal in Current File Path
- Files Drag Drop
- Run Single Java File
- Auto Comment and un Comment selected Code
- Comments multi colors like TODO and WARN comment
- Brackets and Quotes Auto Complete
- Project Files Change Listener

## Libraries
### [Google Java Format](https://github.com/google/google-java-format)
### [RichTextFX](https://github.com/FXMisc/RichTextFX)