Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
January 20, 2012 - 12:15pm
|
I am working on a project with many source files. When I switch source file or sometimes even if I move the cursor the IDE pauses for a few seconds and anything I type is not shown until the pause finishes. This also sometimes happens when I type an operator or a bracket etc. The IDE is obviously doing some kind of search, maybe for code completion or something similar, it doesn't offer any code completion options so it is not useful. Is there some way I can turn it off as it is driving me mad. |
Hi Andrew,
You may encouter some kind of latency due to the code completion analysis.
What you can do is as follows:
- Close all instances of Ride7
- Delete intermediate files in your project (.xdb, .o, .xml files) and keep only the .rapp and .rprj (and your sources of course)
- Restart Ride7
- Rebuild your project
If you still have the issue, we will need to be able to reproduce the problem in our Labs in order to better understand it: In such a case, can you send us a zipped copy of your project including all files, even intermediate files such as .o, .lst, .ld and the like, as well as library files required for the build (we need to be able to rebuild your project in our Labs).
Thanks,
Hi Bruno,
I wil try as you say but I can see it becoming a real pain if I have to keep doing it.
I get the problem with the pause even if I type a dot in a comment!
I would rather just turn off code completion as it doesn't seem to do anything anyway.
Can I turn it off?
Hi Bruno,
I tried deleting the temporary files and it speeded up initially but as soon as I did a few edits on different files it was as bad as before.
Hi Bruno,
another observation,
I have just been editing a module by copying a 4 line section, pasting it into multiple places and changing an index value in the pasted section.
I copied the section without a pause.
I select a section to paste over and then right click.
There is a 2 second pause before I can click paste.
I then click into the section to position the cursor, sometimes there is a pause before the cursor appears.
I then change a value at the cursor and again there is a pause before my edit is actioned on screen.
This does not look like a code-completion issue.
This is getting to the point of being unusable.
Hi,
It definitely looks like your project is causing some glitch into Ride7.
Reproducing the issue will definitely help.
Best Regards,