Post bugs related to the IDE here
-
stevie1401
- User

- Posts: 81
- Joined: Sat Oct 18, 2014 7:14 am
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

Last edited by
stevie1401 on Fri Mar 08, 2024 10:35 am, edited 1 time in total.
-
Mindphazer
- Enthusiast

- Posts: 460
- Joined: Mon Sep 10, 2012 10:41 am
- Location: Savoie
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...
-
mk-soft
- Always Here

- Posts: 6245
- Joined: Fri May 12, 2006 6:51 pm
- Location: Germany
Post
by mk-soft »
I've noticed that too ...
But I have Preferences -> Debugger -> Keep Error marks ... activated
-
stevie1401
- User

- Posts: 81
- Joined: Sat Oct 18, 2014 7:14 am
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

- Posts: 391
- Joined: Mon Dec 21, 2015 8:12 pm
Post
by fryquez »
This was actually
fixed. Maybe it's different on Linux.
Scintilla now have 4 different color settings for selection
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

- Posts: 81
- Joined: Sat Oct 18, 2014 7:14 am
Post
by stevie1401 »
I cannot find a ScintillaHighlighting.pb
-
stevie1401
- User

- Posts: 81
- Joined: Sat Oct 18, 2014 7:14 am
Post
by stevie1401 »
Maybe someone (who can) can release a working version.
-
Fred
- Administrator

- Posts: 18220
- Joined: Fri May 17, 2002 4:39 pm
- Location: France
-
Contact:
Post
by Fred »
Already fixed in current release