[PR #36] [MERGED] [apps/code] Add a settings for autocomplete #212

Closed
opened 2026-05-06 13:16:17 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/36
Author: @FaustinM
Created: 10/3/2021
Status: Merged
Merged: 10/7/2021
Merged by: @Lauryy06

Base: upsilon-devHead: upsilon-dev-autocomplete-settings


📝 Commits (1)

  • 3274b41 [apps/code] Add a settings for autocomplete

📊 Changes

10 files changed (+124 additions, -7 deletions)

View changed files

📝 apps/code/python_text_area.cpp (+6 -0)
📝 apps/global_preferences.h (+4 -0)
📝 apps/settings/Makefile (+1 -0)
📝 apps/settings/main_controller.cpp (+9 -4)
📝 apps/settings/main_controller.h (+3 -0)
📝 apps/settings/main_controller_prompt_beta.cpp (+1 -1)
📝 apps/settings/main_controller_prompt_none.cpp (+1 -1)
📝 apps/settings/main_controller_prompt_update.cpp (+1 -1)
apps/settings/sub_menu/code_options_controller.cpp (+72 -0)
apps/settings/sub_menu/code_options_controller.h (+26 -0)

📄 Description

  • Add a new settings category "Python"
  • Add a new option for disable autocomplete

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/36 **Author:** [@FaustinM](https://github.com/FaustinM) **Created:** 10/3/2021 **Status:** ✅ Merged **Merged:** 10/7/2021 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-autocomplete-settings` --- ### 📝 Commits (1) - [`3274b41`](https://github.com/UpsilonNumworks/Upsilon/commit/3274b41735193354a4ab8616ae9d832446389beb) [apps/code] Add a settings for autocomplete ### 📊 Changes **10 files changed** (+124 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `apps/code/python_text_area.cpp` (+6 -0) 📝 `apps/global_preferences.h` (+4 -0) 📝 `apps/settings/Makefile` (+1 -0) 📝 `apps/settings/main_controller.cpp` (+9 -4) 📝 `apps/settings/main_controller.h` (+3 -0) 📝 `apps/settings/main_controller_prompt_beta.cpp` (+1 -1) 📝 `apps/settings/main_controller_prompt_none.cpp` (+1 -1) 📝 `apps/settings/main_controller_prompt_update.cpp` (+1 -1) ➕ `apps/settings/sub_menu/code_options_controller.cpp` (+72 -0) ➕ `apps/settings/sub_menu/code_options_controller.h` (+26 -0) </details> ### 📄 Description - Add a new settings category "Python" - Add a new option for disable autocomplete --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:17 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#212
No description provided.