Topic : Disappearing text in editor

Forum : Ride IDE

Original Post
Post Information Post
June 21, 2010 - 9:46am
Guest

Hi,
I've discovered that when I copy/paste that the text in the file i'm currently editing disappears.
A typical case is copy paste.

1. Copy & paste a function or line of code
2. Save the file
3. The cursor moves to the top of the left corner in the editor.
4. Move the mouse press arrow keys
5. The text disappears in the current file. It's not a scrolling issue, the window is completely empty

The solution is to close the file and then reopen. Sadly this occurs too often (read several times per hour). No other occurrences in other programs so I'm leaning towards a bug in Ride7 editor.

I'm using
Windows 7 64bit version
Ride7 7.30.10.0159
Ride7 Patch 7.30.10.0169
RKit-ARM for Ride7 1.26.10.0130

Has anyone had this issue or a permanent solution?

Replies
Post Information Post
+1
0
-1
June 21, 2010 - 1:44pm
Guest

Hi MartinJ,

Is this happening during a compilation session or at anytime?
Is the file open in another application?

The problem you are reporting happens when a file is modified and compiled at the same time.

Best regards,
Behnaz

+1
0
-1
June 21, 2010 - 1:55pm
Guest

Hi Behnaz

>Hi MartinJ,
>I this happening during a compilation session or at anytime?

The problem occurs during editing. If I start the program from scratch Ride automatically loads the previous project. I then start to work and the bug occurs within a short time.

>Is the file open in another application?

No

>The problem you are reporting happens when a file is modified and compiled at the same time.

I'm not sure that it is necessary to compile in order to produce the bug. It might be that an old compilation session is active but cannot see any active process or file handle after closing the editor.

>Best regards,
>Behnaz

I've experienced this bug in the previous edition of Ride7 7.28.10.075 as well.
A college is using winxp sp3 but have not experienced the bug as frequently, only on a rare occasion.

Thanks for helping me out.
//Martin

+1
0
-1
June 21, 2010 - 2:38pm
Guest

Ride7 editor has an open issue regarding the sharing of editor files with other applications. This should be corrected in the coming versions of the software.

In meanwhile to help you solve this inconvenience, my guess is that when you are saving your files, another application (antivirus or something else) is automatically activated ending up with this sharing problem.

Best regards,
Behnaz

+1
0
-1
June 21, 2010 - 2:48pm
Guest

Hi,
I'll try to disable the antivirus from scanning the source files. I'll report back if this solves the issue.

Thanks for the help! Looking forward to the next release.
//Martin

+1
0
-1
June 21, 2010 - 4:49pm
Guest

Hi again,
I disabled the virus-scan for source code files and it seems to have helped solve the problem temporarily.
I'm using Nod32 Antivirus 4.2.40.18 Business Edition and I'm using real-time threat sense. Seems like Nod32 scanned my source files upon saving thus triggering the bug.

Thanks again Behnaz, Your help was much appreciated!
Martin