Hola!
Estoy muy orgulloso de lanzar este proyecto, pues lo llevo desarrollando 1 mes y ha avanzado muchísimo en mi opinión.
Por eso lo subo a GitHub para que todos puedan usarlo. El editor funciona bastante bien y quiero que me ayuden a mejorarlo lo más posible,
ya que es mi primer proyecto open source de este tipo y quiero llevarlo al siguiente nivel.Cuenta con un Update Manager que actualizará el editor a la última versión,
y un gestor de descargas de código fuente: desde la sección Help → Download Source puedes descargar todo el código para su edición.
(Recomiendo usar VS Code en lugar de PowerEdit para editar, pues aún hay algunos conflictos de indentación.)Con vuestra ayuda espero resolver esos detalles, añadir nuevas funcionalidades y, en breve, incorporar IA… ¡de forma completamente gratuita!
PowerEdit v1.0 Release Notes¶
I’m thrilled to share PowerEdit, my very first open-source code editor project. After a month of intense development, it’s matured into something I’m proud of. Here on GitHub, you can:
- Download, use, and explore the editor freely
- Contribute improvements and new features
- Report any bugs or quirks you encounter
✨ Why PowerEdit Matters¶
- Rapid progress in just 30 days of coding
- Simple, intuitive UI built with PyQt5
- Fully customizable via
.theme
and.extend
files - Integrated Update Manager keeps you on the latest version
- Source Downloader under Help → Download Source
Instantly pull the entire codebase (I recommend VS Code for editing until indentation issues are ironed out!)
🔧 How You Can Help¶
- Star ⭐ the repo to show support
- Open issues for any bugs or UX problems
- Submit pull requests with enhancements or fixes
- Suggest integrations (e.g. AI-powered code completion)
- Share PowerEdit with friends and classmates
📋 Key Features¶
- Tabbed editor with syntax highlighting
- Custom themes loaded from
.theme
files - Extension packs via
.extend
files - Integrated console powered by
pyte
for real-time output - Update Manager fetches & installs new releases automatically
- Source Downloader pulls the latest code ZIP right from GitHub
🌟 What’s Next?¶
- Indentation & formatting fixes
- Plugin/extension API (think VS Code-style)
- Built-in AI assistants (free!)
- Cross-platform installers (Windows, macOS, Linux)