News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

the code editor edge so strange(ugly)

Started by icequan233, March 05, 2017, 02:34:24 PM

Previous topic - Next topic

icequan233

Quote from: oBFusCATed on March 07, 2017, 09:48:16 AM
I doubt you can solve it without changing any code. It is most probably a bug that triggers in hidpi environments.
Thanks, it doesn't matter. Maybe this is the chance of study(I am just a student, and my teacher teach me learn what you need). But it seems difficult, can you give me more suggestions, I can't locate the problem with gdb :(.

icequan233

By the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next version
of codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.

stahta01

Quote from: icequan233 on March 07, 2017, 01:48:27 PM
By the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next version
of codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.

The wxWidgets 3.1 is a development version so it might be missing something.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

icequan233

Quote from: stahta01 on March 07, 2017, 02:48:51 PM
Quote from: icequan233 on March 07, 2017, 01:48:27 PM
By the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next version
of codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.

The wxWidgets 3.1 is a development version so it might be missing something.

Tim S.
Yes, I saw the official post, although they released the 3.1.x , it is still a development version. Confused!

stahta01

Quote from: icequan233 on March 07, 2017, 03:20:28 PM
Quote from: stahta01 on March 07, 2017, 02:48:51 PM
Quote from: icequan233 on March 07, 2017, 01:48:27 PM
By the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next version
of codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.

The wxWidgets 3.1 is a development version so it might be missing something.

Tim S.
Yes, I saw the official post, although they released the 3.1.x , it is still a development version. Confused!

Like many FLOSS projects they use this pattern.

2.6 production
2.7 development
2.8 production
2.9 development
3.0 production
3.1 development

There is a name for this pattern; but, I do NOT remember it.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

yvesdm3000

Quote from: stahta01 on March 07, 2017, 03:51:58 PM
Quote from: icequan233 on March 07, 2017, 03:20:28 PM
Quote from: stahta01 on March 07, 2017, 02:48:51 PM
Quote from: icequan233 on March 07, 2017, 01:48:27 PM
By the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next version
of codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.

The wxWidgets 3.1 is a development version so it might be missing something.

Tim S.
Yes, I saw the official post, although they released the 3.1.x , it is still a development version. Confused!

Like many FLOSS projects they use this pattern.

2.6 production
2.7 development
2.8 production
2.9 development
3.0 production
3.1 development

There is a name for this pattern; but, I do NOT remember it.

Tim S.

Linux kernel development started doing this back in the 2.0, 2.1, 2.2, 2.3, 2.4,2.5,2.6 days.

Yves
Clang based code completion for Code::Blocks:   [url="http://github.com/yvesdm3000/ClangLib"]http://github.com/yvesdm3000/ClangLib[/url]

icequan233

Quote from: yvesdm3000 on March 07, 2017, 08:35:21 PM
Quote from: stahta01 on March 07, 2017, 03:51:58 PM
Quote from: icequan233 on March 07, 2017, 03:20:28 PM
Quote from: stahta01 on March 07, 2017, 02:48:51 PM
Quote from: icequan233 on March 07, 2017, 01:48:27 PM
By the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next version
of codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.

The wxWidgets 3.1 is a development version so it might be missing something.

Tim S.
Yes, I saw the official post, although they released the 3.1.x , it is still a development version. Confused!

Like many FLOSS projects they use this pattern.

2.6 production
2.7 development
2.8 production
2.9 development
3.0 production
3.1 development

There is a name for this pattern; but, I do NOT remember it.

Tim S.

Linux kernel development started doing this back in the 2.0, 2.1, 2.2, 2.3, 2.4,2.5,2.6 days.

Yves
oh,I think I understant it now. I guess this pattern can help developers find bugs and create a patch to slove problems.
Beacause the amount of users is much more than developers, so that the bug can be easily found, which must improve the efficiency of development. Right?
             I'd like to improve the efficiency, as a user :(.