wip better word wrap ux
This commit is contained in:
@@ -3,6 +3,7 @@ name = "manual_slop"
|
||||
git_dir = "C:/projects/manual_slop"
|
||||
system_prompt = "Make sure to update MainContext.md every time.\nMake destructive modifications to the project, ITS OK, I HAVE GIT HISTORY TO MANAGE THE PROJECTS."
|
||||
main_context = "C:/projects/manual_slop/MainContext.md"
|
||||
word_wrap = true
|
||||
|
||||
[output]
|
||||
namespace = "manual_slop"
|
||||
@@ -112,7 +113,7 @@ history = [
|
||||
|
||||
[discussion.discussions."Misc UX improvements"]
|
||||
git_commit = "5f9b270841fa1b3e34af1c56cbc75041c95b265a"
|
||||
last_updated = "2026-02-21T23:38:30"
|
||||
last_updated = "2026-02-21T23:46:45"
|
||||
history = [
|
||||
"@2026-02-21T23:03:51\nUser:\nMake the namespace for the generated markdown file the projet name instead of that specific namespace in the config panel.\nThe ouptut dir can be in the project panel spec (that way we can just remove config panel entirely).",
|
||||
"@2026-02-21T23:04:55\nAI:\nI have applied the changes to streamline the project settings and remove the old Config panel completely:\n\n1. **GUI Layout Changes (`gui.py`)**:\n - The `Config` panel has been completely removed.\n - The **Output Dir** field has been moved into the **Projects** panel (right above the Project Files list).\n - The **Auto-add history** checkbox has been moved to the top of the **Discussion History** panel (directly under the entry toolbar buttons).\n - The **Files** panel was shifted upward to reclaim the space left behind by the old Config panel.\n\n2. **Namespace Management (`aggregate.py` & `project_manager.py`)**:\n - The explicitly defined `namespace` field is gone.\n - Instead, `aggregate.py` now directly infers the output markdown file namespace from the active project's `name` property. (e.g., saving under the `manual_slop` project will just prefix the markdown with `manual_slop_001.md`).\n - `project_manager.py` was updated to no longer scaffold out `namespace` strings into new `.toml` files, and `flat_config` now injects the core `project` dictionary segment so the generators can access the internal name.\n\n3. **`MainContext.md` Updated**:\n - I have updated the markdown file with the latest layout structures and explained that `namespace` is no longer a configurable setting but dynamically determined by the project profile.\n\nYou'll need to restart the application for the GUI layout and DearPyGUI state changes to take effect! Let me know how it looks.",
|
||||
|
||||
Reference in New Issue
Block a user