[PR #342] [MERGED] Core: Fix LaunchWebBrowser on macOS to handle addresses with dolar sign. #328

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

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/342
Author: @klugier
Created: 1/6/2026
Status: Merged
Merged: 1/9/2026
Merged by: @mirek-fidler

Base: masterHead: klugier/link-with-dolars-handling-on-macos


📝 Commits (1)

  • 0785dbc Core: Fix LaunchWebBrowser on macOS to handle addresses with dolar sign.

📊 Changes

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

View changed files

📝 uppsrc/Core/App.cpp (+3 -1)

📄 Description

In TheIDE handling for these links doesn't work as expected:

menu.AddMenu("Online documentation..", IdeImg::Go_forward(), callback1(LaunchWebBrowser, "http://www.ultimatepp.org/www$uppweb$documentation$en-us.html"));
menu.AddMenu("Common information..", IdeImg::Go_forward(), callback1(LaunchWebBrowser, "http://www.ultimatepp.org/www$uppweb$community$en-us.html"));

The solution is to escape $ dolar signs.


🔄 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/342 **Author:** [@klugier](https://github.com/klugier) **Created:** 1/6/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `klugier/link-with-dolars-handling-on-macos` --- ### 📝 Commits (1) - [`0785dbc`](https://github.com/ultimatepp/ultimatepp/commit/0785dbc56ae459e7c28eb0cf97579fb42b1ef3b3) Core: Fix LaunchWebBrowser on macOS to handle addresses with dolar sign. ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/Core/App.cpp` (+3 -1) </details> ### 📄 Description In TheIDE handling for these links doesn't work as expected: ``` menu.AddMenu("Online documentation..", IdeImg::Go_forward(), callback1(LaunchWebBrowser, "http://www.ultimatepp.org/www$uppweb$documentation$en-us.html")); menu.AddMenu("Common information..", IdeImg::Go_forward(), callback1(LaunchWebBrowser, "http://www.ultimatepp.org/www$uppweb$community$en-us.html")); ``` The solution is to escape $ dolar signs. --- <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:45:52 -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#328
No description provided.