Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 07:00
saroj padhy is currently offline saroj padhyFriend
Messages: 8
Registered: August 2012
Junior Member
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: Wed Apr 24 18:32:28 GMT 2024

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

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

Back to the top