Create Your Own Code Editor in Python Using PyQt5 #9 - Fixing Bugs and Adding Few Features

preview_player
Показать описание
#python #codeeditor #pyqt5 #tutorial #series

Welcome back, in this episode we fix a lot of important bugs, and add few features like single-line-cut shortcut, commenting shortcut open in file manager option, unsaved file indicator, creating files inside folder in currently opened folder and few more.

➡️ About The Series:
Hello, this is a series where we make a fully working code editor that includes syntax highlighting, autocomplete, file manager, and all the other stuff that makes up a proper code editor/IDE

⏲️ Time Stamps
0:00:00 Fixing Status Bar
0:01:19 Fixing the dropEvent method
0:02:38 Fixing creating new files in current folder
0:03:34 Adding Open in File Manger
0:06:44 Fixing Lexer, comments bleeding to next lines
0:08:37 Adding star(*) symbol if file was modified
0:15:38 Adding Warning dialog when closing tab for saving
0:16:58 Fixing autocomplete shortcut and adding cut and comment shortcut
0:21:58 Testing and fixing mistakes

Links 🔗:

My Version:
This version of the code editor is the version I coded off cam and later implemented its feature in these videos, you can check it out if you want here
-------------------------------------------------------

Socials 💬:

Support Me 🪙:
Рекомендации по теме
Комментарии
Автор

Another bug i forgot to show was in main.py file at line 274 change to the code is already updated in github.

FlinCode
visit shbcf.ru