Is It Okay to Remove Projucer - Created Comment / Tags?

Is it ok to remove tags generated by Projucer? Example:

//[UserbuttonClicked_Post]
//[/UserbuttonClicked_Post]

Or does Projucer require these tags to know the location of your code to keep it from being deleted during changes?

How do you add sources to the project?
If with command Add New GUI Component…, then you DO NOT remove these tags.
You need to add own code between them:

It allows you to make a visual design of the component:

Hmm… I see, I must translate my book… :slight_smile:

1 Like

@Dr_Andrew - this is what I assumed. I assumed that JUCE used these tags to know what is your code and what isn’t. Thank you.