[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Strange Eclipse error: cannot change the .php file size to smaller, cannot cut c

I did it on my side everytime i had problems with files and it worked EVERYTIME.

In my last post i asked YOU to try it with the file you have problems with. I suspect that the source you are getting the files from or the way you are getting them to your local disk marks them in some kinda of write protected mode.

Please create in your project a new file via eclipse. Then copy and paste all lines from the problematic file into the new one via eclipse.
Save the new file, close it then reopen it and test if you now can delete lines out of the new file without the "bug" you seem to face with the old file.


regards Jan Walter



Mr. Hama schrieb:
Ok.

But please do it if run many programs, like firefox, and try if about 5 times.

My best test:

new file, with this content:

<?

echo "hello";
echo "hello";
echo "hello";
echo "hello";
echo "hello";

?>

and save

open it, delete 1 echo line, save, close.
then open it, delete 1 echo line, save, close...

and if not bugged = no bug

if left only:


<? echo "hello"; ?>

and smaller file size = no bug.