Code Completion Stopped Working with stable v14.11

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #38065
    fd2000
    Participant

    Installed v14.11 code completion in Delphi Tokyo stopped working, went back to v13 and instantly worked again

    #58760
    SpeedTI
    Participant
    'fd2000' wrote:

    Installed v14.11 code completion in Delphi Tokyo stopped working, went back to v13 and instantly worked again

    The same thing is happening to me. I use delphi 10.1 Berlin

    Regards
    Valdir Sola

    #58765
    Support
    Keymaster

    Hello

    The package haven't influence to work of the Delphi editor and code completion.

    I will search information about such issue, I have no idea how it may be..

    #58793
    Support
    Keymaster

    I think, I have found a reason of the issue and this issue will be solved in the v14.12

    #58850
    fd2000
    Participant
    'Support' wrote:

    I think, I have found a reason of the issue and this issue will be solved in the v14.12

    Still not working, had to go back to 13, tried 14.13

    #58851
    Support
    Keymaster

    Can you make a full screenshot of the editor when it happened, please?

    Also, list of used units is required, from interface and implementation parts.

    #58864
    cypheros
    Participant

    Have the same with Tokyo (10.2.3) and AS14.13

    Just create a new VCL application. Double click the form and in the create event enter the the text “application”. As soon as you enter a dot after application, you will get a list of properties and methodes. See attachement 1.

    Delete the word “application.” and add a Skinmanager to the form and then build the application.

    If you now double click the form again and put a dot after the word “application”, you will no longer get anything. See attachement 2.

    This is very annoying.

    #58867
    HESolutions
    Participant

    Any idea when this problem is solved?

    I have finish my program with a new skin built in version 14.13.

    #58875
    Support
    Keymaster

    With AC v14.13 is more difficult to repeat this issue.

    Maybe some other factors have influence…

    I see you have used some IDE experts. Please, list used experts, I will try with them.

    Also, please show a list of used units in the 'uses'.

    #58962
    cypheros
    Participant

    Experts:

    • DDevExtensions 2.84[*]Compiler Speed Pack x86 6.2 for Delphi 10.2[*]Compiler Speed Pack x64 6.2 for Delphi 10.2[*]Compiler Speed Pack Android 6.2 for Delphi 10.2[*]IDE Fix Pack 6.2 for Delphi 10.2[*]Exbaradero Quality Insight[*]IntraWeb XIV

    uses

    Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,

    Vcl.Controls, Vcl.Forms, Vcl.Dialogs;

    #59034
    fd2000
    Participant

    Did any of you checked if this was solved in 14.13?

    Thanks

    #59036
    Support
    Keymaster

    Hello

    I saw this issue in the v14.13

    I have tried to repeat it under different Delphi versions since v14.14, but can't.

    I'm trying to install different experts, but can't repeat it still.

    Maybe someone can leave a comment here.

    #59044
    roubledo
    Participant

    I just installed Delphi 10.3 Rio (Version 26.0.32429.4364) and when putting any component alphacontrol (version 14.14) the code auto complete stops working.

    The problem only happens with old projects. In the new projects it works.

    I was using version 14.xx (earlier than 14.14) with delphi tokyo 10.2.3 and it was working.

    #59046
    roubledo
    Participant

    I left Delphi and reinstalled version 14.15 and it worked. Without explanation. The important thing that worked.

    #59060
    fd2000
    Participant

    Mine works with 14.15 too, Thanks

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.