Hi, Everyone.
I'm working on an IDE project which, of course, allows you to open and edit multiple files at the same time.
I tried to implement a "save all" menu option; it just verifies which have been modified and saves them
I thought it would be a simple operation, but I was not able to figure out how to check whether the content of the CodeArea object was modified or not.
I think I need to create a boolean property and observe some kind of event associated with the modification, I just have not figured out which event and how it works.
Is there an example of how this can be done, for me to base?
thanks in advanced,
Eduardo Bolis
Hi, Everyone.
I'm working on an IDE project which, of course, allows you to open and edit multiple files at the same time.
I tried to implement a "save all" menu option; it just verifies which have been modified and saves them
I thought it would be a simple operation, but I was not able to figure out how to check whether the content of the CodeArea object was modified or not.
I think I need to create a boolean property and observe some kind of event associated with the modification, I just have not figured out which event and how it works.
Is there an example of how this can be done, for me to base?
thanks in advanced,
Eduardo Bolis