I just created My Code Editor - a Visually enhanced editor unlike any other

Code Editor by Techgalery.com


Hi everyone,

I’m excited to share something I’ve been working on that I think you’ll find interesting. I’ve always been a bit tired of the typical black and white code editors, so I decided to create something a little different.

Why This Code Editor?

A Fresh Visual Experience

I wanted to make coding more visually enjoyable, so this editor has a more vibrant and customizable interface. It’s designed to reduce eye strain and hopefully make coding a bit more pleasant for you.

Background YouTube Video Playback

One feature I’m particularly excited about is the ability to play YouTube videos in the background while you code. Whether it’s tutorials, music, or podcasts, you can have it all in one place without having to switch between apps. I thought this would be a cool way to enhance the coding experience.

Built with Python QT

This editor is built using Python QT, which helps make it responsive and efficient. I chose Python QT to ensure that the interface is not only good-looking but also functional and smooth to use.

So far features only

  • Project Creation: You can easily create and manage your projects within the editor.
  • Syntax Highlighting: There’s syntax highlighting to help with code readability and spotting errors.
  • Refactoring: You can refactor your code to improve its structure.
  • Find or Replace Files: Quickly search and replace files within your project.
  • And Many More: I’m constantly working on adding more features to make it better.

Ongoing Development

This project is still a work in progress, and I’m continuously working on improving it. I’d love to hear your feedback and suggestions, as they are really important to me and help guide the development.

How to Get Started

Right now, the editor can be built for Windows. You can find the complete instructions in the README.md file on GitHub. If you’re interested, please check out the code here: GitHub Repository - Code editor by Techgalery.com 

I hope you find this code editor useful and enjoyable. It’s something I’ve put a lot of thought into, and I’m really excited to share it with you all. Happy coding!


Popular posts from this blog

ERROR 1348 Column Password Is Not Updatable When Updating MySQL Root Password

How To Create Spring Boot Project Using Netbeans

Spring Kafka - How to use ReplyingKafkaTemplate send and reply synchronously