Home » U++ Library support » U++ Core » Deprecating THISBACK (Post 2020.2 release)
Re: Deprecating THISBACK [message #55158 is a reply to message #55129] |
Thu, 15 October 2020 00:10   |
 |
Klugier
Messages: 1099 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello,
Backing to this problem. I see that several templates (.upt) have CLASSNAME declaration. From my perspective the good idea would be to remove that declaration. After that all new code shouldn't have dependency to THISBACK:
CtrlLib/Complex.upt:
...
class <:classname:> : public <:lay > 1 ? "With" + classname + "Layout<TopWindow>" : "TopWindow":> {
public:
typedef <:classname:> CLASSNAME;
<:classname:>();
};
...
Could be:
...
class <:classname:> : public <:lay > 1 ? "With" + classname + "Layout<TopWindow>" : "TopWindow":> {
public:
<:classname:>();
};
...
Skylark and Tutrle templates are also affected...
Klugier
U++ - one framework to rule them all.
[Updated on: Thu, 15 October 2020 00:11] Report message to a moderator
|
|
|
 |
|
Deprecating THISBACK
By: Klugier on Mon, 12 October 2020 22:31
|
 |
|
Re: Deprecating THISBACK
By: mirek on Mon, 12 October 2020 23:25
|
 |
|
Re: Deprecating THISBACK
By: Klugier on Tue, 13 October 2020 00:28
|
 |
|
Re: Deprecating THISBACK
By: mirek on Tue, 13 October 2020 00:36
|
 |
|
Re: Deprecating THISBACK
By: Klugier on Thu, 15 October 2020 00:10
|
 |
|
Re: Deprecating THISBACK
By: mirek on Thu, 15 October 2020 01:01
|
 |
|
Re: Deprecating THISBACK
By: Oblivion on Thu, 15 October 2020 01:14
|
 |
|
Re: Deprecating THISBACK
By: Klugier on Sun, 15 November 2020 00:44
|
 |
|
Re: Deprecating THISBACK
By: mirek on Sun, 15 November 2020 00:58
|
 |
|
Re: Deprecating THISBACK
By: mirek on Sun, 15 November 2020 01:42
|
 |
|
Re: Deprecating THISBACK
By: Lance on Mon, 16 November 2020 00:58
|
 |
|
Re: Deprecating THISBACK
By: Klugier on Mon, 16 November 2020 23:37
|
 |
 |
Re: Deprecating THISBACK
|
 |
|
Re: Deprecating THISBACK
By: mirek on Sun, 23 May 2021 13:17
|
 |
|
Re: Deprecating THISBACK
|
 |
|
Re: Deprecating THISBACK
By: Klugier on Sun, 23 May 2021 14:46
|
 |
|
Re: Deprecating THISBACK
|
Goto Forum:
Current Time: Sat May 10 09:33:49 CEST 2025
Total time taken to generate the page: 0.03324 seconds
|