[PR #206] [MERGED] Update Macro.cpp #231

Closed
opened 2026-05-05 03:43:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/206
Author: @BornTactical
Created: 9/24/2024
Status: Merged
Merged: 9/25/2024
Merged by: @mirek-fidler

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 uppsrc/ide/Macro.cpp (+1 -1)

📄 Description

Fixes Input function so it does actually return an array as described in
https://www.ultimatepp.org/app$ide$macros_en-us.html#2.3

Current behavior only returns the first value of array = Input(label1, label2) in array[0]. No other elements are returned.


🔄 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/ultimatepp/ultimatepp/pull/206 **Author:** [@BornTactical](https://github.com/BornTactical) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/25/2024 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b265a98`](https://github.com/ultimatepp/ultimatepp/commit/b265a98daa6148ab71d6372e3d400d82e41b34b2) Update Macro.cpp ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/ide/Macro.cpp` (+1 -1) </details> ### 📄 Description Fixes Input function so it does actually return an array as described in https://www.ultimatepp.org/app$ide$macros_en-us.html#2.3 Current behavior only returns the first value of `array = Input(label1, label2)` in array[0]. No other elements are returned. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:43:31 -06:00
Sign in to join this conversation.
No labels
pull-request
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: github-starred/ultimatepp#231
No description provided.