lanurmi / efte

eFTE is a fork of FTE -- Folding Text Editor
GNU General Public License v2.0
30 stars 11 forks source link

Introduction of namespaces #91

Open lanurmi opened 14 years ago

lanurmi commented 14 years ago

I suggest to add at least one namespace to the source files.

Examples: http://efte.svn.sourceforge.net/viewvc/efte/trunk/src/i_search.h?revision=1062&view=markup http://efte.svn.sourceforge.net/viewvc/efte/trunk/src/s_direct.h?revision=1062&view=markup

Would you like to reduce the probability for name clashes? http://www.eng.cam.ac.uk/help/tpl/languages/C++/Thinking_in_C++/tic0110.html http://en.wikipedia.org/wiki/Namespace_(computer_science)#Use_in_common_languages

Reported by: elfring

Original Ticket: efte/feature-requests/50