Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New project structure implementation (breaks everything) #322

Merged
merged 6 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# biscuit
biscuit/extensions/*.py
biscuit/data
data/
extensions/*

# nuitka
biscuit.build
biscuit.dist
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"configurations": [
{
"name": "Python: Launch Biscuit",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "biscuit",
"module": "src",
"console": "integratedTerminal"
}
]
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"python.analysis.typeCheckingMode": "off",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": false
"editor.formatOnSave": true
},
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"python.analysis.autoImportCompletions": true,
}
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<img alt="GitHub closed pull requests" src="https://img.shields.io/github/issues-pr-closed-raw/tomlin7/Biscuit?style=for-the-badge">
</h1>
<h4 align="center">
<a href=https://github.com/tomlin7/Biscuit/tree/main?tab=readme-ov-file#features>Features</a> •
<a href=https://github.com/tomlin7/Biscuit/blob/main/CONTRIBUTING.md>Developer Docs</a> •
<a href=https://github.com/tomlin7/Biscuit/blob/main/CODE_OF_CONDUCT.md>Code of Conduct</a> •
<a href=https://github.com/tomlin7/Biscuit/tree/main?tab=readme-ov-file#features>Screenshots</a> •
<a href=https://github.com/tomlin7/Biscuit/releases>Downloads</a> •
<a href=https://tomlin7.github.io/biscuit-extensions>Marketplace</a><br><br>
<a href=https://tomlin7.github.io/biscuit-extensions>Marketplace</a> •
<a href=https://github.com/tomlin7/Biscuit/blob/main/CODE_OF_CONDUCT.md>Code of Conduct</a><br><br>
<img src="https://github.com/tomlin7/biscuit/assets/70792552/75c1eaf8-04d1-4945-859f-52b32b36d529" width=2000><br><br>
<code>"Life is short, eat more biscuits."</code>
</h1>
Expand Down
13 changes: 0 additions & 13 deletions biscuit/__main__.py

This file was deleted.

12 changes: 0 additions & 12 deletions biscuit/config/bindings.toml

This file was deleted.

17 changes: 0 additions & 17 deletions biscuit/core/api/theme.py

This file was deleted.

40 changes: 0 additions & 40 deletions biscuit/core/api/views.py

This file was deleted.

11 changes: 0 additions & 11 deletions biscuit/core/components/__init__.py

This file was deleted.

15 changes: 0 additions & 15 deletions biscuit/core/components/debugger/__init__.py

This file was deleted.

130 changes: 0 additions & 130 deletions biscuit/core/components/editors/__init__.py

This file was deleted.

40 changes: 0 additions & 40 deletions biscuit/core/components/editors/comment_prefix.py

This file was deleted.

12 changes: 0 additions & 12 deletions biscuit/core/components/editors/diffeditor/differ.py

This file was deleted.

6 changes: 0 additions & 6 deletions biscuit/core/components/editors/diffeditor/pane.py

This file was deleted.

Loading
Loading