Vadim Zeitlin
7d362c3fca
Enable wxStyledTextCtrl unit test in static builds too
...
It should link there too now after the previous commits.
2023-07-29 16:01:33 +02:00
PB
f57f214122
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
Artur Wieczorek
163c7cf834
Fix checking WXUSINGDLL in conditional block
...
We have to check if WXUSINGDLL macro is defined instead of checking its value.
2019-09-10 22:52:23 +02:00
Vadim Zeitlin
96c3b11b99
Disable another wxSTC unit test mysteriously failing under Xvfb
...
For some reason, the control does lose focus there, even if it doesn't
happen when using a normal X11 server.
Just disable the test in this environment.
2019-07-18 17:45:20 +02:00
Vadim Zeitlin
8b6f79c886
Disable wxStyledTextCtrl unit test failing under wxGTK
...
wxStyledTextCtrl does _not_ always retain focus under wxGTK currently
while the STC popup is shown, even though it does get it at the end.
See https://github.com/wxWidgets/wxWidgets/pull/1267
2019-07-18 17:45:20 +02:00
Vadim Zeitlin
e3caafabc3
Provide more information for failures involving FindFocus()
...
It is useful to know where the focus actually is when a test checking
that it's set to a particular window fails.
2019-07-18 17:45:20 +02:00
New Pagodi
7b0c7495e3
Add gui test for STC popup items
...
With wxSTC, popup autocompletion lists and call tips need to be able to
show their information and respond to mouse clicks, but should never
take focus from their parent STC. This test verifies that these popups
function in this manner.
2019-03-20 17:07:39 -05:00