March 16, 2022
Yesterday Embarcadero released the first updated of Delphi 11, with a large focus on quality and stability of the features introduced in the last version, starting with the High DPI IDE.
You can read more about the new Delphi 11.1 by checking the following links.
Official blog post announcement (posted by myself):
https://blogs.embarcadero.com/announcing-the-availability-of-rad-studio-11-1-alexandria/
The press release:
https://www.embarcadero.com/press-releases/rad-studio-11-1-release-builds-on-milestone-innovations-introduced-in-11-alexandria
There is more information on what's new and the main quality areas in the doc wiki page covering Alexandria Release 1:
https://docwiki.embarcadero.com/RADStudio/Alexandria/en/11_Alexandria_-_Release_1
The doc wiki also has the list of fixed issues:
https://docwiki.embarcadero.com/RADStudio/Alexandria/en/New_features_and_customer_reported_issues_fixed_in_RAD_Studio_11.1
The product is available to active subscription customers. You can download the ISO or the web installer (this is the latter):
https://my.embarcadero.com/#downloadDetail/1241
Also remember that this evening (European time) we have running a launch webinar. The sign up link is in the announcement:
https://blogs.embarcadero.com/whats-coming-in-rad-studio-join-the-upcoming-webinar/
That's all for now. In the coming days I'll blog about some of the specific changes and new features of the release. Stay tuned and see you online in the webinar.
posted by
marcocantu @ 10:07AM | 11 Comments
[0 Pending]
11 Comments
Delphi 11.1 Released Yesterday
You cannot have 11.0 and 11.1 installed at the
same time, 11.1 installer removed 11.0.
Can this be fixed?
Comment by Paul Bedford on March 16, 11:14
Delphi 11.1 Released Yesterday
The 11.1 release is an update of 11.0 so they cannot coexist on the
same machine. You have to use a different computer or VM to keep
both of them. Many files, like runtime packages replace the old ones
for compatibility.
Comment by Marco Cantu
[http://twitter.com/marcocantu]
on March 16, 14:46
Delphi 11.1 - Update installer?
I would love an easy way to update - is there a GetIt-Update in the work? If not, does that mean I have to uninstall 11.0, install 11.1 and then re-install the 3rd party extensions etc.?
Comment by C. Pepper
[]
on March 16, 16:12
Delphi 11.1 Released Yesterday
High DPI Model View in Enterprise SKU is still broken. This is one area where high DPI support would make sense, especially when examining at large, complex models.
Comment by Navid on March 16, 18:04
Delphi 11.1 Released Yesterday
The release sound more like a release candidate, an unfinished
product.
Why don’t you name as more clear, as Update 1 for Delphi 11 or even
better/correct Service Pack 1, because over 95% is bugfixies?
Comment by Dorian C.
[https://dorsoft.ro]
on March 17, 07:40
Delphi 11.1 Released Yesterday
THIS is the first version for years which did not crash in the first working hours under a Remote Desktop. No Crash. I can immediate go on after reconnecting. Hey, no coffee any more in the morning. That's bad :)
Guys, Mission accomplished! It was a very hard way the last years, but the mountain top is reachable :)
Sven, starting with Turbo Pascal 3.0 (or was 2.0?) under CP/M on Schneider CPC664 :)
Comment by Sven Heuer
[http://www.hart-soft.de]
on March 18, 11:01
Delphi 11.1 Released Yesterday
Hello Marco,
the IDE is more stabil, Delphi 11.1 compiler and LSP is faster,
but with C++Builder 11.1 and 'classic' compiler the Code Insight is
broken.
Kind Regards
Andrea
Comment by Andrea Giaquinto
[http://www.automasoft.com]
on March 19, 06:53
Delphi 11.1 Released Yesterday
I could not install
DWScripts for package/s Delphi 11.1 Alexandria.
Is there a trick to this ?
Can you supply step-by-step instructions on how to install ?
Thanks
Richard
Comment by Richard on April 6, 10:57
Delphi 11.1 Released Yesterday
Hi Marco,
What is the status of the Parnassus plugins...? I am a patient person,
but come on... it's been way to long. And even more annoying is the
very limited info why there is a delay at all and when can we except
it. Good communication goes a long way...
Greetings,
Fons
Comment by Fons on April 17, 14:19
Delphi 11.1 Released Yesterday
Important information, for those like me awaiting Bookmark and
Navigator back in Delphi IDE since quite some time!
I did install Delphi 11.1 and surprise, Bookmark and Navigator are
listed again in GetIt! Could install and use them today. Works
perfectly. I think there were added back quite recently (May 25).
My first impression with Delphi 11.1 is very very positive, loading
project is much quicker and also it seems the compiler is faster,
GetIt is also faster.
I hope that there will be also a C++ builder compiler for Linux
soon. I am just waiting this to update my license from Delphi to
Rad.
I will also experiment with RadServer and the new deployment
options.
I am a little bit disappointed by RadServer build in
Authorization/authentication. It is token based, but not JWT based.
So I think I can not really use this feature and will have to
reimplement authorization / authentication by my own.
Comment by Alexandre Jacquot
[https://programming.next-step.space/]
on May 28, 18:17
Delphi 11.1 Released Yesterday
Delphi 11.1 LSP is much much improved
Now it finds the method almost allways (dut sometimes I have to
search declaration 2 times because first time he is not ready)
Bug you can bring the devs a Latte Machiatto it's much more
useable now and I like it a lot.
thre is still one case where it could be better, Warning message
when it fails because of syntax.
Here is an exemple
* create a new form unit
* add method procedure test(param1: string; param2: boolean);
* press SHIFT+CTRL+C to implement
* do a syntax error and modify method test like this in
imlementation to add a default value
procedure test(param1: string; param2: boolean := false);
* press MAJ+CTRL+ALT+P to Synchronize
* now interface is broken
* You realise the error and fix the implementation by removing the
double point
procedure test(param1: string; param2: boolean = False);
* press MAJ+CTRL+ALT+P to Synchronize
* now interface is still broken
But now assume you have a bigger code listing and don't see the
interface that is way more on top
In implementation right click on "search déclaration" LSP server
will fail and never tell you
It would be fantatistic if LSP server could say "I could not proceed
because I encountered errors in the interface" or any hint that tells
what is happenning. With such a hint would have fixed the
interface instead of thinking LSP is not working.
Thanks for reading
and still bring them the coffee ;)
Comment by Chris on June 3, 04:16
Post Your Comment
Click
here for posting
your feedback to this blog.
There are currently 0 pending (unapproved) messages.