Skip to main content



      Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Make DLTK not case sensitive(How to make DLTK indexing case insensitive?)
Make DLTK not case sensitive [message #1272547] Tue, 18 March 2014 03:00
Eclipse UserFriend
Hi,

I am using DLTK 3.0 for creating an IDE, to provide features like indexing, searching and content assist.

I need to make DLTK indexing as case insensitive. Is it possible to set a flag in settings or in any class to achieve this?

I saw code for Index class, where it sets some flags for search criteria, but how could I make search and indexing as case in-sensitive?

/**
 * Mask used on match rule for indexing.
 */
static final int MATCH_RULE_INDEX_MASK = SearchPattern.R_EXACT_MATCH
 | SearchPattern.R_PREFIX_MATCH | SearchPattern.R_PATTERN_MATCH
 | SearchPattern.R_REGEXP_MATCH | SearchPattern.R_CASE_SENSITIVE
 | SearchPattern.R_CAMELCASE_MATCH;


Thanks for your help in advance.
Regards,
Saroj
Previous Topic:can't find package
Next Topic:Problems Importing DLTK TCL project(s)
Goto Forum:
  


Current Time: Mon Jul 07 09:04:19 EDT 2025

Powered by FUDForum. Page generated in 0.06772 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top