Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 2.27 KB

README.md

File metadata and controls

65 lines (40 loc) · 2.27 KB

BitCode IDE

License

Overview

BitCode IDE is a lightweight Java Integrated Development Environment designed for simplicity and ease of use. It provides a feature-rich code editor, syntax highlighting, and basic code compilation and execution capabilities.

Features

  • Bulit-in Console: Output of files will be run inside the IDE
  • Syntax Highlighting: Supports syntax highlighting for Java code using the Rsyntaxtextarea library.
  • Code Compilation: Compiles Java code using the bundled OpenJDK.
  • Code Execution: Runs compiled Java programs.
  • Undo/Redo: Provides undo and redo functionality for text edits.
  • Line Numbering: Displays line numbers in the code editor.
  • Theme Support: Offers different themes for the IDE.

Screenshots

Tabbed Editor

Tabbed Editor

Syntax And Themes

Syntax And Themes

Code Compilation

Code Compilation

Getting Started

Prerequisites

  • Maven installed
  • JDK

Installation

  1. Clone the repository:

    git clone https://github.com/zohaibanwer984/BitCode-Java-IDE.git
  2. Open the project in your favorite Java IDE.

Usage

  1. Open the project in your Java IDE.
  2. Run the com.zam.App class to launch the BitCode IDE.

Bundled OpenJDK

The project includes a JDK folder where you can place the OpenJDK distribution for development. The IDE will use this bundled JDK for compilation and execution.

Contributing

Contributions, bug reports, and feature requests are welcome! See the issues page if you want to contribute.

Thanks

Special thanks to FlatLaf for providing the FlatLaf theme library, enhancing the visual appeal of BitCode IDE. Additionally, thanks to Rsyntaxtextarea for enabling syntax highlighting in the textarea.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.