|
|
Home » Community » U++ community news and announcements » 2020.2rc1
|
|
|
|
|
|
|
Re: 2020.2rc1 [message #55081 is a reply to message #55073] |
Fri, 09 October 2020 11:11   |
omari
Messages: 276 Registered: March 2010
|
Experienced Member |
|
|
mirek wrote on Thu, 08 October 2020 18:24Klugier wrote on Thu, 08 October 2020 12:46Hello Mirek,
I observed crash on mac (but only reproducible with the touchpad). All you need to do i just press command and execute scroll gesture on touchpad in code editor (TheIDE). The equivalent with mouse works correctly without crash.
Klugier
I am unable to reproduce, there must be something special. If it is reproducible for you, can you e.g. post a screenshot just before it? Also, if it crashes in debug mode too, macos should provide you with stack trace, it would be very helpful to have it...
In fact, I think even release mode stack trace could provide me some pointers...
Mirek
I can reproduce it with this code:
#include <CodeEditor/CodeEditor.h>
GUI_APP_MAIN
{
Upp::CodeEditor ed;
Upp::TopWindow w;
w.SetRect(0, 0, 400, 400);
w.Add(ed.SizePos());
w.Run();
}
just try to zoom in/out using two fingers while the command button is pressed.
here the stack trace:
-
Attachment: bt.txt.xz
(Size: 123.27KB, Downloaded 197 times)
regards
omari.
|
|
|
|
|
|
|
|
Re: 2020.2rc1 [message #55111 is a reply to message #55089] |
Sun, 11 October 2020 18:10   |
 |
Klugier
Messages: 1099 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello,
Jim thanks for reporting. We will need to take a look at it before a release. We should have valid directory for MyApps after installation on macOS. This is important from the stability point of view.
I also find another bug. Whne executing following command line TheIDE opens Bombs, but when you open for example .iml file or one more time .cpp file the content of the file is empty (GNU/Linux):
The reason for that is that package files are open in uppsrc assembly instead of examples:
~/upp/uppsrc/Bombs/bombs.iml
When valid path is:
~/upp/examples/Bombs/bombs.iml
Klugier
U++ - one framework to rule them all.
[Updated on: Sun, 11 October 2020 18:13] Report message to a moderator
|
|
|
|
|
|
|
Re: 2020.2rc1 [message #55116 is a reply to message #55069] |
Mon, 12 October 2020 06:49   |
JeyCi
Messages: 67 Registered: July 2020
|
Member |
|
|
mirek wrote on Thu, 08 October 2020 12:33First attempt at release.
is there a release for Windows-32x (with mingw)?
Best regards.
|
|
|
|
Goto Forum:
Current Time: Mon May 12 01:05:18 CEST 2025
Total time taken to generate the page: 0.06051 seconds
|
|
|