Meir Kriheli
|
| Posted: 08/26/2002, 2:45 AM |
|
I've accidently edited auto generated code which was marked as a gray area.
and save the page.
This is the code which deals class intitialzations BTW.
Now the area is marked as white and changes to the page are not synced. Is
there any way to restore synchronization ?
|
|
|
 |
Sixto Luis Santos
|
| Posted: 08/26/2002, 3:37 AM |
|
Hello,
Just erase the whole block. Change the view then go back to Code.
The blocks are identified by commented lines, the markers, like:
'Class_Initialize Event @XX-XXXXXXXX
THIS IS A BLOCK OF ASP CODE
'End Class_Initialize Event
OR
//Class_Initialize Event @XX-XXXXXXXX
THIS IS A BLOCK OF PHP CODE;
//End Class_Initialize Event
When deleting the block, make sure you also delete the markers (well, at
least the initial marker).
Regards,
Sixto
"Meir Kriheli" <meir@mksoft.co.il> wrote in message
news:akctbr$rv0$1@news.codecharge.com...
> I've accidently edited auto generated code which was marked as a gray
area.
> and save the page.
>
> This is the code which deals class intitialzations BTW.
>
> Now the area is marked as white and changes to the page are not synced. Is
> there any way to restore synchronization ?
|
|
|
 |
Meir Kriheli
|
| Posted: 08/26/2002, 8:49 AM |
|
Sixto Luis Santos wrote:
> Hello,
>
> Just erase the whole block. Change the view then go back to Code.
>
> The blocks are identified by commented lines, the markers, like:
>
> 'Class_Initialize Event @XX-XXXXXXXX
> THIS IS A BLOCK OF ASP CODE
> 'End Class_Initialize Event
>
> OR
>
> //Class_Initialize Event @XX-XXXXXXXX
> THIS IS A BLOCK OF PHP CODE;
> //End Class_Initialize Event
>
>
> When deleting the block, make sure you also delete the markers (well, at
> least the initial marker).
>
> Regards,
>
> Sixto
>
> "Meir Kriheli" <meir@mksoft.co.il> wrote in message
>news:akctbr$rv0$1@news.codecharge.com...
>> I've accidently edited auto generated code which was marked as a gray
> area.
>> and save the page.
>>
>> This is the code which deals class intitialzations BTW.
>>
>> Now the area is marked as white and changes to the page are not synced.
>> Is there any way to restore synchronization ?
Thanks. Works like a charm.
|
|
|
 |
|