I have started work on a C++11 wordfile. Before I go to the trouble of completing it, I thought I'd check and see if anyone else has already done the work on it, or at least find out what others think should be included in it.
I have started out with the c_plusplus.uew that comes with UltraEdit 18.10.
I kept the groups "C Keywords" and "C++ Keywords", except that I removed the Preprocessor commands to a new group in /C6"Preprocessor", where I also added the predefined preprocessor variables: __DATE__ __FILE__ __LINE__ __STDC__ __TIME__ __cplusplus
I also added new groups, /C7"Standard C Library" and /C8"C++ Stand Template Lib", where I placed all the functions contained within those standard libraries. What it does not contain, however, are Objects (like cin and cout), Types, and Manipulators found within library classes, which I am trying to determine if they should be in the actual wordfile, but it would be extremely helpful to have them in an auto-complete file at the very least. So, what do you think... should those items be in the wordfile since they are part of the "Standard" or should they be in an auto-complete file? I'm thinking everything that is part of the standard should probably go into the wordfile, and things that are specific to a compiler or extensions that Microsoft uses or whatever should be part of an auto-complete file specific to that compiler or extension set.
Thoughts?
I have started out with the c_plusplus.uew that comes with UltraEdit 18.10.
I kept the groups "C Keywords" and "C++ Keywords", except that I removed the Preprocessor commands to a new group in /C6"Preprocessor", where I also added the predefined preprocessor variables: __DATE__ __FILE__ __LINE__ __STDC__ __TIME__ __cplusplus
I also added new groups, /C7"Standard C Library" and /C8"C++ Stand Template Lib", where I placed all the functions contained within those standard libraries. What it does not contain, however, are Objects (like cin and cout), Types, and Manipulators found within library classes, which I am trying to determine if they should be in the actual wordfile, but it would be extremely helpful to have them in an auto-complete file at the very least. So, what do you think... should those items be in the wordfile since they are part of the "Standard" or should they be in an auto-complete file? I'm thinking everything that is part of the standard should probably go into the wordfile, and things that are specific to a compiler or extensions that Microsoft uses or whatever should be part of an auto-complete file specific to that compiler or extension set.
Thoughts?