Board logo

Subject: Delphi 10.3.2 is out [Print This Page]

Author: tid1    Time: 2019-7-20 02:24     Subject: Delphi 10.3.2 is out

Delphi 10.3.2 is out.

When is cnpack compatible with 10.3.2 ? Please do not let us wait again several months ...
Author: Passion    Time: 2019-7-22 22:36

1.1.8.981 was compiled by 10.3.2 and now is ready for download in our nightly-builds.

But it can't be Loaded on 10.3.1. The RTL changes a lot between 10.3.1 and 10.3.2.

Could you try to verify it?
Author: tid1    Time: 2019-7-23 07:39

Hi and thank you!
everyth ing seems to work as before.

My configuration file
// Editor: All Design Editors
{$DEFINE CNWIZARDS_DESIGNEDITOR}

// Wizard: CnFastCodeWizard
// {$DEFINE CNWIZARDS_CNFASTCODEWIZARD}

// Wizard: CnAlignSizeWizard
// {$DEFINE CNWIZARDS_CNALIGNSIZEWIZARD}

// Wizard: CnMessageBoxWizard
// {$DEFINE CNWIZARDS_CNMESSAGEBOXWIZARD}

// Wizard: CnComponentSelector
// {$DEFINE CNWIZARDS_CNCOMPONENTSELECTOR}

// Wizard: CnTabOrderWizard
// {$DEFINE CNWIZARDS_CNTABORDERWIZARD}

// Wizard: CnDfm6To5Wizard
// {$DEFINE CNWIZARDS_CNDFM6TO5WIZARD}

// Wizard: CnBookmarkWizard
// {$DEFINE CNWIZARDS_CNBOOKMARKWIZARD}

// Wizard: CnSrcTemplate
// {$DEFINE CNWIZARDS_CNSRCTEMPLATE}

// Wizard: CnEditorToolsetWizard
{$DEFINE CNWIZARDS_CNEDITORTOOLSETWIZARD}

// Wizard: CnMsdnWizard
// {$DEFINE CNWIZARDS_CNMSDNWIZARD}

// Wizard: CnPas2HtmlWizard
// {$DEFINE CNWIZARDS_CNPAS2HTMLWIZARD}

// Wizard: CnReplaceWizard
{$DEFINE CNWIZARDS_CNREPLACEWIZARD}

// Wizard: CnSourceDiffWizard
// {$DEFINE CNWIZARDS_CNSOURCEDIFFWIZARD}

// Wizard: CnStatWizard
// {$DEFINE CNWIZARDS_CNSTATWIZARD}

// Wizard: CnPrefixWizard
// {$DEFINE CNWIZARDS_CNPREFIXWIZARD}

// Wizard: CnSrcEditorEnhance
{$DEFINE CNWIZARDS_CNSRCEDITORENHANCE}

// Wizard: CnFormEnhanceWizard
{$DEFINE CNWIZARDS_CNFORMENHANCEWIZARD}

// Wizard: CnPaletteEnhanceWizard
{$DEFINE CNWIZARDS_CNPALETTEENHANCEWIZARD}

// Wizard: CnCorPropWizard
// {$DEFINE CNWIZARDS_CNCORPROPWIZARD}

// Wizard: CnProjectExtWizard
// {$DEFINE CNWIZARDS_CNPROJECTEXTWIZARD}

// Wizard: CnCommentCropperWizard
// {$DEFINE CNWIZARDS_CNCOMMENTCROPPERWIZARD}

// Wizard: CnCpuWinEnhanceWizard
// {$DEFINE CNWIZARDS_CNCPUWINENHANCEWIZARD}

// Wizard: CnObjInspectorEnhanceWizard
{$DEFINE CNWIZARDS_CNOBJINSPECTORENHANCEWIZARD}

// Wizard: CnRepositoryMenuWizard
// {$DEFINE CNWIZARDS_CNREPOSITORYMENUWIZARD}

// Wizard: CnDUnitWizard
// {$DEFINE CNWIZARDS_CNDUNITWIZARD}

// Wizard: CnIniFilerWizard
// {$DEFINE CNWIZARDS_CNINIFILERWIZARD}

// Wizard: CnMemProfWizard
// {$DEFINE CNWIZARDS_CNMEMPROFWIZARD}

