From 88fffa4510bea85c2afbcd9538fb23ae48d3aeba Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 29 Nov 2020 15:18:15 +0000 Subject: [PATCH] Core/SSL: fixed backward compatibility, ide: developing UppHub git-svn-id: svn://ultimatepp.org/upp/trunk@15543 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/SSL/SSL.icpp | 2 ++ uppsrc/ide/{Uppiverse.cpp => UppHub.cpp} | 2 +- uppsrc/ide/ide.upp | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename uppsrc/ide/{Uppiverse.cpp => UppHub.cpp} (96%) diff --git a/uppsrc/Core/SSL/SSL.icpp b/uppsrc/Core/SSL/SSL.icpp index 4897ce43c..a88676a72 100644 --- a/uppsrc/Core/SSL/SSL.icpp +++ b/uppsrc/Core/SSL/SSL.icpp @@ -1,2 +1,4 @@ +#include "SSL.h" + // this file is required to assure the compatibility of older code // new application should #include , then this file is not required diff --git a/uppsrc/ide/Uppiverse.cpp b/uppsrc/ide/UppHub.cpp similarity index 96% rename from uppsrc/ide/Uppiverse.cpp rename to uppsrc/ide/UppHub.cpp index 7f9d5c44f..b2d4e734e 100644 --- a/uppsrc/ide/Uppiverse.cpp +++ b/uppsrc/ide/UppHub.cpp @@ -96,7 +96,7 @@ void UpvDlg::Load() loaded.Clear(); upv.Clear(); - Load("https://www.ultimatepp.org/forums/index.php?t=msg&goto=55566&#msg_55566"); + Load("https://raw.githubusercontent.com/ultimatepp/ultimatepp/master/upphub.root"); list.Clear(); for(const UpvNest& n : upv) diff --git a/uppsrc/ide/ide.upp b/uppsrc/ide/ide.upp index 8c32db30c..56429980d 100644 --- a/uppsrc/ide/ide.upp +++ b/uppsrc/ide/ide.upp @@ -87,7 +87,7 @@ file MacroManager.cpp, SetupSVN.cpp, Upgrade.cpp, - Uppiverse.cpp, + UppHub.cpp, Compile readonly separator, MethodsCtrls.h, MethodsCtrls.cpp,