[Done] Text not readable (Linux)

Post bugs related to the IDE here
stevie1401
User
User
Posts: 81
Joined: Sat Oct 18, 2014 7:14 am

[Done] Text not readable (Linux)

Post by stevie1401 »

Purebasic IDE 6.10 beta 7
If the error message sign appears, you can no longer read the text in the line
Image
Image
Last edited by stevie1401 on Fri Mar 08, 2024 10:35 am, edited 1 time in total.
User avatar
Mindphazer
Enthusiast
Enthusiast
Posts: 460
Joined: Mon Sep 10, 2012 10:41 am
Location: Savoie

Re: Text not readable

Post by Mindphazer »

Just tried, but i don't have this behaviour
The line that contains the error is hilighted, but i still can read the text
MacBook Pro 16" M4 Pro - 24 Gb - MacOS 15.4.1 - Iphone 15 Pro Max - iPad at home
...and unfortunately... Windows at work...
stevie1401
User
User
Posts: 81
Joined: Sat Oct 18, 2014 7:14 am

Re: Text not readable

Post by stevie1401 »

Sorry, i mean on LINUX
User avatar
mk-soft
Always Here
Always Here
Posts: 6245
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Text not readable (Linux)

Post by mk-soft »

I've noticed that too ...

But I have Preferences -> Debugger -> Keep Error marks ... activated
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
stevie1401
User
User
Posts: 81
Joined: Sat Oct 18, 2014 7:14 am

Re: Text not readable (Linux)

Post by stevie1401 »

It doesn't matter what settings you have. As soon as a settings or information window appears, selected texts are overwritten by the background
fryquez
Enthusiast
Enthusiast
Posts: 391
Joined: Mon Dec 21, 2015 8:12 pm

Re: Text not readable (Linux)

Post by fryquez »

This was actually fixed. Maybe it's different on Linux.

Scintilla now have 4 different color settings for selection :shock:

Code: Select all

#define SC_ELEMENT_SELECTION_TEXT 10
#define SC_ELEMENT_SELECTION_BACK 11
#define SC_ELEMENT_SELECTION_ADDITIONAL_TEXT 12
#define SC_ELEMENT_SELECTION_ADDITIONAL_BACK 13
#define SC_ELEMENT_SELECTION_SECONDARY_TEXT 14
#define SC_ELEMENT_SELECTION_SECONDARY_BACK 15
#define SC_ELEMENT_SELECTION_INACTIVE_TEXT 16
#define SC_ELEMENT_SELECTION_INACTIVE_BACK 17
stevie1401
User
User
Posts: 81
Joined: Sat Oct 18, 2014 7:14 am

Re: Text not readable (Linux)

Post by stevie1401 »

I cannot find a ScintillaHighlighting.pb
fryquez
Enthusiast
Enthusiast
Posts: 391
Joined: Mon Dec 21, 2015 8:12 pm

Re: Text not readable (Linux)

Post by fryquez »

stevie1401 wrote: Sat Mar 09, 2024 3:05 pm I cannot find a ScintillaHighlighting.pb
The IDE is open source: ScintillaHighlighting.pb
stevie1401
User
User
Posts: 81
Joined: Sat Oct 18, 2014 7:14 am

Re: Text not readable (Linux)

Post by stevie1401 »

Maybe someone (who can) can release a working version.
Fred
Administrator
Administrator
Posts: 18220
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [Done] Text not readable (Linux)

Post by Fred »

Already fixed in current release
Post Reply