|
|
|
|
|
by badsectoracula
84 days ago
|
|
If this is a real issue, it seems to be an issue with the way a particular toolkit handles visual WYSIWYG editors. Lazarus serializes the object properties into a simple and readable text format that follows the class declarations themselves and you can easily diff them. E.g. here is the diff of a minor change i did (added a new button in a panel with an event handler and modified a property in an existing button): https://i.imgur.com/aHMHqSc.png Handling merges (and other VCS functions) is also simple since you can edit the file manually if needed. |
|