Bug; Designer edits in read only mode

warwound

Expert
Licensed User
Longtime User
Hi all.

Is this a bug?
It's not mission critical but i'm posting anyway...

The designer will make changes to your source code while the text editor is in read only mode.

For example:

Start a new project, give it a name and save it.
Now open the designer and add any view to the new layout, save the layout.

Compile and run the new project.

Back in the designer while the new project is still running and the B4A IDE text editor is in read only mode.
Click Tools menu and Generate Members.

Generate some code - any member code will do.

The B4A IDE text editor will allow the designer to add code to your project even though it is in read only mode!

As i said:

It's not mission critical but i'm posting anyway...

Martin.
 

nfordbscndrd

Well-Known Member
Licensed User
Longtime User
On a related note...

While running an app in Debug mode, I was able to search for text in the code and do a "replace all". The new text appeared, but was not processed in the new mode despite single-stepping through it.
 
Top