mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #120] [CLOSED] Ide, LayDes: Fix issue with VisGen hilighting #167
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/120
Author: @klugier
Created: 12/17/2022
Status: ❌ Closed
Base:
master← Head:klugier/visgen-hl-fix📝 Commits (2)
85426daIde, LayDes: Fix issue with VisGen hilighting.3818006Added nullcheck for ide in CreateLayDesigner.📊 Changes
5 files changed (+38 additions, -17 deletions)
View changed files
📝
uppsrc/ide/LayDes/LayDes.h(+4 -2)📝
uppsrc/ide/LayDes/LayDes.upp(+1 -0)➕
uppsrc/ide/LayDes/laydesigner.cpp(+7 -0)📝
uppsrc/ide/LayDes/laywin.cpp(+22 -11)📝
uppsrc/ide/LayDes/visgen.cpp(+4 -4)📄 Description
In the current implementation Layout Designer do not have access to code editor highlighting style. It means that VisGen uses the default scheme. It is not problem when user uses default highlighting, but when there is a customization for example with dark colors VisGen overrides global settings on dialog close.
The issue is described in this forum thread.
Since, I added new file to ide/LayDes there is a need for makefile regeneration.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.