Automated merge with https://hg.netbeans.org/main/contrib
authorRalph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Mon, 31 Aug 2015 12:40:19 +0200
changeset 183008fec1d668f4a
parent 18298 047218e7b04f
parent 18299 909663797b07
child 18302 b9b119679ed6
child 18313 42555310aefb
Automated merge with https://hg.netbeans.org/main/contrib
     1.1 --- a/python.editor/src/org/netbeans/modules/python/editor/PythonIndex.java	Fri Aug 14 20:21:17 2015 +0200
     1.2 +++ b/python.editor/src/org/netbeans/modules/python/editor/PythonIndex.java	Mon Aug 31 12:40:19 2015 +0200
     1.3 @@ -396,6 +396,7 @@
     1.4                  
     1.5              case CASE_INSENSITIVE_PREFIX:
     1.6              case CASE_INSENSITIVE_REGEXP:
     1.7 +            case CASE_INSENSITIVE_CAMEL_CASE:
     1.8                  field = PythonIndexer.FIELD_CASE_INSENSITIVE_CLASS_NAME;
     1.9                  
    1.10                  break;