Skip to content

Releases: ThePral/SDL-Based-Lightweight-IDE

Initial Release

08 Feb 11:08
fe492dc
Compare
Choose a tag to compare

Version 1.0.0 - Initial Release 🚀

Welcome to the first official release of SDL-IDE! 🎉 This version introduces a lightweight, minimalistic, and feature-packed C++ IDE built with SDL2. Designed for simplicity and efficiency, SDL-IDE provides a smooth coding experience with essential functionalities like:

Text Editing: Write, edit, and manage C++ source code efficiently.
Syntax Highlighting: Basic keyword highlighting for improved readability.
Compilation & Execution: Compile and run C++ programs directly from the IDE.
Error Panel: View compilation errors and program output in a dedicated panel.
Undo/Redo Stack: Easily revert and redo changes in your code.
Sidebar with Quick Actions: New Project, Save, Undo, Redo, Compile, Run, and Toggle Theme.
Dark/Light Mode: Toggle between themes for a comfortable coding experience.
Keyboard Shortcuts: Includes Ctrl+S (Save), Ctrl+Z (Undo), Ctrl+Y (Redo), Ctrl+A (Select All), Ctrl+X (Cut), and more.
Basic Auto-completion: Automatically closes parentheses, brackets, and braces.

This initial release lays the foundation for future improvements, and we’d love your feedback! If you encounter any issues or have feature suggestions, feel free to open an issue on GitHub.

🔥 Download Now & Start Coding! 🔥