// Wizard: CnExplorerWizard
// {$DEFINE CNWIZARDS_CNEXPLORERWIZARD}

// Wizard: CnFilesSnapshotWizard
// {$DEFINE CNWIZARDS_CNFILESSNAPSHOTWIZARD}

// Wizard: CnWinTopRoller
// {$DEFINE CNWIZARDS_CNWINTOPROLLER}

// Wizard: CnInputHelper
// {$DEFINE CNWIZARDS_CNINPUTHELPER}

// Wizard: CnSourceHighlight
{$DEFINE CNWIZARDS_CNSOURCEHIGHLIGHT}

// Wizard: CnProcListWizard
// {$DEFINE CNWIZARDS_CNPROCLISTWIZARD}

// Wizard: CnVerEnhanceWizard
{$DEFINE CNWIZARDS_CNVERENHANCEWIZARD}

// Wizard: CnUsesCleaner
{$DEFINE CNWIZARDS_CNUSESCLEANER}

// Wizard: CnIdeEnhanceMenuWizard
// {$DEFINE CNWIZARDS_CNIDEENHANCEMENUWIZARD}

// Wizard: CnIdeBRWizard
// {$DEFINE CNWIZARDS_CNIDEBRWIZARD}

// Wizard: CnScriptWizard
// {$DEFINE CNWIZARDS_CNSCRIPTWIZARD}

// Wizard: CnFeedReaderWizard
// {$DEFINE CNWIZARDS_CNFEEDREADERWIZARD}

// Wizard: CnCodeFormatterWizard
// {$DEFINE CNWIZARDS_CNCODEFORMATTERWIZARD}

{$ENDIF}


btw: seems there is a very nasty bug in Cnpack since years. I've disabled all keybindings and CTRL+# (default Delphi shortcut for commenting a line) just works from time to time. Most of the time it doesn't.
Author: ukrainian    Time: 2019-7-29 18:48

Hi,
I update do Delphi 10.3.2 and the last nightly build. I have problems with function <i>Uses Units Cleaner</i>. The error message is:
---------------------------
Error
---------------------------
Processing MyUnitName.pas Failed.

Perhaps the Format is NOT supported, Please contact CnPack Team.
---------------------------
OK?
---------------------------

With the Delphi 10.3.1 and last stable version everything was OK.
If I make new project and use the same unit everything is OK and this functionality works perfect. Any idea?

Edit: Test and the last nightly built and for All version there is problem and with CodeCompletion function and hotkeys. Code Input helper did not work also. It blocks and the original RAD Studio code completion. I have a shortcut from <i>Procedure list</i> and after some codding it stop working. May be there is some generic problems with Your functionality and shortcuts with new version to RAD Studio.

[ Last edited by  ukrainian at 2019-7-30 13:42 ]
Author: Passion    Time: 2019-8-17 06:33

oh, could you send the compiled MyUnitName.dcu in the error project to me to check and parse it?
Author: ukrainian    Time: 2019-10-30 14:48

Sorry for BIG delay! I send You dcu file after compile with error "Clean Unused Units Reference". File is in RAR<br />
Hopefully help to solve the problem.


Is there any dependency of IDE  Refactor->Rename tool and CnWizards. After I update to Rio 10.3.2 the Rename stop working. I try to disable CnWIzards, but still did not work fine, like before?

[ Last edited by  ukrainian at 2019-10-30 14:51 ]

Attachment: [Error clean unused units] AdditionalIncomes.Classes.rar (2019-10-30 14:48, 28.63 K) / Download count 382
http://bbs.cnpack.org/attachment.php?aid=1123
Author: ukrainian    Time: 2020-1-7 18:20

Hi,
Is there any solution for my problem with function "Clean Unused Units Reference"? I'm with last RAD Studio 10.3.3 and last CnWizard nightly build 1.1.8.988 build 2019.12.25

edit on 05.05.2020: Is there any open ticked about this problem, because I install the last release(1.1.9.991) and the problem is exist?

[ Last edited by  ukrainian at 2020-5-5 16:20 ]




Welcome to CnPack Forum (http://bbs.cnpack.org/) Powered by Discuz! 5.0.0