Menu

#139 Code completion doesn't appear

None
open
None
2015-02-17
2014-10-31
Jason
No

Version: 5.6.3 TDM-GCC
OS version: Windows 7 Home Premium

I notice that the code completion doesn't pop up until I save my work. I have to save it first for it to appear and get updated. It would be nice if it gets updated as you type your code.

Discussion

  • Jason

    Jason - 2014-10-31
    • assigned_to: orwelldevcpp
    • Milestone: -->
     
  • orwelldevcpp

    orwelldevcpp - 2014-10-31
    • status: open --> fixed
     
  • orwelldevcpp

    orwelldevcpp - 2014-10-31

    After some testing, I re-enabled this feature a couple of days ago. You will need to download version 5.8.1 if it gets released.

    Previously, only the file on the disk was parsed. Now, each time you open code completion, a memory copy of the current file is parsed.

    As a side note, please update to 5.8.0.

     

    Last edit: orwelldevcpp 2014-10-31
  • Jason

    Jason - 2014-11-04

    The code completion doesn't get updated between the tabs. You still have to save it for the other tab to detect the changes. Thanks for the update btw.

     
  • orwelldevcpp

    orwelldevcpp - 2014-11-08

    Can you elaborate a bit more?

     
  • orwelldevcpp

    orwelldevcpp - 2014-11-08
    • status: fixed --> open
     
    • Jason

      Jason - 2014-11-12

      When you create a class in the header file and try to implement it in the .cpp file in the other tab, the code completion doesn't show up. You have to save the header file first for it to appear. sorry for my english.

       
  • Jason

    Jason - 2014-11-12

    I think the memory copy of the file is not parsed between the other tabs.

     
  • orwelldevcpp

    orwelldevcpp - 2014-11-13
    • status: open --> fixed
     
  • orwelldevcpp

    orwelldevcpp - 2014-11-13

    Implemented another fix in 5.8.3 which I assume fixes this problem. Please wait until that version is released to confirm the fix.

     
    • Jason

      Jason - 2014-11-16

      the code completion still doesn't show up.

       
  • Jason

    Jason - 2014-11-23

    i hope this will be fixed on the next release. tnx

     
  • Jason

    Jason - 2014-12-01
    • status: fixed --> open
     
  • Jason

    Jason - 2015-02-17

    The code completion doesn't get updated in real time when you're trying to access the classes on the other tab. It would be nice if you don't have to save the file every time you want the code completion to get updated on the other tab.

     
  • Jason

    Jason - 2015-02-17
    • summary: code completion doesn't appear --> Code completion doesn't appear
     

Log in to post a comment.