Add-ons RAD Studio GetIt Package Manager

FireWind

Завсегдатай
Staff member
Moderator
The GetIt Package Manager is a package manager that allows you to browse, download, purchase, and install packages into RAD Studio. Packages may provide libraries, components, IDE extensions, and SDKs
Эта топик только для ссылок на пакеты доступные из GetIt Package Manager
Отдельный топик для FMXLinux https://dumpz.ws/threads/fmxlinux.42527/

This topic is only for links on packages from GetIt Package Manager
Separate topic for FMXLinux https://dumpz.ws/threads/fmxlinux.42527/
 

emailx45

Бывалый
Staff member
Moderator

emailx45

Бывалый
Staff member
Moderator
[SHOWTOGROUPS=4,20]
NexusDB is a 100% Delphi Database. The Embedded Free version is a single user database that compiles into your exe
with no additional libraries needed, supports advanced SQL 2003, encryption, in-memory tables, transactions, referential integrity.
[/SHOWTOGROUPS]
 

emailx45

Бывалый
Staff member
Moderator
[SHOWTOGROUPS=4,20]
Delphi Event Bus (for short DEB) is an Event Bus framework for the Delphi platform implementing the publish/subscribe pattern.
DEB is designed to decouple different parts/layers of your application while still allowing them to communicate efficiently.
[/SHOWTOGROUPS]
 

emailx45

Бывалый
Staff member
Moderator
[SHOWTOGROUPS=4,20]
reg file: Only "registry magic" - just replase 21.0 to 20.0 in registry keys and apply reg-file.
note: pay attention to: it's not possible load the DLL old version n new version - AV error will be raised!


reg-file content:
------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Parnassus OU\Core]
"Path"="C:\\Users\\USER\\Documents\\Embarcadero\\Studio\\21.0\\CatalogRepository\\ParnassusCoreEditor-1.6.1"

-------------------------
[HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\Experts]
"Navigator"="C:\\Users\\USER\\Documents\\Embarcadero\\Studio\\21.0\\CatalogRepository\\Navigator-1.6.1\\ParnassusNavigator.dll"

or

[HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\Experts]
"Bookmarks"="C:\\Users\\USER\\Documents\\Embarcadero\\Studio\\21.0\\CatalogRepository\\Bookmarks-1.6.1\\ParnassusBookmarks.dll"
-------------------------


[HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\Editor\Options]
"Show Navigation Toolbar"="True"
[/SHOWTOGROUPS]
 
Last edited:

emailx45

Бывалый
Staff member
Moderator
[SHOWTOGROUPS=4,20]
RAD Studio 10.4 Patch (Patch Tool) Test 1.0 (RADStudio10.4Patch1PatchTool-1.0)
[/SHOWTOGROUPS]
[SHOWTOGROUPS=4,20]
After running PatchTool.exe as administrator I getting the following messages:
Code:
Embarcadero PatchTool
Copyright (c) 2020 Embarcadero Technologies, Inc.

Invalid actual install parameters.
Read Help and try again.

Syntax: PatchTool [options]

Options:
-u<uninstall> Uninstall patch [only uninstal, required]
-a<allownew> Is allow adding new files [only install, optional]
-f<file> ZIP File name [required]
-b<bds> BDS version [only install, required]

Press any key to continue
Should I extract RAD104_Patch1.zip to C:\Program Files (x86)\Embarcadero\Studio\21.0 ?
No information in Embarcadero Website.

--- Yes, just unpack content of RAD104_Patch1.zip to install folder.
[/SHOWTOGROUPS]
 
Last edited:

emailx45

Бывалый
Staff member
Moderator
[SHOWTOGROUPS=4,20]
Navigate your code! Bookmarks replaces the IDE’s inbuilt functionality with new, improved navigation.
Place a marker with Ctrl+B – a number will be automatically assigned.
Jump between bookmarks by pressing Ctrl+Alt+Left or Right Arrow.
How install here --> see old post!
Updated ParnassusCoreEditor here
[/SHOWTOGROUPS]
[SHOWTOGROUPS=4,20]
Your code at your fingertips. Ever wanted to jump to the uses clause, to a class’s constructor, to a property definition?
Navigator lets you move between any section of code quickly, easily, and without your fingers leaving the keyboard.
How install here --> see old post!
Updated ParnassusCoreEditor here
[/SHOWTOGROUPS]
 
Top