1
Suggestions and Requests / code synchronization exclusion area
« on: March 01, 2004, 06:28:14 am »
Using EA3.6 w/ C#, I find some important features are not supported, at least not by code syncronization. Such features include embedded classes, enumerations and structures, or the definition of events.
This is a real problem.
Of course we will all want to see these fully supported, eventually. For short-term relief, I would like to suggest a workaround: EA could support a simple way to mark a region within the source code that is to be synchronized, such that this reagion would be ignored by EA. Something like so:
//{{Sparx-Verbatim - the following will not be synchronized with EA:
...
//}}Sparx-Verbatim - end of synchronization exclusion
Something along these lines. This shouldn't be too hard to implement, but should bring relief to many users. Most noteably myself ;-)
Please let me know if such a feature exists already (I couldn't find anything, but may have used the wrong keywords in my research), and please consider adding support for code sync exclusion at your earlierst convenience otherwise.
Thanks. Regards from London,
Bernd
This is a real problem.
Of course we will all want to see these fully supported, eventually. For short-term relief, I would like to suggest a workaround: EA could support a simple way to mark a region within the source code that is to be synchronized, such that this reagion would be ignored by EA. Something like so:
//{{Sparx-Verbatim - the following will not be synchronized with EA:
...
//}}Sparx-Verbatim - end of synchronization exclusion
Something along these lines. This shouldn't be too hard to implement, but should bring relief to many users. Most noteably myself ;-)
Please let me know if such a feature exists already (I couldn't find anything, but may have used the wrong keywords in my research), and please consider adding support for code sync exclusion at your earlierst convenience otherwise.
Thanks. Regards from London,
Bernd