From 6e83f452684330b881cc2d57c57ea981934ba18a Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 20 Apr 2009 14:01:50 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20selectLineNumber:x=20to=20CMTextVie?= =?UTF-8?q?w=20to=20be=20able=20to=20select=20the=20line=20x=20=E2=80=A2?= =?UTF-8?q?=20added=20error=20highlighting=20of=20the=20first=20mentioned?= =?UTF-8?q?=20error=20-=20if=20a=20"near=20message"=20error=20is=20provide?= =?UTF-8?q?d=20select=20that=20message=20otherwise=20select=20the=20entire?= =?UTF-8?q?=20error=20line=20and=20scrolls=20to=20it=20-=20if=20no=20"at?= =?UTF-8?q?=20line=20x"=20and=20no=20"near=20message"=20is=20given=20do=20?= =?UTF-8?q?nothing=20-=20if=20a=20selection=20was=20given=20and=20the=20us?= =?UTF-8?q?er=20pressed=20"runAll"=20destroy=20the=20selection=20before=20?= =?UTF-8?q?error=20checking;=20if=20no=20error=20was=20found=20reconstruct?= =?UTF-8?q?=20that=20selection=20(to=20be=20able=20to=20distinguish=20betw?= =?UTF-8?q?een=20"runSelection"=20and=20"runAll"=20plus=20selection)=20*?= =?UTF-8?q?=20changed=20slightly=20the=20trigger=20for=20syntax=20highligh?= =?UTF-8?q?ting/auto-uppercasing=20for=20better=20scrollToRange=20behaviou?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CMTextView.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/CMTextView.h') diff --git a/Source/CMTextView.h b/Source/CMTextView.h index b7748ef9..dba30ecf 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -52,5 +52,6 @@ - (BOOL) autopair; - (void) setAutouppercaseKeywords:(BOOL)enableAutouppercaseKeywords; - (BOOL) autouppercaseKeywords; +- (void) selectLineNumber:(unsigned int)lineNumber ignoreLeadingNewLines:(BOOL)ignLeadingNewLines; @end -- cgit v1.2.3