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
- Host: GitHub
- URL: https://github.com/amrdeveloper/astro
- Owner: AmrDeveloper
- License: mit
- Created: 2019-02-23T17:48:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T14:06:21.000Z (almost 6 years ago)
- Last Synced: 2025-03-16T08:29:52.188Z (about 1 month ago)
- Topics: ide, integrated-development-environment, java, javafx, richtextfx, texteditor
- Language: Java
- Homepage:
- Size: 6.78 MB
- Stars: 37
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)