Activity

From 09/25/2020 to 10/24/2020

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... Zbigniew Rebacz
05:11 PM Feature #2091 (Approved): ide: Copy position on clipboard, Goto clipboard position
Miroslav Fidler
05:10 PM Bug #2090 (Approved): ide: Compare with the next file
Miroslav Fidler

10/21/2020

12:50 AM Documentation #1718 (Approved): Create "Macro manager" documentation
Zbigniew Rebacz
12:50 AM Documentation #1718: Create "Macro manager" documentation
Should be on trunk. Thanks! Zbigniew Rebacz
12:19 AM Bug #2086 (New): Missing plugin/ docs in www
Seems that plugins are not there... reopening...
Zbigniew Rebacz
11:35 PM Bug #667 (Approved): TrayIcon in GTK does not work
Seems that everything is fine with GTK backend. X11 sorry... Zbigniew Rebacz

10/20/2020

06:41 PM Bug #2089 (Approved): ide: Got sGlock deadlock internal error (one in 10 months...)
Miroslav Fidler
06:40 PM Bug #2088 (Approved): In Package organizer, comment language content seems doubled.
Miroslav Fidler
01:14 PM Bug #2086 (Approved): Missing plugin/ docs in www
Miroslav Fidler
09:34 AM Bug #2086 (Approved): Missing plugin/ docs in www
Miroslav Fidler
01:14 PM Bug #2087 (Approved): Blury images in www
Miroslav Fidler
09:34 AM Bug #2087 (Approved): Blury images in www
Miroslav Fidler

10/19/2020

08:56 PM Feature #2085 (Approved): Can we have Array a.Create<>(param) ?
Miroslav Fidler

10/16/2020

06:11 PM Bug #2084 (New): MacOS issue with menubat (activated while function in progress)
Miroslav Fidler
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...
Miroslav Fidler

10/11/2020

03:06 PM Bug #2082 (Approved): NativeFileSel linux *.* problem
Zbigniew Rebacz

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. Zbigniew Rebacz
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. Zbigniew Rebacz

10/06/2020

12:28 AM Bug #2082 (Approved): NativeFileSel linux *.* problem
Miroslav Fidler

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?
Miroslav Fidler

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:... Zbigniew Rebacz
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:... Zbigniew Rebacz

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... Zbigniew Rebacz

10/01/2020

11:33 PM Bug #2077 (Approved): String0::IsEqual causing warnings with newer GCC
No warnings anymore - good job :) Zbigniew Rebacz
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... Miroslav Fidler
09:57 AM Feature #2079 (Approved): Optimize Vector::RemoveIf
It should not do moves until the first match... Miroslav Fidler

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... Zbigniew Rebacz
05:52 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
Yes, I compile TheIDE in release mode. GCC already updated :) Zbigniew Rebacz
02:21 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
Ah, ok, it is in release only...
Miroslav Fidler
02:17 PM Bug #2077 (In Progress): String0::IsEqual causing warnings with newer GCC
Miroslav Fidler
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...
Miroslav Fidler

09/29/2020

12:59 PM Feature #2078 (Approved): FileSelButton should display "Select path.." tip
Miroslav Fidler
12:51 PM Feature #2078: FileSelButton should display "Select path.." tip
OK, applied. Thanks for the cleanup too :) Miroslav Fidler
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...
Miroslav Fidler
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. Zbigniew Rebacz
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 =... Miroslav Fidler

09/28/2020

08:51 PM Feature #2078 (Patch ready): FileSelButton should display "Select path.." tip
Patch ready... Zbigniew Rebacz
08:51 PM Feature #2078 (Patch ready): FileSelButton should display "Select path.." tip
Patch ready... Zbigniew Rebacz

09/27/2020

08:45 PM Feature #2078 (New): FileSelButton should display "Select path.." tip
Anyway the Tip method doesn't work for FileSelButton. You need to set it for FrameRight<Button> button; not for Ctrl.... Zbigniew Rebacz
08:45 PM Feature #2078 (New): FileSelButton should display "Select path.." tip
Anyway the Tip method doesn't work for FileSelButton. You need to set it for FrameRight<Button> button; not for Ctrl.... Zbigniew Rebacz
08:01 PM Feature #2078 (Rejected): FileSelButton should display "Select path.." tip
Zbigniew Rebacz
07:57 PM Feature #2078: FileSelButton should display "Select path.." tip
IMO not a good idea. Better to add tip on per usage base in client code ("Open new source file..") Miroslav Fidler
12:54 PM Feature #2078: FileSelButton should display "Select path.." tip
This require more work - probably adding virtual method Tip() would solve the issue. Zbigniew Rebacz
03:55 AM Feature #2078 (Approved): FileSelButton should display "Select path.." tip
It seems that FileSelButton is missing one big feather - tooltip. I highly suggest to change following line (CtrlLib/... Zbigniew Rebacz

09/26/2020

04:03 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
Works fine without comparison and doesn't produce warning. Zbigniew Rebacz
02:12 PM Bug #2077: String0::IsEqual causing warnings with newer GCC
Without == 0!!!!
memeq returns true if equal...
Miroslav Fidler
10:27 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
With memeq8 strange things happen inside TheIDE - files are not loaded correctly, so it is definitely no function we ... Zbigniew Rebacz
09:43 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
No warning with following line:... Zbigniew Rebacz
09:34 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
This is gcc 10.2 Zbigniew Rebacz
08:51 AM Bug #2077: String0::IsEqual causing warnings with newer GCC
For record, no warnings with gcc 7.5.0 Miroslav Fidler
08:49 AM Bug #2077 (Ready for QA): String0::IsEqual causing warnings with newer GCC
Posting GCC version would be really helpful.
Anyway, while perhaps negligible, the performance impact would be the...
Miroslav Fidler

09/25/2020

11:03 PM Bug #2077 (Approved): String0::IsEqual causing warnings with newer GCC
Here is the warnings generated by gcc on Linux:... Zbigniew Rebacz
08:27 PM Task #2074: macOS toolbar should support application name approch
The main problem with the current approch for macOS is that the active application is identify by it's toolbar. Pleas... Zbigniew Rebacz

09/24/2020

12:29 AM Bug #2067 (Approved): C4927 warnings in Core with latest MSVC
Zbigniew Rebacz
 

Also available in: Atom