Open
Description
Features to add
- Package PyPad for Windows, Linux and Mac
- Check the file size before opening and if its too big only load some of it
- Write an update function (before this can be done, step 1 has to be done first)
- Option to open more than one project at the same time
- Implement code folding
- Add a search everywhere in the current opened directory
- Embedded music player that will download songs from youtube and have the ability to browse songs all IN PyPad itself
- Check if requirements of a project are installed, if not install them
- Make auto completion smarter (grab variables from code and delete them from the list when they're removed)
- Usages of variables (Like PyCharm does it when you CTRL+Click on a variable) [CTAGS] [AST]
- Add different annotations on the code editor screen to show whether a line is too long or syntax is invalid
- A Code diff widget
- Add a search everywhere in the current opened directory
- A real terminal, the current one doesn't support all operations a terminal should support (commands like
vim
,python
, etc) - Write a debugger and breakpoints
Features to fix
- New project window is horrible, need to fix that and give the user a better way of choosing a directory
- Make the auto completion view pop up dynamically (right now it's activated via a shortcut)
- The whole MessageBox class needs to be rewritten to make it prettier and more professional
- Fix syntax highlighting, some variations of syntax break the highlighter
- Some commands don't work on MacOS (switching tabs, etc)
Metadata
Metadata
Assignees
Labels
No labels