View Single Post
mcpan313
Senior Member
Join Date: Mar 2010
Old 01-04-2013 , 00:16   Re: SourcePawn Syntax Highlighting for Sublime Text 2
Reply With Quote #26

Quote:
Originally Posted by Zephyrus View Post
i found the problem, all the functions seem to start with lowercase letter but the function completion is case-sensitive. altho once i select a function form the completion list it will become the proper one with uppercase first letter, do you think it would be possible to add the uppercase one instead to the list or disable case-sensitiveness or something?
yes, this problem bothering me the whole night, current haven't found better solution.

if u want use uppercase funclist, delete this line
Code:
		if (IsCharUpper(tabTrigger[0]))
		{
			tabTrigger[0] = CharToLower(tabTrigger[0]);
		}
__________________
sorry, for my poor english.

Last edited by mcpan313; 01-04-2013 at 00:32.
mcpan313 is offline
Send a message via MSN to mcpan313