Comment #2 on issue 150 by [email protected]: UlIPad stalls PC
http://code.google.com/p/ulipad/issues/detail?id=150

hi limodou,

I've just seen your comment from 2008-11-13. I try to explain the problem with more details. Maybe you don't know SVN. After changing a program I put it with a comment into a repository. The repository documents with some other informations when the new
program version goes into the repository.

These informations goes into the program code too if I define an $ID-property. So the
program code may have a line like

$Id: test.py 16 2009-05-16 21:46:56Z egon $

SVN updates not only the repository but also the (local) program code. It changes
this line every time when I upload my code into the repository.

Let me tell a typical situation. I am working with Ulipad. The modul has changes and I want this new version in the repository. I check it in (UliPad is still running and I use an upload utility in parallel). Then SVN changes the line with the $Id-property.

Ulipad gets a signal that the modul file was changed by an other program (here by SVN). Ulipad informs the user with a messagebox and asks if the modul should be reloaded.

But maybe it takes a long time to show this messagebox on the screen. In the meantime I can scroll the modul in UliPad. So I don't see the messagebox. I see the messagebox after clicking a line in the modul. But after the click (and then showing the messagebox) the PC stalls. I can move the cursor but nothing else I can do. I cannot
click a button in the messagebox. And I cannot go to another application.

And therefore I cannot make a screenshot. But I'm sure you can find the messagebox
with the reload message.

My OS is Ubuntu.

I hope this helps.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to