Next: Adding documentation, Previous: Defining project attributes, Up: Customizing through XML and Python files
A set of case exceptions can be declared in this file. Each case
exception is put inside the tag <word> or <substring>. These
exceptions are used by GPS to set identifiers or keywords case when
editing case insensitive languages (except if corresponding case is
set to Unchanged). see The Preferences Dialog.
<?xml version="1.0" ?>
<exceptions>
<case_exceptions>
<word>GNAT</word>
<word>OS_Lib</word>
<substring>IO</substring>
</case_exceptions>
</exceptions>