Activity
From 09/29/2020 to 10/28/2020
10/26/2020
- 09:21 PM Feature #2095 (New): Add missing exceptions to App.cpp
- 10:53 AM Feature #2094 (Rejected): ide: Assets directory
- 01:14 AM Bug #2093 (Approved): WantFocus .lay issue
- https://www.ultimatepp.org/forums/index.php?t=msg&goto=55266&#msg_55266
10/23/2020
- 01:51 AM Feature #2092 (Approved): CodeEditor should display all C++20 keywords
- I updated keywords cpp keywords for CodeEditor (C++20 compatible), also I sorted all keywords alphabetically for easi...
- 05:11 PM Feature #2091 (Approved): ide: Copy position on clipboard, Goto clipboard position
- 05:10 PM Bug #2090 (Approved): ide: Compare with the next file
10/21/2020
- 12:50 AM Documentation #1718 (Approved): Create "Macro manager" documentation
- 12:50 AM Documentation #1718: Create "Macro manager" documentation
- Should be on trunk. Thanks!
- 12:19 AM Bug #2086 (New): Missing plugin/ docs in www
- Seems that plugins are not there... reopening...
- 11:35 PM Bug #667 (Approved): TrayIcon in GTK does not work
- Seems that everything is fine with GTK backend. X11 sorry...
10/20/2020
- 06:41 PM Bug #2089 (Approved): ide: Got sGlock deadlock internal error (one in 10 months...)
- 06:40 PM Bug #2088 (Approved): In Package organizer, comment language content seems doubled.
- 01:14 PM Bug #2086 (Approved): Missing plugin/ docs in www
- 09:34 AM Bug #2086 (Approved): Missing plugin/ docs in www
- 01:14 PM Bug #2087 (Approved): Blury images in www
- 09:34 AM Bug #2087 (Approved): Blury images in www
10/19/2020
10/16/2020
- 06:11 PM Bug #2084 (New): MacOS issue with menubat (activated while function in progress)
- 10:05 AM Feature #2083 (Approved): Layout files namespaces
- This is ugly:
namespace Upp {
#define LAYOUTFILE <Rajce/Rajce.lay>
#include <CtrlCore/lay.h>
} // namespace Upp...
10/11/2020
10/08/2020
- 12:40 PM Bug #2077 (Approved): String0::IsEqual causing warnings with newer GCC
- This is not obvious warning and probably bug in gcc. We could close it for now.
- 12:40 PM Bug #2077 (Approved): String0::IsEqual causing warnings with newer GCC
- This is not obvious warning and probably bug in gcc. We could close it for now.
10/06/2020
10/05/2020
- 01:15 PM Feature #2081 (Approved): Optimize String::Compary
- Is is possible to reduce that to one &, 4 bswaps and 3 comparisons?
10/04/2020
- 07:34 PM Bug #2077 (New): String0::IsEqual causing warnings with newer GCC
- Seems like the problem returned (tutorial/Skylark10 package), however in different place:...
- 07:34 PM Bug #2077 (New): String0::IsEqual causing warnings with newer GCC
- Seems like the problem returned (tutorial/Skylark10 package), however in different place:...
10/03/2020
- 11:03 AM Feature #2080 (Approved): Add support for physical forward/backword mouse buttons
- Some time ago I bought following mouse https://www.logitech.com/pl-pl/product/corded-mouse-m500s would be good if upp...
10/01/2020
- 11:33 PM Bug #2077 (Approved): String0::IsEqual causing warnings with newer GCC
- No warnings anymore - good job :)
- 10:54 AM Bug #2077 (Ready for QA): String0::IsEqual causing warnings with newer GCC
- I took me two days to figure all warnings out, but it should now compile with -Wall (except that && parenthesis issue...
- 09:57 AM Feature #2079 (Approved): Optimize Vector::RemoveIf
- It should not do moves until the first match...
09/30/2020
- 06:59 PM Task #2076: Native tooltips colors for GTK3
- I remembered these kind of problems for the GTK2, but when I use the fix it works fine for all KDE GTK themes. Probab...
- 05:52 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
- Yes, I compile TheIDE in release mode. GCC already updated :)
- 02:21 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
- Ah, ok, it is in release only...
- 02:17 PM Bug #2077 (In Progress): String0::IsEqual causing warnings with newer GCC
- 02:17 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
- OK, I have installed manjaro.
gcc --version
10.2.0
With -Wall it gave warning in IsEqual0 about comparing si...
09/29/2020
- 12:59 PM Feature #2078 (Approved): FileSelButton should display "Select path.." tip
- 12:51 PM Feature #2078: FileSelButton should display "Select path.." tip
- OK, applied. Thanks for the cleanup too :)
- 11:36 AM Task #2076: Native tooltips colors for GTK3
- On how many distros and themes have you tested?
I remember trying this, problem is that while often you seem to ha... - 11:31 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
- I use Manjaro KDE edition. This is rolling distro, so you all the time should have decent compilers.
- 10:45 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
- Unfortunately, the performance impact is still ugly. With memcmp, compiler can optimize constant comparison (like s =...
Also available in: Atom